import { DaffCartBillingAddressUpdate } from '@daffodil/cart/state'
Triggers the update of the cart's billing address.
class DaffCartBillingAddressUpdate<<T extends DaffCart = DaffCart>> implements Action {
readonly type: DaffCartBillingAddressActionTypes.CartBillingAddressUpdateAction = DaffCartBillingAddressActionTypes.CartBillingAddressUpdateAction
payload: Partial<T["billing_address"]>
}