Click or drag to resize
AddressType Enumeration
Represents the type of address.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public enum AddressType
Members
  Member nameValueDescription
Unknown0 Unknown address
Billing1 Billing address
Shipping2 Shipping address
Company3 Company address
See Also