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