AppliedCoupon
Contains the applied coupon code.
type AppliedCoupon = {
__typename?: 'AppliedCoupon'; /** The coupon code the shopper applied to the card. */
code: Scalars['String']['output'];
};Contains the applied coupon code.
type AppliedCoupon = {
__typename?: 'AppliedCoupon'; /** The coupon code the shopper applied to the card. */
code: Scalars['String']['output'];
};