GitHub

DaffCartCoupon

A coupon applied to the cart. Also known as a promo code.

import { DaffCartCoupon } from '@daffodil/cart'
interface DaffCartCoupon {
  code: string
  description: string
}

Properties

Name Type Description
code string

The coupon code.

description string

An optional coupon description.