Sha256: 0bc54fa755f4494058187ea61780dcb641371507ad102d0d1013d8c4392d8197

Contents?: true

Size: 945 Bytes

Versions: 186

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

186 entries across 186 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.123.82 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.81 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.80 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.78 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.75 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.74 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.73 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.72 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.71 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.70 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.69 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.68 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.67 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.66 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.65 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.64 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.63 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.62 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.61 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.123.60 docs/DepositBankAccountCounterpartyAddressBankModel.md