GitHub

DaffCustomerAddressDelete

import { DaffCustomerAddressDelete } from '@daffodil/customer/state'

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

class DaffCustomerAddressDelete implements Action {
  readonly type: DaffCustomerAddressActionTypes.AddressDeleteAction = DaffCustomerAddressActionTypes.AddressDeleteAction
  addressId: string
}