ShoppingCartServiceSetBillingAddress Method

Sets the billing address of the shopping cart.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public void SetBillingAddress(
	ICustomerAddressIdentity billingAddress
)

Parameters

billingAddress  ICustomerAddressIdentity
The billing address to set

See Also