discounts property

  1. @JsonKey(name: 'discounts', nullable: true)
List<Discount>? discounts
inherited

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

Implementation

@JsonKey(name: 'discounts', nullable: true)
List<Discount>? get discounts => throw _privateConstructorUsedError;