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.122.17 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.122.16 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.122.9 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.122.7 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.122.6 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.122.5 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.122.4 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.122.3 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.122.2 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.121.60 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.121.59 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.121.57 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.121.56 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.121.55 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.121.51 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.121.50 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.121.48 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.121.46 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.121.44 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.121.43 docs/DepositBankAccountCounterpartyAddressBankModel.md