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 |