ApplePaySheetError.expiredCouponCode constructor
- @FreezedUnionValue('ExpiredCouponCode')
- @JsonSerializable(explicitToJson: true)
- String? message,
Use this in case the entered coupon code has expired
Implementation
@FreezedUnionValue('ExpiredCouponCode')
@JsonSerializable(explicitToJson: true)
/// Use this in case the entered coupon code has expired
const factory ApplePaySheetError.expiredCouponCode(
{
// message that needs to be displayed on the sheet
String? message}) = _ApplePaySheetErrorExpiredCouponCode;