GitHub

DaffCartShippingInformationDelete

Triggers the deletion of the cart's shipping information.

import { DaffCartShippingInformationDelete } from '@daffodil/cart/state'
class DaffCartShippingInformationDelete implements Action {
  readonly type: DaffCartShippingInformationActionTypes.CartShippingInformationDeleteAction
  id: DaffCartShippingRate['id']
}

Properties

Name Type Description
type DaffCartShippingInformationActionTypes.CartShippingInformationDeleteAction
id DaffCartShippingRate['id']