Sha256: 389a2297aac2e3c54598e51be2f959aabbce83e23a2bbd5884766ec2155087a9

Contents?: true

Size: 747 Bytes

Versions: 423

Compression:

Stored size: 747 Bytes

Contents

# CybridApiBank::IdentificationNumberBankModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | **String** | The source of the identification number; one of drivers_license, passport, passport_card, residence_card, social_security_number, tax_identification_number, or identification_card. |  |
| **issuing_country_code** | **String** | The ISO 3166 country 2-Alpha country code of the identification number issuer. |  |
| **identification_number** | **String** | The identification number. |  |

## Example

```ruby
require 'cybrid_api_bank_ruby'

instance = CybridApiBank::IdentificationNumberBankModel.new(
  type: null,
  issuing_country_code: null,
  identification_number: null
)
```

Version data entries

423 entries across 423 versions & 1 rubygems

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