Sha256: f20297737909a6d3fcdff16e96de72a16b91265deba32408e0cadd1b9035aa39
Contents?: true
Size: 626 Bytes
Versions: 1
Compression:
Stored size: 626 Bytes
Contents
# Buildium::GeneralLedgerTransactionMessageDepositDetails ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **bank_gl_account_id** | **Integer** | Bank account general ledger identifier. | [optional] | | **payment_transactions** | [**Array<PaymentTransactionsMessage>**](PaymentTransactionsMessage.md) | Collection of payments that were included in the bank deposit transaction. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::GeneralLedgerTransactionMessageDepositDetails.new( bank_gl_account_id: null, payment_transactions: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/GeneralLedgerTransactionMessageDepositDetails.md |