Sha256: 489819a641da5be21ece82ff21fcf3d21e5c3a1b3cc1869e8d07b66e122eed09
Contents?: true
Size: 902 Bytes
Versions: 1108
Compression:
Stored size: 902 Bytes
Contents
# CybridApiBank::PostCustomerAddressBankModel ## 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::PostCustomerAddressBankModel.new( street: null, street2: null, city: null, subdivision: null, postal_code: null, country_code: null ) ```
Version data entries
1,108 entries across 1,108 versions & 1 rubygems