Click or drag to resize

ShoppingCartServiceSetBillToCustomer(ICustomerIdentity) Method

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

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public void SetBillToCustomer(
	ICustomerIdentity customer
)

Parameters

customer  ICustomerIdentity
The customer to set as bill-to customer
See Also