Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 2.36 KB

Customer.md

File metadata and controls

25 lines (20 loc) · 2.36 KB

# Customer

Properties

Name Type Description Notes
id string The unique identifier for the customer. [optional]
created_time \DateTime The time at which the customer was created. [optional]
email string The customer email address. [optional]
shipping \DigitalRiver\ApiSdk\Model\Shipping [optional]
default_source_id string The identifier of the default payment source attached to this customer. [optional]
sources \DigitalRiver\ApiSdk\Model\Source[] An array of Source objects attached to this Customer. [optional]
tax_identifiers \DigitalRiver\ApiSdk\Model\CustomerTaxIdentifier[] A list of tax identifiers for this customer. [optional]
tax_certificates \DigitalRiver\ApiSdk\Model\TaxCertificate[] A list of tax certificates for this customer. [optional]
request_to_be_forgotten bool If true, indicates this customer has requested to be forgotten. [optional] [default to false]
type \DigitalRiver\ApiSdk\Model\CustomerType1 [optional]
metadata map[string,AnyType] Key-value pairs used to store additional data. Value can be string, boolean or integer types. [optional]
locale string A locale designator that combines the two-letter ISO 639-1 language code with the ISO 3166-1 alpha-2 country code. [optional]
enabled bool Usually used to disable the customer. The default is <code>true</code>. If <code>false</code>, attempts to create orders for the customer will fail. [optional]
live_mode bool Has the value <code>true</code> if the object exists in live mode or the value <code>false</code> if the object exists in test mode. [optional]
updated_time \DateTime Time at which the customer was last updated. [optional]

[Back to Model list] [Back to API list] [Back to README]