GitHub

DaffCartAddress

An address that is saved in the cart for checkout purposes.

import { DaffCartAddress } from '@daffodil/cart'
interface DaffCartAddress {
  address_type: string
}

Properties

Name Type Description
address_type string

The type of the address: billing or shipping.