Customer addresses
The customer addresses represent addresses that are used by the customer for shipping and billing operations. You can store the addresses used by the customer in order to reuse them in upcoming purchases.
You can create the following types of addresses:
- Billing address
Represents the address where the bill or the invoice is sent. - Shipping address
Represents the address where the purchase is sent or shipped.
The type of the address is specified via the Telerik.Sitefinity.Ecommerce.Orders.Model.AddressType enumeration.
The customer addresses are represented by the Telerik.Sitefinity.Ecommerce.Orders.Model.CustomerAddress class.
You can specify an address to serve as a primary address by setting the IsPrimary property of the CustomerAddress to true.