Sha256: 4814165a96a36d27c1bbbcc1102ec73c89fbc9611afd909a8aebdca7dd2b17e7

Contents?: true

Size: 973 Bytes

Versions: 2

Compression:

Stored size: 973 Bytes

Contents

# OpenapiClient::CustomerAddress

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**street** | **String** | First line of street address. | 
**street2** | **String** | Second line of street address. | [optional] 
**state_province** | **String** | State or province. | [optional] 
**city** | **String** | City. | [optional] 
**country** | **String** | Country. | 
**zip_postal_code** | **String** | Postal code. | [optional] 
**phone** | [**Phone**](Phone.md) |  | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::CustomerAddress.new(street: Apartment 123,
                                 street2: 123 Main Street,
                                 state_province: NY,
                                 city: New York,
                                 country: US,
                                 zip_postal_code: 11375,
                                 phone: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
first_data_gateway-1.14.0 docs/CustomerAddress.md
first_data_gateway-1.13.0 docs/CustomerAddress.md