Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.43 KB

UpdateCustomerRequest.md

File metadata and controls

19 lines (14 loc) · 1.43 KB

# UpdateCustomerRequest

Properties

Name Type Description Notes
email string The customer email address. [optional]
shipping \DigitalRiver\ApiSdk\Model\Shipping [optional]
default_source_id string The identifier of the default source attached to this customer. [optional]
tax_certificate \DigitalRiver\ApiSdk\Model\TaxCertificate [optional]
request_to_be_forgotten bool If <code>true</code>, indicates this customer has submitted a request to be forgotten. [optional]
type \DigitalRiver\ApiSdk\Model\CustomerType [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]

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