GitHub

DaffCartShippingInformationLoad

Triggers the load of the cart's shipping information.

import { DaffCartShippingInformationLoad } from '@daffodil/cart/state'
class DaffCartShippingInformationLoad implements Action {
  readonly type: DaffCartShippingInformationActionTypes.CartShippingInformationLoadAction
}

Properties

Name Type Description
type DaffCartShippingInformationActionTypes.CartShippingInformationLoadAction