testCustomerId property
- @JsonParameter(Necessity.optional, ['carrier_account', "test_credentials", "customer_id"])
getter/setter pair
Implementation
@JsonParameter(Necessity.optional,
['carrier_account', "test_credentials", "customer_id"])
String? testCustomerId;