Click or drag to resize

UnknownCustomer Class

Inheritance Hierarchy

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Retail.SpecialCase
Assembly:  LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: Commerce Service for LS Central 2024.6
Syntax
C#
public class UnknownCustomer : Customer

The UnknownCustomer type exposes the following members.

Constructors
  NameDescription
Public methodUnknownCustomer
Initializes a new instance of the UnknownCustomer class
Public methodUnknownCustomer(String)
Initializes a new instance of the UnknownCustomer class
Top
Properties
  NameDescription
Public propertyAddress (Inherited from Customer.)
Public propertyCurrency (Inherited from Customer.)
Public propertyDiscountGroup (Inherited from Customer.)
Public propertyEmail (Inherited from Customer.)
Public propertyFirstName (Inherited from Customer.)
Public propertyId (Inherited from Entity.)
Public propertyInclTax (Inherited from Customer.)
Public propertyIsBlocked (Inherited from Customer.)
Public propertyLastName (Inherited from Customer.)
Public propertyMiddleName (Inherited from Customer.)
Public propertyName (Inherited from Customer.)
Public propertyNamePrefix (Inherited from Customer.)
Public propertyNameSuffix (Inherited from Customer.)
Public propertyPaymentTerms (Inherited from Customer.)
Public propertyPriceGroup (Inherited from Customer.)
Public propertyReceiptEmail (Inherited from Customer.)
Public propertyReceiptOption (Inherited from Customer.)
Public propertyShippingLocation (Inherited from Customer.)
Public propertyTaxGroup (Inherited from Customer.)
Public propertyUrl (Inherited from Customer.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Customer.)
Public methodGetHashCode (Inherited from Customer.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from Entity.)
Top
See Also