Sha256: a59b0660f4b68ae32f985b1d23a50a77948fed0f688a850f7f5c2e0fd6735dd6

Contents?: true

Size: 977 Bytes

Versions: 3

Compression:

Stored size: 977 Bytes

Contents

# Buildium::OfflinePaymentsPutMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **display_info_in_resident_center** | **Boolean** | Indicates whether the offline payment information is displayed in the Buildium Resident Center. |  |
| **display_company_address** | **Boolean** | Indicates whether to display the company address along with the offline payment information. If `DisplayInfoInResidentCenter` is false the company address will not be displayed. |  |
| **payment_instructions** | **String** | Directions for how to make offline payments. The value cannot exceed 65,535 characters. If `DisplayInfoInResidentCenter` is false the payment instructions will not be displayed. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::OfflinePaymentsPutMessage.new(
  display_info_in_resident_center: null,
  display_company_address: null,
  payment_instructions: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/OfflinePaymentsPutMessage.md
buildium-ruby-3.0.0 docs/OfflinePaymentsPutMessage.md
buildium-ruby-2.1.0 docs/OfflinePaymentsPutMessage.md