Click or drag to resize

UpdateCustomerCriteria Properties

The UpdateCustomerCriteria type exposes the following members.

Properties
  NameDescription
Public propertyBankAccount
Bank account details fro the customer. This is used to reverse deposit transactions.
Public propertyCorrespondenceOptions
Change Correspondenceoptions with this property
Public propertyCustomerCompany
The details about the customer if the CustomerType is value: Company
Public propertyCustomerPerson
The details about the customer if the CustomerType is value: Person
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.
Public propertyCustomerType
The customer type. The customer type determines if the CustomerPerson or CustomerCompany are required
Top
See Also