Sha256: 7979c205817cf588121374a66e0dc8d9917b717aaf1561c3f82ef18231afc933

Contents?: true

Size: 1.38 KB

Versions: 1

Compression:

Stored size: 1.38 KB

Contents

# Buildium::LeaseLedgerRefundPostMessageAddress

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **address_line1** | **String** | Address line 1 (e.g., street, PO Box, or company name). This value cannot exceed 100 characters. |  |
| **address_line2** | **String** | Address line 2 (e.g., apartment, suite, unit, or building). This value cannot exceed 100 characters. | [optional] |
| **address_line3** | **String** | Address line 3.  This value cannot exceed 100 characters. | [optional] |
| **city** | **String** | City, district, suburb, town, or village. This value cannot exceed 100 characters. | [optional] |
| **state** | **String** | State, county, province, or region. When `Country` is set to `UnitedStates` this value must be a valid state name or abbreviation. If the value is `Canada` this value must be a valid Canadian province. For all other countries this field is optional and not validated. | [optional] |
| **postal_code** | **String** | ZIP or postal code. | [optional] |
| **country** | **String** | Country. Must be a valid `Country` enumeration value. |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::LeaseLedgerRefundPostMessageAddress.new(
  address_line1: null,
  address_line2: null,
  address_line3: null,
  city: null,
  state: null,
  postal_code: null,
  country: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/LeaseLedgerRefundPostMessageAddress.md