Sha256: edd60a35cc8e808445604b16e11f36634661d28fa532fdac3122f16f3eadffeb

Contents?: true

Size: 938 Bytes

Versions: 585

Compression:

Stored size: 938 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 provide/state/region 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

585 entries across 585 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.112.34 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.112.33 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.112.32 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.112.30 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.112.28 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.112.27 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.112.26 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.112.25 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.112.24 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.112.23 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.112.22 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.112.18 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.112.17 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.112.16 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.112.15 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.112.14 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.112.13 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.112.12 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.112.11 docs/DepositBankAccountCounterpartyAddressBankModel.md
cybrid_api_bank_ruby-0.112.9 docs/DepositBankAccountCounterpartyAddressBankModel.md