testPassword property

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

Implementation

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