| Name | Type | Description | Notes |
|---|---|---|---|
| resource | Option<String> | Indicates the response contains a customer object. Will always contain the string customer for this endpoint. |
[optional][readonly] |
| id | Option<String> | [optional] | |
| mode | Option<models::Mode> | [optional] | |
| name | Option<String> | The full name of the customer. | [optional] |
| Option<String> | The email address of the customer. | [optional] | |
| locale | Option<models::LocaleResponse> | Preconfigure the language to be used in the hosted payment pages shown to the customer. Should only be provided if absolutely necessary. If not provided, the browser language will be used which is typically highly accurate. | [optional] |
| metadata | Option<models::Metadata> | [optional] | |
| created_at | Option<String> | The entity's date and time of creation, in ISO 8601 format. | [optional][readonly] |
| testmode | Option<bool> | Whether to create the entity in test mode or live mode. Most API credentials are specifically created for either live mode or test mode, in which case this parameter can be omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting testmode to true. |
[optional] |
| _links | Option<models::EntityCustomerLinks> | [optional] |