priceWithoutDiscount property

num? priceWithoutDiscount
getter/setter pair

Price of the product, without discount, taxes included.

If the product is not discounted, this field must be null.

Implementation

@JsonKey(name: 'price_without_discount')
num? priceWithoutDiscount;