priceIsDiscounted property
getter/setter pair
True if the price is discounted.
Implementation
@JsonKey(name: 'price_is_discounted')
bool? priceIsDiscounted;
True if the price is discounted.
@JsonKey(name: 'price_is_discounted')
bool? priceIsDiscounted;