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