priceIsDiscounted property

bool? priceIsDiscounted
getter/setter pair

True if the price is discounted.

Implementation

@JsonKey(name: 'price_is_discounted')
bool? priceIsDiscounted;