currencyCode property
Currency code of the transaction that will take place, should match the ISO-4217 standard.
Implementation
@JsonKey(required: true)
final String currencyCode;
Currency code of the transaction that will take place, should match the ISO-4217 standard.
@JsonKey(required: true)
final String currencyCode;