GitHub

DaffCustomerAddressDelete

Deletes one of the currently logged-in customer's addresses.

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

Properties

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