Click or drag to resize
ShoppingServiceSetBillingAddressInternal Method
Sets billing address to the current shopping cart, evaluates the cart and persists changes in the database if the persistShoppingCart is true.

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

Parameters

billingAddressInfo
Type: CMS.EcommerceAddressInfo
persistShoppingCart
Type: SystemBoolean
See Also