Sha256: 7a6263f3ba795df106e800c62e8923ffc06d3885a8ceaf4295bd2fb665eb4e19

Contents?: true

Size: 728 Bytes

Versions: 4

Compression:

Stored size: 728 Bytes

Contents

# Plaid::MortgagePropertyAddress

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **city** | **String** | The city name. | [optional] |
| **country** | **String** | The ISO 3166-1 alpha-2 country code. | [optional] |
| **postal_code** | **String** | The five or nine digit postal code. | [optional] |
| **region** | **String** | The region or state (example \"NC\"). | [optional] |
| **street** | **String** | The full street address (example \"564 Main Street, Apt 15\"). | [optional] |

## Example

```ruby
require 'plaid'

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

Version data entries

4 entries across 4 versions & 1 rubygems

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