Alokai

CustomerCouponNotification

Customer coupon notification CustomerCouponNotification

export interface CustomerCouponNotification {
	'coupon'?: CustomerCoupon;
	'customer'?: User;
	'status'?: string;
}

Properties

NameRequiredTypeDescription
couponOptionalCustomerCoupon{CustomerCoupon} CustomerCouponNotification
customerOptionalUser{User} CustomerCouponNotification
statusOptionalstringNotification status {string} CustomerCouponNotification

Referenced Types

On this page