priceCurrencyCode property
The ISO 4217 currency code for price.
For example, if price is specified in British pounds sterling, currency code is "GBP".
Implementation
@JsonKey(defaultValue: '')
final String priceCurrencyCode;
The ISO 4217 currency code for price.
For example, if price is specified in British pounds sterling, currency code is "GBP".
@JsonKey(defaultValue: '')
final String priceCurrencyCode;