Click or drag to resize
CustomerPreferences Class
Represent customer preferences.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceCustomerPreferences

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public class CustomerPreferences

The CustomerPreferences type exposes the following members.

Constructors
  NameDescription
Public methodCustomerPreferences
Creates a new instance of CustomerPreferences using given preferred options.
Top
Fields
  NameDescription
Public fieldStatic memberUnknown
Predefined unknown customer preferences.
Top
Properties
  NameDescription
Public propertyCurrencyID
ID of the preferred currency. null when preference is unknown.
Public propertyPaymentOptionID
ID of the preferred payment option. null when preference is unknown.
Public propertyShippingOptionID
ID of the preferred shipping option. null when preference is unknown.
Top
See Also