currencyCode property

  1. @JsonKey(required: true)
String currencyCode
final

Currency code of the transaction that will take place, should match the ISO-4217 standard.

Implementation

@JsonKey(required: true)
final String currencyCode;