Sha256: 8a4223ed15aec0ab1f93816072903571c6027c3027710881e901a4cb860af3e7

Contents?: true

Size: 809 Bytes

Versions: 2

Compression:

Stored size: 809 Bytes

Contents

# MoneyKit::Address

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **city** | **String** | The city of the address. | [optional] |
| **country** | **String** | The country of the address. | [optional] |
| **postal_code** | **String** | The postal or zip code of the address. | [optional] |
| **region** | **String** | The region or state of the address. | [optional] |
| **street** | **String** | The street of the address. | [optional] |
| **primary** | **Boolean** | Indicates if this is the primary address for the account owner, as reported by the institution. | [optional] |

## Example

```ruby
require 'moneykit'

instance = MoneyKit::Address.new(
  city: null,
  country: null,
  postal_code: null,
  region: null,
  street: null,
  primary: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
moneykit-0.1.15 docs/Address.md
moneykit-0.1.14 docs/Address.md