Sha256: 7012c609e2a632e008b793a4ef0bcc9f9961989a72756d36e2feb8ce6c54ae7b
Contents?: true
Size: 489 Bytes
Versions: 4
Compression:
Stored size: 489 Bytes
Contents
# Buildium::RecurringTransactionLineMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **gl_account_id** | **Integer** | The general ledger account unique identifier the recurring transaction is related to. | [optional] | | **amount** | **Float** | Amount of the line item. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::RecurringTransactionLineMessage.new( gl_account_id: null, amount: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems