SyncteraRubySdk::CustomerAllOf
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| dob | Date | Customer's date of birth in RFC 3339 full-date format (YYYY-MM-DD) | [optional] |
| first_name | String | Customer's first name | [optional] |
| last_name | String | Customer's last name | [optional] |
| status | String | Customer's status |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::CustomerAllOf.new(
dob: Sat Jan 01 02:00:00 EET 2000,
first_name: Jane,
last_name: Smith,
status: null
)