Sha256: 7711dac47bd3105d61905831e696b2cd2d23a44fe7dc04b91aca0be985e6a0a6
Contents?: true
Size: 844 Bytes
Versions: 3
Compression:
Stored size: 844 Bytes
Contents
# Buildium::LeaseLedgerReversePaymentPostMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **entry_date** | **Date** | Date of the transaction. | | | **payment_transaction_id** | **Integer** | Transaction identifier of the payment to reverse. Note, this payment transaction must be deposited. | | | **nsf_charge** | [**LeaseLedgerReversePaymentNSFChargePostMessage**](LeaseLedgerReversePaymentNSFChargePostMessage.md) | | [optional] | | **bank_fee** | [**LeaseLedgerReversePaymentOtherBankChargePostMessage**](LeaseLedgerReversePaymentOtherBankChargePostMessage.md) | | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::LeaseLedgerReversePaymentPostMessage.new( entry_date: null, payment_transaction_id: null, nsf_charge: null, bank_fee: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems