Sha256: ea6de95487af28b1a64248565239a638819a6f6e1841e45cb389914dcfa09c61

Contents?: true

Size: 1.04 KB

Versions: 365

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 phone number. | [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

365 entries across 365 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.68.14 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.68.13 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.68.12 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.68.11 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.68.10 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.68.9 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.68.8 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.68.7 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.68.6 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.68.5 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.68.4 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.68.3 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.68.2 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.68.1 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.68.0 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.67.7 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.67.6 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.67.5 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.67.4 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.67.3 docs/PostCustomerBankModel.md