Sha256: 6b872407281cff16f976dabc9177440a356ecf5899a0c7171e04ed6949e8b899
Contents?: true
Size: 1012 Bytes
Versions: 2
Compression:
Stored size: 1012 Bytes
Contents
# PCPServerSDK::AddressPersonal ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **additional_info** | **String** | Second line of street or additional address information such as apartments and suits | [optional] | | **city** | **String** | City | [optional] | | **country_code** | **String** | ISO 3166-1 alpha-2 country code | [optional] | | **house_number** | **String** | House number | [optional] | | **state** | **String** | State (ISO 3166-2 subdivisions), only if country=US, CA, CN, JP, MX, BR, AR, ID, TH, IN. | [optional] | | **street** | **String** | Street name | [optional] | | **zip** | **String** | Zip code | [optional] | | **name** | [**PersonalName**](PersonalName.md) | | [optional] | ## Example ```ruby require 'PCP-server-Ruby-SDK' instance = PCPServerSDK::AddressPersonal.new( additional_info: Apartment 203, city: Kiel, country_code: DE, house_number: 3, state: MX, street: Coral Avenue, zip: 1234, name: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pcp-server-ruby-sdk-0.0.6 | docs/AddressPersonal.md |
pcp-server-ruby-sdk-0.1.0 | docs/AddressPersonal.md |