Sha256: d35073978dd8cc1d639bddb2a26ff5c423120e81f3e57d13802121a58d5090f1

Contents?: true

Size: 1.15 KB

Versions: 654

Compression:

Stored size: 1.15 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] |
| **labels** | **Array<String>** | The labels associated with the customer. | [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,
  labels: null
)
```

Version data entries

654 entries across 654 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.121.11 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.121.10 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.121.9 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.121.8 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.121.7 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.121.6 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.121.5 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.121.4 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.121.3 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.121.2 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.121.1 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.121.0 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.120.19 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.120.18 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.120.17 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.120.16 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.120.15 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.120.14 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.120.13 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.120.12 docs/PostCustomerBankModel.md