Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

CustomerCoupon2Customer

Customer coupon for customer CustomerCoupon2Customer

export interface CustomerCoupon2Customer {
	'coupon'?: CustomerCoupon;
	'customer'?: User;
}

Properties

NameRequiredTypeDescription
couponOptionalCustomerCoupon{CustomerCoupon} CustomerCoupon2Customer
customerOptionalUser{User} CustomerCoupon2Customer

Referenced Types

On this page