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