CouponCreateOptions constructor
const
CouponCreateOptions({
- int? amountOff,
- CouponAppliesTo? appliesTo,
- String? currency,
- Map<
String, CouponCurrencyOption> ? currencyOptions, - CouponDuration? duration,
- int? durationInMonths,
- List<
String> ? expand, - String? id,
- int? maxRedemptions,
- Map<
String, String> ? metadata, - String? name,
- double? percentOff,
- DateTime? redeemBy,
Implementation
const CouponCreateOptions({
this.amountOff,
this.appliesTo,
this.currency,
this.currencyOptions,
this.duration,
this.durationInMonths,
this.expand,
this.id,
this.maxRedemptions,
this.metadata,
this.name,
this.percentOff,
this.redeemBy,
});