Click or drag to resize

ShoppingCartServiceSetBillToCustomer(NetForumId) 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(
	NetForumId customerId
)

Parameters

customerId  NetForumId
The id of the customer to set as bill-to customer
See Also