priceCurrencyCode property

  1. @JsonKey(defaultValue: '')
String priceCurrencyCode
final

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;