DaffCustomerAddress
An address that belongs to a DaffCustomer
import { DaffCustomerAddress } from '@daffodil/customer'
interface DaffCustomerAddress {
defaultBilling: boolean
defaultShipping: boolean
}
Properties
Name | Type | Description |
---|---|---|
defaultBilling | boolean | Whether this address is the customer's default billing address. |
defaultShipping | boolean | Whether this address is the customer's default shipping address. |