Sha256: 9c98c2159c0059cd8c20a8e329347f5f03d5cf5e6b813b1ddb4cb9d3ee9f79cd

Contents?: true

Size: 629 Bytes

Versions: 4

Compression:

Stored size: 629 Bytes

Contents

# 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

```ruby
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
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/CustomerAllOf.md
synctera_ruby_sdk-1.1.2 docs/CustomerAllOf.md
synctera_ruby_sdk-1.1.1 docs/CustomerAllOf.md
synctera_ruby_sdk-1.0.0 docs/CustomerAllOf.md