currency property
getter/setter pair
Currency of the price.
The currency must be a valid currency code. See https://en.wikipedia.org/wiki/ISO_4217 for a list of valid currency codes.
Implementation
@JsonKey()
Currency? currency;
Currency of the price.
The currency must be a valid currency code. See https://en.wikipedia.org/wiki/ISO_4217 for a list of valid currency codes.
@JsonKey()
Currency? currency;