Sha256: 26d0d0a4e347386410142400565068ecfe09738d3b02e7781154f26033889ede

Contents?: true

Size: 1.95 KB

Versions: 107

Compression:

Stored size: 1.95 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. Applicable only for countries that use subnational states, provinces, lands, oblasts or regions. 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, zip or post code of the address. Applicable only for countries that use postal, zip or post codes. 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

107 entries across 107 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.122.17 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.122.16 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.122.9 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.122.7 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.122.6 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.122.5 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.122.4 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.122.3 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.122.2 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.121.60 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.121.59 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.121.57 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.121.56 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.121.55 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.121.51 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.121.50 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.121.48 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.121.46 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.121.44 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.121.43 docs/PostIdentityVerificationAddressBankModel.md