Sha256: ccb18fba329cb59eb351e34a2be34f150fcec8e209ba7f9580f7d2e2f03ef7ab

Contents?: true

Size: 1.28 KB

Versions: 186

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

186 entries across 186 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.123.59 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.58 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.57 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.56 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.55 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.53 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.52 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.51 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.50 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.49 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.48 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.47 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.46 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.12 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.11 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.10 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.7 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.4 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.3 docs/PostCustomerBankModel.md
cybrid_api_bank_ruby-0.123.2 docs/PostCustomerBankModel.md