countryCode property

  1. @JsonKey(required: true)
String countryCode
getter/setter pair

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;