Sha256: e48230109bc9acf60d5c11021371bdbc6657e0b32a89535fe2110512fdc6a618

Contents?: true

Size: 1.5 KB

Versions: 74

Compression:

Stored size: 1.5 KB

Contents

# CybridApiBank::PostCustomerBankModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | **String** | The type of customer. |  |
| **address** | [**PostCustomerAddressBankModel**](PostCustomerAddressBankModel.md) |  | [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] |
| **name** | [**PostCustomerNameBankModel**](PostCustomerNameBankModel.md) |  | [optional] |
| **date_of_birth** | **Date** | The customer's date of birth. Optional when type is individual. | [optional] |
| **aliases** | [**Array<PostCustomerAliasesInnerBankModel>**](PostCustomerAliasesInnerBankModel.md) | The aliases of the customer. Optional when type is business. | [optional] |
| **website** | **String** | The customer's website. Optional when type is business. | [optional] |
| **labels** | **Array<String>** | The labels associated with the customer. | [optional] |

## Example

```ruby
require 'cybrid_api_bank_ruby'

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

Version data entries

74 entries across 74 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.123.291 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.290 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.289 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.288 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.287 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.286 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.285 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.284 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.283 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.282 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.280 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.278 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.277 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.276 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.275 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.274 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.273 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.272 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.271 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.268 docs/PostCustomerBankModel.md