Sha256: 0bc54fa755f4494058187ea61780dcb641371507ad102d0d1013d8c4392d8197

Contents?: true

Size: 945 Bytes

Versions: 183

Compression:

Stored size: 945 Bytes

Contents

# CybridApiBank::DepositBankAccountCounterpartyAddressBankModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **street** | **String** | The first line of the address. |  |
| **street2** | **String** | The optional second line of the address. | [optional] |
| **city** | **String** | The city of the address. |  |
| **subdivision** | **String** | The ISO 3166-2 subdivision code of the address; not used by all countries. | [optional] |
| **postal_code** | **String** | The postal/post/zip code of the address; not used by all countries. | [optional] |
| **country_code** | **String** | The ISO 3166 country 2-Alpha country code of the address. |  |

## Example

```ruby
require 'cybrid_api_bank_ruby'

instance = CybridApiBank::DepositBankAccountCounterpartyAddressBankModel.new(
  street: null,
  street2: null,
  city: null,
  subdivision: null,
  postal_code: null,
  country_code: null
)
```

Version data entries

183 entries across 183 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.123.149 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.148 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.147 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.145 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.144 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.143 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.142 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.140 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.139 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.137 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.135 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.134 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.132 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.131 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.129 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.127 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.126 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.125 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.124 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.123 docs/DepositBankAccountCounterpartyAddressBankModel.md