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