GitHub

DaffCartShippingInformationUpdateSuccess

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

API

class DaffCartShippingInformationUpdateSuccess<<T extends DaffCart = DaffCart>>  implements DaffCartRetrievalAction<T> {
  readonly type: DaffCartShippingInformationActionTypes.CartShippingInformationUpdateSuccessAction
  payload: Partial<T>
}

Properties

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