Sha256: 46a87c437f1e99511c32d8f00300389b333771356db91c04211221d43588f9ea

Contents?: true

Size: 1.04 KB

Versions: 89

Compression:

Stored size: 1.04 KB

Contents

# CybridApiBank::PostCustomerBankModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | **String** | The customer's type. |  |
| **name** | [**PostCustomerNameBankModel**](PostCustomerNameBankModel.md) |  | [optional] |
| **address** | [**PostCustomerAddressBankModel**](PostCustomerAddressBankModel.md) |  | [optional] |
| **date_of_birth** | **Date** | The customer's date of birth. | [optional] |
| **phone_number** | **String** | The customer's phone number. | [optional] |
| **email_address** | **String** | The customer's email address. | [optional] |
| **identification_numbers** | [**Array<PostIdentificationNumberBankModel>**](PostIdentificationNumberBankModel.md) | The customer's identification numbers. | [optional] |

## Example

```ruby
require 'cybrid_api_bank_ruby'

instance = CybridApiBank::PostCustomerBankModel.new(
  type: null,
  name: null,
  address: null,
  date_of_birth: null,
  phone_number: null,
  email_address: null,
  identification_numbers: null
)
```

Version data entries

89 entries across 89 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.103.1 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.103.0 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.102.0 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.101.0 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.100.0 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.99.0 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.98.2 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.98.1 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.98.0 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.97.0 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.96.1 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.96.0 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.95.7 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.95.5 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.95.4 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.95.3 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.95.2 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.95.1 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.95.0 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.94.57 docs/PostCustomerBankModel.md