countryCode property
Country code of the Country where the transaction will take place, should match the ISO-3166-alpha-2 standard.
Implementation
@JsonKey(required: true)
String countryCode;
Country code of the Country where the transaction will take place, should match the ISO-3166-alpha-2 standard.
@JsonKey(required: true)
String countryCode;