testCustomerId property

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

Implementation

@JsonParameter(Necessity.optional,
    ['carrier_account', "test_credentials", "customer_id"])
String? testCustomerId;