Triggers an update of the cart's selected payment method and billing address.
@param payment The payment method. @param address The billing address.
Name | Type | Description |
---|---|---|
type | DaffCartPaymentActionTypes .CartPaymentUpdateWithBillingAction |
|
payment | Partial<T['payment']> | |
address | Partial<T['billing_address']> |