ShoppingCartServiceSetBillToCustomer(ICustomerIdentity) Method

Sets the bill-to customer of the shopping cart. This will persist even if the cart main customer is changed.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public void SetBillToCustomer(
	ICustomerIdentity customer
)

Parameters

customer  ICustomerIdentity
The customer to set as bill-to customer

See Also