IShoppingServiceSetBillingAddress Method |
Sets billing address to the current shopping cart and evaluates the cart.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax void SetBillingAddress(
AddressInfo billingAddressInfo
)
Parameters
- billingAddressInfo
- Type: CMS.EcommerceAddressInfo
Address for billing purposes.
Exceptions Exception | Condition |
---|
ArgumentNullException | Thrown when billingAddressInfo is null. |
InvalidOperationException | Thrown when billingAddressInfo is in invalid state. |
See Also