country property

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

Implementation

@JsonParameter(Necessity.optional, ['carrier_account', 'country'])
String? country;