Sha256: 18c807880c8c0e90725b01bb42900a09c16fb91cf091827281507c99a440480f
Contents?: true
Size: 1.84 KB
Versions: 16
Compression:
Stored size: 1.84 KB
Contents
# CybridApiBank::PostIdentityVerificationAddressBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **street** | **String** | The first line of the address. Required when type is kyc and method is attested, type is bank_account and method is attested, or type is bank_account and method is attested_ownership. | [optional] | | **street2** | **String** | The optional second line of the address. Optional when type is kyc and method is attested, type is bank_account and method is attested, or type is bank_account and method is attested_ownership. | [optional] | | **city** | **String** | The city of the address. Required when type is kyc and method is attested, type is bank_account and method is attested, or type is bank_account and method is attested_ownership. | [optional] | | **subdivision** | **String** | The ISO 3166-2 subdivision code of the address; not used by all countries. Optional when type is kyc and method is attested, type is bank_account and method is attested, or type is bank_account and method is attested_ownership. | [optional] | | **postal_code** | **String** | The postal/post/zip code of the address; not used by all countries. Optional when type is kyc and method is attested, type is bank_account and method is attested, or type is bank_account and method is attested_ownership. | [optional] | | **country_code** | **String** | The ISO 3166 country 2-Alpha country code of the address. Required when type is kyc and method is attested, type is bank_account and method is attested, or type is bank_account and method is attested_ownership. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostIdentityVerificationAddressBankModel.new( street: null, street2: null, city: null, subdivision: null, postal_code: null, country_code: null ) ```
Version data entries
16 entries across 16 versions & 1 rubygems