GitHub

DaffCustomerAddressLoad

Loads an address of the current customer.

import { DaffCustomerAddressLoad } from '@daffodil/customer/state'
class DaffCustomerAddressLoad implements Action {
  readonly type: DaffCustomerAddressActionTypes.AddressLoadAction
  addressId: DaffCustomerAddress['id']
}

Properties

Name Type Description
type DaffCustomerAddressActionTypes.AddressLoadAction
addressId DaffCustomerAddress['id']