GitHub

DaffCartShippingInformationUpdate

import { DaffCartShippingInformationUpdate } from '@daffodil/cart/state'

Triggers the update of the cart's shipping information.

class DaffCartShippingInformationUpdate<<T extends DaffCartShippingRate = DaffCartShippingRate>>  implements Action {
  readonly type: DaffCartShippingInformationActionTypes.CartShippingInformationUpdateAction = DaffCartShippingInformationActionTypes.CartShippingInformationUpdateAction
  payload: Partial<T>
}