GitHub

DaffCartBillingAddressUpdate

Triggers the update of the cart's billing address.

API

class DaffCartBillingAddressUpdate<<T extends DaffCart = DaffCart>>  implements Action {
  readonly type: DaffCartBillingAddressActionTypes.CartBillingAddressUpdateAction
  payload: Partial<T['billing_address']>
}

Properties

Name Type Description
type DaffCartBillingAddressActionTypes.CartBillingAddressUpdateAction
payload Partial<T['billing_address']>