Click or drag to resize

ShoppingCartServiceSetBillingContact Method

Sets the billing contact of the shopping cart, which maps to the inv_ind_cst_billing_key field in NetFORUM.

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public void SetBillingContact(
	IIndividualIdentity billingContact
)

Parameters

billingContact  IIndividualIdentity
The individual to set as the billing contact
See Also