GitHub

DaffCartShippingInformationUpdate

Triggers the update of the cart's shipping information.

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

Properties

Name Type Description
type DaffCartShippingInformationActionTypes.CartShippingInformationUpdateAction
payload Partial<T>