Sha256: a7aedbb4762cf519b21f2d8d30fbd299d34e943d5fb8fe13ad14f17351c3bcf2

Contents?: true

Size: 1.68 KB

Versions: 44

Compression:

Stored size: 1.68 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 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 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 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 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 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 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

44 entries across 44 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.123.126 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.123.125 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.123.124 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.123.123 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.123.122 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.123.121 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.123.120 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.123.119 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.123.118 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.123.117 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.123.116 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.123.115 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.123.114 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.123.113 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.123.112 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.123.111 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.123.110 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.123.109 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.123.107 docs/PostIdentityVerificationAddressBankModel.md
cybrid_api_bank_ruby-0.123.106 docs/PostIdentityVerificationAddressBankModel.md