GitHub

DaffCartShippingInformationLoadSuccess

Indicates the successful load of the cart's shipping information.

class DaffCartShippingInformationLoadSuccess<<T extends DaffCartShippingRate = DaffCartShippingRate>>  implements Action {
  readonly type: DaffCartShippingInformationActionTypes.CartShippingInformationLoadSuccessAction
  payload: T
}

Properties

Name Type Description
type DaffCartShippingInformationActionTypes.CartShippingInformationLoadSuccessAction
payload T