Sha256: e4f41daa55839583c770cd3a13d7dad95d836dabae7e1fd4d197bdc1c50fac50

Contents?: true

Size: 756 Bytes

Versions: 4

Compression:

Stored size: 756 Bytes

Contents

# SyncteraRubySdk::Address3

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **address_line_1** | **String** | street address | [optional][readonly] |
| **address_line_2** | **String** | street address | [optional][readonly] |
| **city** | **String** | city | [optional][readonly] |
| **country_code** | **String** | country code | [optional][readonly] |
| **postal_code** | **String** | postal code | [optional][readonly] |
| **state** | **String** | state | [optional][readonly] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::Address3.new(
  address_line_1: 321 Main St,
  address_line_2: Apt 34,
  city: Chicago,
  country_code: USA,
  postal_code: 60622,
  state: IL
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/Address3.md
synctera_ruby_sdk-1.1.2 docs/Address3.md
synctera_ruby_sdk-1.1.1 docs/Address3.md
synctera_ruby_sdk-1.0.0 docs/Address3.md