Sha256: e1dc1ab5d284f8a8b32e5390f4110992d974512ee6b301251311d95ee0e01790
Contents?: true
Size: 877 Bytes
Versions: 51
Compression:
Stored size: 877 Bytes
Contents
# OpenapiClient::AddressNoNonNullRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **street_address** | **String** | | | | **locality** | **String** | | | | **administrative_area** | **String** | The administrative area of the address. If US or CA, the two-letter state or province abbreviation. Else, the province / administrative area; such as, `Dublin 2` or `County Cork` | | | **country** | **String** | The ISO-3166-2 two-letter abbreviation of the country. Reference https://en.wikipedia.org/wiki/ISO_3166-2 for more details | | | **post_code** | **String** | | | ## Example ```ruby require 'openapi_client' instance = OpenapiClient::AddressNoNonNullRequest.new( street_address: 221 S Main Street, locality: Yuma, administrative_area: AZ, country: IE, post_code: 30691 ) ```
Version data entries
51 entries across 51 versions & 1 rubygems