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.78 docs/IdentificationNumberBankModel.md
cybrid_api_bank_ruby-0.123.75 docs/IdentificationNumberBankModel.md
cybrid_api_bank_ruby-0.123.74 docs/IdentificationNumberBankModel.md
cybrid_api_bank_ruby-0.123.73 docs/IdentificationNumberBankModel.md
cybrid_api_bank_ruby-0.123.72 docs/IdentificationNumberBankModel.md
cybrid_api_bank_ruby-0.123.71 docs/IdentificationNumberBankModel.md
cybrid_api_bank_ruby-0.123.70 docs/IdentificationNumberBankModel.md
cybrid_api_bank_ruby-0.123.69 docs/IdentificationNumberBankModel.md
cybrid_api_bank_ruby-0.123.68 docs/IdentificationNumberBankModel.md
cybrid_api_bank_ruby-0.123.67 docs/IdentificationNumberBankModel.md
cybrid_api_bank_ruby-0.123.66 docs/IdentificationNumberBankModel.md
cybrid_api_bank_ruby-0.123.65 docs/IdentificationNumberBankModel.md
cybrid_api_bank_ruby-0.123.64 docs/IdentificationNumberBankModel.md
cybrid_api_bank_ruby-0.123.63 docs/IdentificationNumberBankModel.md
cybrid_api_bank_ruby-0.123.62 docs/IdentificationNumberBankModel.md
cybrid_api_bank_ruby-0.123.61 docs/IdentificationNumberBankModel.md
cybrid_api_bank_ruby-0.123.60 docs/IdentificationNumberBankModel.md
cybrid_api_bank_ruby-0.123.59 docs/IdentificationNumberBankModel.md
cybrid_api_bank_ruby-0.123.58 docs/IdentificationNumberBankModel.md
cybrid_api_bank_ruby-0.123.57 docs/IdentificationNumberBankModel.md