Click or drag to resize

UpdateCustomerResult Class

Data contract for the output of the online update customer service method
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsUpdateCustomerCriteria
      Tse.EasyBook.Server.DataContractsUpdateCustomerResult

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class UpdateCustomerResult : UpdateCustomerCriteria

The UpdateCustomerResult type exposes the following members.

Constructors
  NameDescription
Public methodUpdateCustomerResult
Top
Properties
  NameDescription
Public propertyBankAccount
Bank account details fro the customer. This is used to reverse deposit transactions.
(Inherited from UpdateCustomerCriteria.)
Public propertyCorrespondenceOptions
Change Correspondenceoptions with this property
(Inherited from UpdateCustomerCriteria.)
Public propertyCustomerCompany
The details about the customer if the CustomerType is value: Company
(Inherited from UpdateCustomerCriteria.)
Public propertyCustomerPerson
The details about the customer if the CustomerType is value: Person
(Inherited from UpdateCustomerCriteria.)
Public propertyCustomerProfileId
Possible existing customer profile id. If filled out the server will attempt a direct match to an existing customer with the same profile ID. This is useful because the new order can be placed on the existing (known) customer instead of creating a new customer in the datastore. It is recommended to always use the profile ID if known beforehand.
(Inherited from UpdateCustomerCriteria.)
Public propertyCustomerType
The customer type. The customer type determines if the CustomerPerson or CustomerCompany are required
(Inherited from UpdateCustomerCriteria.)
Top
See Also