ShoppingCartServiceSetBillingContact Method

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

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public void SetBillingContact(
	IIndividualIdentity billingContact
)

Parameters

billingContact  IIndividualIdentity
The individual to set as the billing contact

See Also