Click or drag to resize
ShoppingServiceValidateSetBillingAddress Method
Validates billing address which is to be set to the current shopping cart.

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

Parameters

billingAddressInfo
Type: CMS.EcommerceAddressInfo
Address for billing purposes.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when validation fails.
See Also