Sha256: 75c6700ec947528aceeefed78c9b32487a36fc8e4c9d7f21f5d0bc034b9ba023
Contents?: true
Size: 568 Bytes
Versions: 1
Compression:
Stored size: 568 Bytes
Contents
# Buildium::PaymentTransactionsMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Payment transaction unique identifier. | [optional] | | **accounting_entity** | [**PaymentTransactionsMessageAccountingEntity**](PaymentTransactionsMessageAccountingEntity.md) | | [optional] | | **amount** | **Float** | Payment amount. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::PaymentTransactionsMessage.new( id: null, accounting_entity: null, amount: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/PaymentTransactionsMessage.md |