GitHub

DaffCartShippingAddressUpdateSuccess

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

API

class DaffCartShippingAddressUpdateSuccess<<T extends DaffCart = DaffCart>>  implements DaffCartRetrievalAction<T> {
  readonly type: DaffCartShippingAddressActionTypes.CartShippingAddressUpdateSuccessAction
  payload: Partial<T>
}

Properties

Name Type Description
type DaffCartShippingAddressActionTypes.CartShippingAddressUpdateSuccessAction
payload Partial<T>