Sha256: c594722b5ea7ced5e8525d84c372c5e8b1a2611d70a32f8ab2b1fc644f26b280
Contents?: true
Size: 1.52 KB
Versions: 1
Compression:
Stored size: 1.52 KB
Contents
# OpenapiClient::Customer ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | Unique ID for the customer, if registered. This field is required if the parent object is present. | **start_date** | **String** | The timestamp of the customers registration in the merchants platform. Format is YYYY-MM-DD. | [optional] **first_name** | **String** | Customer's first name. | [optional] **last_name** | **String** | Customer's last name. | [optional] **middle_name** | **String** | Customer's middle name. | [optional] **email** | **String** | Customer's email address. | [optional] **session_id** | **String** | The unique ID of the current login session. Must be unique for the customer. | [optional] **username** | **String** | The username of this customer in the merchants system. This field should contain customer-supplied data if available instead of a generated ID. This field can contain the clients email address if it is also used for authentication purposes. | [optional] **gender** | **String** | The customers gender. Do not set this property if the customer does not specify a gender. | [optional] **date_of_birth** | **String** | The customer's year of birth. Format is YYYY. | [optional] **address** | [**CustomerAddress**](CustomerAddress.md) | | [optional] **user_defined** | [**Object**](.md) | A JSON object that can carry any additional information about the customer that might be helpful for fraud detection. | [optional]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.2.0 | docs/Customer.md |