Sha256: 2747a79e106d2face6bb0d749c70e31e50a084f0e01b134ee27286eaf6ae7815

Contents?: true

Size: 962 Bytes

Versions: 10

Compression:

Stored size: 962 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. | 
**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

10 entries across 10 versions & 1 rubygems

Version Path
first_data_gateway-1.12.0 docs/CustomerAddress.md
first_data_gateway-1.11.0 docs/CustomerAddress.md
first_data_gateway-1.10.0 docs/CustomerAddress.md
first_data_gateway-1.9.0 docs/CustomerAddress.md
first_data_gateway-1.8.1 docs/CustomerAddress.md
first_data_gateway-1.8.0 docs/CustomerAddress.md
first_data_gateway-1.7.1 docs/CustomerAddress.md
first_data_gateway-1.7.0 docs/CustomerAddress.md
first_data_gateway-1.6.0 docs/CustomerAddress.md
first_data_gateway-1.5.0 docs/CustomerAddress.md