Sha256: 5b45d058208065a895c4ec8357ca97cdadcc160c1d2aea995e986365286e9e2e

Contents?: true

Size: 777 Bytes

Versions: 3

Compression:

Stored size: 777 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. | [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

3 entries across 3 versions & 1 rubygems

Version Path
moneykit-0.1.13 docs/Address.md
moneykit-0.1.12 docs/Address.md
moneykit-0.1.11 docs/Address.md