Sha256: 6db7f37ed7164fff2a91fd8b9e57c98b8b1c663f4e7bdd30503e781a8986767a
Contents?: true
Size: 516 Bytes
Versions: 3
Compression:
Stored size: 516 Bytes
Contents
# Buildium::EFTPaymentsPutMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **payments_enabled** | **Boolean** | Indicates whether EFT payments are enabled in the Buildium Resident Center for all residents of this property. Note, to enable EFT payments the operating bank account for the property must have EFT payments provisioned. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::EFTPaymentsPutMessage.new( payments_enabled: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/EFTPaymentsPutMessage.md |
buildium-ruby-3.0.0 | docs/EFTPaymentsPutMessage.md |
buildium-ruby-2.1.0 | docs/EFTPaymentsPutMessage.md |