You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
CustomerCouponNotification
Customer coupon notification CustomerCouponNotification
export interface CustomerCouponNotification {
'coupon'?: CustomerCoupon;
'customer'?: User;
'status'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
coupon | Optional | CustomerCoupon | {CustomerCoupon} CustomerCouponNotification |
customer | Optional | User | {User} CustomerCouponNotification |
status | Optional | string | Notification status {string} CustomerCouponNotification |