Sha256: 2ece343cbdad03cfb2a7bdf4435aa04cbb5c5d9d00f84b37842cd8e0dbb447dc
Contents?: true
Size: 820 Bytes
Versions: 1
Compression:
Stored size: 820 Bytes
Contents
# Buildium::CreateLeaseReversePaymentRequest ## 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** | [**LeaseLedgerReversePaymentPostMessageNSFCharge**](LeaseLedgerReversePaymentPostMessageNSFCharge.md) | | [optional] | | **bank_fee** | [**LeaseLedgerReversePaymentPostMessageBankFee**](LeaseLedgerReversePaymentPostMessageBankFee.md) | | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::CreateLeaseReversePaymentRequest.new( entry_date: null, payment_transaction_id: null, nsf_charge: null, bank_fee: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/CreateLeaseReversePaymentRequest.md |