priceOldAmount property

int? get priceOldAmount

the old price of a product in hundredths of a currency unit.

Implementation

int? get priceOldAmount => _price?['old_amount'];