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.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax protected virtual void SetBillingAddressInternal(
AddressInfo billingAddressInfo,
bool persistShoppingCart
)
Parameters
- billingAddressInfo
- Type: CMS.EcommerceAddressInfo
- persistShoppingCart
- Type: SystemBoolean
See Also