discounts property

  1. @JsonKey(name: 'discounts')
List<StoreProductDiscount>? discounts
inherited

Collection of discount offers for a product. Null for Android.

Implementation

@JsonKey(name: 'discounts')
List<StoreProductDiscount>? get discounts =>
    throw _privateConstructorUsedError;