Sha256: a6e6ec74d5ae52c215ee070555e9075e577595f50877fa8c62ae91030cf3058e
Contents?: true
Size: 1.38 KB
Versions: 1
Compression:
Stored size: 1.38 KB
Contents
# Buildium::RentalPropertyPutMessageAddress ## 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::RentalPropertyPutMessageAddress.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/RentalPropertyPutMessageAddress.md |