UpdateCustomerResult Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class UpdateCustomerResult : UpdateCustomerCriteria
The UpdateCustomerResult type exposes the following members.
| Name | Description | |
|---|---|---|
| UpdateCustomerResult |
| Name | Description | |
|---|---|---|
| BankAccount |
Bank account details fro the customer. This is used to reverse deposit transactions.
(Inherited from UpdateCustomerCriteria.) | |
| CorrespondenceOptions |
Change Correspondenceoptions with this property
(Inherited from UpdateCustomerCriteria.) | |
| CustomerCompany |
The details about the customer if the CustomerType is value: Company
(Inherited from UpdateCustomerCriteria.) | |
| CustomerPerson |
The details about the customer if the CustomerType is value: Person
(Inherited from UpdateCustomerCriteria.) | |
| CustomerProfileId |
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.) | |
| CustomerType |
The customer type. The customer type determines if the CustomerPerson or CustomerCompany are required
(Inherited from UpdateCustomerCriteria.) |