Sha256: b5dc71c35cd1b43188466ad686988d69275713e5f344b5ba59e7e3eead6fc4ec

Contents?: true

Size: 815 Bytes

Versions: 24

Compression:

Stored size: 815 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, visa, social_security_number, tax_identification_number, identification_card, employer_identification_number, or business_registration_number. |  |
| **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

24 entries across 24 versions & 1 rubygems

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