Sha256: 176fd84e0e74c556afb5010934562a4c13a19460cdf474f37f37d004e517d37e

Contents?: true

Size: 992 Bytes

Versions: 2

Compression:

Stored size: 992 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. | 
**phone** | [**CustomerAddressPhone**](CustomerAddressPhone.md) |  | [optional] 
**zip_postal_code** | **String** | Postal code. | 

## Code Sample

```ruby
require 'OpenapiClient'

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


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
first_data_gateway-1.4.0 docs/CustomerAddress.md
first_data_gateway-1.3.0 docs/CustomerAddress.md