Sha256: ccb18fba329cb59eb351e34a2be34f150fcec8e209ba7f9580f7d2e2f03ef7ab

Contents?: true

Size: 1.28 KB

Versions: 183

Compression:

Stored size: 1.28 KB

Contents

# CybridApiBank::PostCustomerBankModel

## Properties

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

183 entries across 183 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.123.149 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.148 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.147 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.145 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.144 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.143 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.142 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.140 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.139 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.137 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.135 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.134 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.132 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.131 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.129 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.127 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.126 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.125 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.124 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.123 docs/PostCustomerBankModel.md