DaffCartPaymentUpdateWithBilling
Triggers an update of the cart's selected payment method and billing address.
import { DaffCartPaymentUpdateWithBilling } from '@daffodil/cart/state'
class DaffCartPaymentUpdateWithBilling<<T extends DaffCart = DaffCart>> implements Action {
readonly type: DaffCartPaymentActionTypes.CartPaymentUpdateWithBillingAction
payment: Partial<T['payment']>
address: Partial<T['billing_address']>
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCartPaymentActionTypes.CartPaymentUpdateWithBillingAction | |
payment | Partial<T['payment']> | |
address | Partial<T['billing_address']> |