Indicates the successful update of the cart's billing address.
import { DaffCartBillingAddressUpdateSuccess } from '@daffodil/cart/state'
class DaffCartBillingAddressUpdateSuccess<<T extends DaffCart = DaffCart>> implements DaffCartRetrievalAction<T> {
readonly type: DaffCartBillingAddressActionTypes.CartBillingAddressUpdateSuccessAction
payload: Partial<T>
}
Name | Type | Description |
---|---|---|
type | DaffCartBillingAddressActionTypes.CartBillingAddressUpdateSuccessAction | |
payload | Partial<T> |