DaffCartAddressUpdateSuccess
Indicates the successful update of both the shipping and billing address of the cart.
import { DaffCartAddressUpdateSuccess } from '@daffodil/cart/state'
class DaffCartAddressUpdateSuccess<<T extends DaffCart = DaffCart>> implements DaffCartRetrievalAction<T> {
readonly type: DaffCartAddressActionTypes.CartAddressUpdateSuccessAction
payload: Partial<T>
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCartAddressActionTypes.CartAddressUpdateSuccessAction | |
payload | Partial<T> |