Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class Customer

Represents a customer model in ODP

Inheritance
System.Object
Customer
Namespace: EPiServer.Commerce.ODP.Internal.Models
Assembly: EPiServer.Commerce.ODP.dll
Version: 14.26.0
Syntax
public class Customer : Object

Constructors

Customer()

Declaration
public Customer()

Properties

Attributes

The customer attributes collection

Declaration
public Dictionary<string, object> Attributes { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>