Sha256: edb550ce5497e8476e99b0799d3346b9aa45e52097749a070df7b66797028123

Contents?: true

Size: 677 Bytes

Versions: 4

Compression:

Stored size: 677 Bytes

Contents

# Plaid::AddressData

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **city** | **String** | The full city name |  |
| **region** | **String** | The region or state Example: `\"NC\"` | [optional] |
| **street** | **String** | The full street address Example: `\"564 Main Street, APT 15\"` |  |
| **postal_code** | **String** | The postal code | [optional] |
| **country** | **String** | The ISO 3166-1 alpha-2 country code |  |

## Example

```ruby
require 'plaid'

instance = Plaid::AddressData.new(
  city: null,
  region: null,
  street: null,
  postal_code: null,
  country: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.4 docs/AddressData.md
plaid-14.0.0.beta.3 docs/AddressData.md
plaid-14.0.0.beta.2 docs/AddressData.md
plaid-14.0.0.beta.1 docs/AddressData.md