GitHub

DaffCartAddress

import { DaffCartAddress } from '@daffodil/cart'

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

interface DaffCartAddress {
  address_type: string
}

Properties

address_type
string

The type of the address: billing or shipping.