country property

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

Implementation

@JsonParameter(
    Necessity.required, ['carrier_account', "registration_data", "country"])
String? country;