DaffCartShippingAddressUpdateSuccess
Indicates the successful update of the cart's shipping address.
import { DaffCartShippingAddressUpdateSuccess } from '@daffodil/cart/state'
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> |