Sha256: fc7828e9f23981fcb47f0c55f5b21889a8a9d18dbcab14708d310214905ea9fb

Contents?: true

Size: 1.21 KB

Versions: 2

Compression:

Stored size: 1.21 KB

Contents

# HelloextendApiClient::Address

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**address1** | **String** |  | 
**address2** | **String** |  | [optional] 
**city** | **String** |  | [optional] 
**country_code** | **String** | This is an ISO 3166 formatted country code. See <a href='https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes for examples'>https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes for examples</a> for more information | [optional] 
**postal_code** | **String** |  | [optional] 
**province_code** | **String** | This is an ISO 3166-2 formatted region. See <a href='https://en.wikipedia.org/wiki/ISO_3166-2'>https://en.wikipedia.org/wiki/ISO_3166-2</a> for more information | [optional] 

## Code Sample

```ruby
require 'HelloextendApiClient'

instance = HelloextendApiClient::Address.new(address1: 535 Mission Street,
                                 address2: 11th Floor,
                                 city: San Francisco,
                                 country_code: USA,
                                 postal_code: 94526,
                                 province_code: CA)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
helloextend_api_client-1.0.3 docs/Address.md
helloextend_api_client-1.0.2 docs/Address.md