countryCode property
- @JsonParameter(Necessity.optional, ['bank_account', 'country'])
getter/setter pair
Implementation
@JsonParameter(Necessity.optional, ['bank_account', 'country'])
String? countryCode;
@JsonParameter(Necessity.optional, ['bank_account', 'country'])
String? countryCode;