testCustomerNumber property

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

Implementation

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