Click or drag to resize
ShoppingServiceSetBillingAddress Method
Sets billing address to the current shopping cart and evaluates the cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public virtual void SetBillingAddress(
	AddressInfo billingAddressInfo
)

Parameters

billingAddressInfo
Type: CMS.EcommerceAddressInfo
Address for billing purposes.

Implements

IShoppingServiceSetBillingAddress(AddressInfo)
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when billingAddressInfo is null.
InvalidOperationExceptionThrown when billingAddressInfo is in invalid state.
See Also