GitHub

DaffCustomerAddress

import { DaffCustomerAddress } from '@daffodil/customer'

An address that belongs to a DaffCustomer

interface DaffCustomerAddress {
  defaultBilling: boolean
  defaultShipping: boolean
}

Properties

defaultBilling
boolean

Whether this address is the customer's default billing address.

defaultShipping
boolean

Whether this address is the customer's default shipping address.