Sha256: ccab14cab3664e00cc6c8f4387676716c500bade90c35674b0e78aa14aba2efd
Contents?: true
Size: 428 Bytes
Versions: 1
Compression:
Stored size: 428 Bytes
Contents
# Buildium::PatchGlobalPartialPaymentSettingsRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **require_payments_in_full** | **Boolean** | Whether or not the ownership account payments are required in full. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::PatchGlobalPartialPaymentSettingsRequest.new( require_payments_in_full: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/PatchGlobalPartialPaymentSettingsRequest.md |