Sha256: d0282d723cd5a8ff6a6cb755b089a252d9f0a7a87a87a86a0eba4f3fcc476df4
Contents?: true
Size: 1.23 KB
Versions: 77
Compression:
Stored size: 1.23 KB
Contents
# CybridApiBank::PostCustomerAddressBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **street** | **String** | The first line of the address. Required when type is individual. | [optional] | | **street2** | **String** | The optional second line of the address. Optional when type is individual. | [optional] | | **city** | **String** | The city of the address. Required when type is individual. | [optional] | | **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 when type is individual. | [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 when type is individual. | [optional] | | **country_code** | **String** | The ISO 3166 country 2-Alpha country code of the address. Required when type is individual. | [optional] | ## 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
77 entries across 77 versions & 1 rubygems