Sha256: f9b2794b7d23f363c3e495032781be0408fbaf3d9c8310c55809386e04ec7dad
Contents?: true
Size: 948 Bytes
Versions: 2
Compression:
Stored size: 948 Bytes
Contents
# Buildium::OfflinePaymentsMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **display_info_in_resident_center** | **Boolean** | Indicates whether the offline payment information is displayed in the Buildium Resident Center. | [optional] | | **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. | [optional] | | **payment_instructions** | **String** | Directions for how to make offline payments. If `DisplayInfoInResidentCenter` is false the payment instructions will not be displayed. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::OfflinePaymentsMessage.new( display_info_in_resident_center: null, display_company_address: null, payment_instructions: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/OfflinePaymentsMessage.md |
buildium-ruby-2.1.0 | docs/OfflinePaymentsMessage.md |