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

Parameters

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

See Also