Sha256: 21fe29f462b4c1e7ffb5c0016e0f38d3568523f334c0b68698b57776c51e5d97
Contents?: true
Size: 615 Bytes
Versions: 1291
Compression:
Stored size: 615 Bytes
Contents
# CybridApiBank::PostIdentificationNumberBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The source of the identification 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::PostIdentificationNumberBankModel.new( type: null, issuing_country_code: null, identification_number: null ) ```
Version data entries
1,291 entries across 1,291 versions & 1 rubygems