testContractId property

  1. @JsonParameter(Necessity.required, ['carrier_account', "test_credentials", "contract_id"])
String? testContractId
getter/setter pair

Implementation

@JsonParameter(Necessity.required,
    ['carrier_account', "test_credentials", "contract_id"])
String? testContractId;