Sha256: f374664008f1585d270c1e475f3d034bfc2564a99e40612d0097c9fab6d23357
Contents?: true
Size: 1.01 KB
Versions: 167
Compression:
Stored size: 1.01 KB
Contents
# CybridApiBank::PostCounterpartyAddressBankModel ## 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. Applicable only for countries that use subnational states, provinces, lands, oblasts or regions. | [optional] | | **postal_code** | **String** | The postal, zip or post code of the address. Applicable only for countries that use postal, zip or post codes. | [optional] | | **country_code** | **String** | The ISO 3166 country 2-Alpha country code of the address. | | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostCounterpartyAddressBankModel.new( street: null, street2: null, city: null, subdivision: null, postal_code: null, country_code: null ) ```
Version data entries
167 entries across 167 versions & 1 rubygems