Sha256: a20a0fc117643c6c7c19b2bf7862de883e5d0b2d17693d3ab8f1bd83aff2eb39
Contents?: true
Size: 470 Bytes
Versions: 1
Compression:
Stored size: 470 Bytes
Contents
# Buildium::PaidByMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **accounting_entity** | [**GeneralLedgerJournalLineMessageAccountingEntity**](GeneralLedgerJournalLineMessageAccountingEntity.md) | | [optional] | | **amount** | **Float** | Amount of the line item. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::PaidByMessage.new( accounting_entity: null, amount: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/PaidByMessage.md |