Attributes constructor
Attributes({
- List<
String> ? brandExclusion, - List<
String> ? brandInclusion, - String? couponValueType,
- String? freeGiftDescription,
- String? freeGiftItemId,
- Price? freeGiftValue,
- String? genericRedemptionCode,
- String? getThisQuantityDiscounted,
- List<
String> ? itemGroupIdExclusion, - List<
String> ? itemGroupIdInclusion, - List<
String> ? itemIdExclusion, - List<
String> ? itemIdInclusion, - String? limitQuantity,
- Price? limitValue,
- String? longTitle,
- Price? minimumPurchaseAmount,
- String? minimumPurchaseQuantity,
- Price? moneyOffAmount,
- String? offerType,
- String? percentOff,
- String? productApplicability,
- List<
String> ? productTypeExclusion, - List<
String> ? productTypeInclusion, - List<
String> ? promotionDestinations, - Interval? promotionDisplayTimePeriod,
- Interval? promotionEffectiveTimePeriod,
- String? promotionUrl,
- String? storeApplicability,
- List<
String> ? storeCodesExclusion, - List<
String> ? storeCodesInclusion,
Implementation
Attributes({
this.brandExclusion,
this.brandInclusion,
this.couponValueType,
this.freeGiftDescription,
this.freeGiftItemId,
this.freeGiftValue,
this.genericRedemptionCode,
this.getThisQuantityDiscounted,
this.itemGroupIdExclusion,
this.itemGroupIdInclusion,
this.itemIdExclusion,
this.itemIdInclusion,
this.limitQuantity,
this.limitValue,
this.longTitle,
this.minimumPurchaseAmount,
this.minimumPurchaseQuantity,
this.moneyOffAmount,
this.offerType,
this.percentOff,
this.productApplicability,
this.productTypeExclusion,
this.productTypeInclusion,
this.promotionDestinations,
this.promotionDisplayTimePeriod,
this.promotionEffectiveTimePeriod,
this.promotionUrl,
this.storeApplicability,
this.storeCodesExclusion,
this.storeCodesInclusion,
});