Sha256: 8a43eeb29bf14337cb43bad23190836ee2a149926c7e628d20392c8c7e8e86f6

Contents?: true

Size: 1.3 KB

Versions: 2

Compression:

Stored size: 1.3 KB

Contents

# OpenapiClient::BillingAddress

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**first_name** | **String** | First name. | [optional] 
**last_name** | **String** | Last name. | [optional] 
**middle_name** | **String** | Middle name. | [optional] 
**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. | [optional] 
**phone** | [**BillingAddressPhone**](BillingAddressPhone.md) |  | [optional] 
**zip_postal_code** | **String** | Postal code. | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::BillingAddress.new(first_name: John,
                                 last_name: Smith,
                                 middle_name: Joseph,
                                 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/BillingAddress.md
first_data_gateway-1.3.0 docs/BillingAddress.md