priceCurrencyId property

int? get priceCurrencyId

currency identifier.

Implementation

int? get priceCurrencyId => _price?['currency']?['id'];