Sub2ApiAdminCreatePromoCodeRequest constructor
const
Sub2ApiAdminCreatePromoCodeRequest({
- required Sub2ApiDecimal bonusAmount,
- Sub2ApiPromoCode? code,
- int maxUses = 0,
- DateTime? expiresAt,
- String notes = '',
Implementation
const Sub2ApiAdminCreatePromoCodeRequest({
required this.bonusAmount,
this.code,
this.maxUses = 0,
this.expiresAt,
this.notes = '',
});