Click or drag to resize
IShoppingServiceGetBillingAddress Method
Returns the billing address for the current shopping cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
AddressInfo GetBillingAddress()

Return Value

Type: AddressInfo
Remarks
Address has to be set and assigned in the database to the current shopping cart.
See Also