Sha256: 1cb823c653dfaf8bcd86d7ab239a811a918445500ae3b279301cbd5994024715
Contents?: true
Size: 983 Bytes
Versions: 93
Compression:
Stored size: 983 Bytes
Contents
# CybridApiBank::ExternalBankAccountPiiInnerAddressesInnerBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **street** | **String** | The first line of the address. | [optional] | | **street2** | **String** | The optional second line of the address. | [optional] | | **city** | **String** | The city of the address. | [optional] | | **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. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::ExternalBankAccountPiiInnerAddressesInnerBankModel.new( street: null, street2: null, city: null, subdivision: null, postal_code: null, country_code: null ) ```
Version data entries
93 entries across 93 versions & 1 rubygems