Sha256: 8229bee1afaf845f2092c73c074c4a4882f581531314a79c43d19d3ec4b97073

Contents?: true

Size: 828 Bytes

Versions: 1

Compression:

Stored size: 828 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** | [**LeaseLedgerReversePaymentPostMessageNSFCharge**](LeaseLedgerReversePaymentPostMessageNSFCharge.md) |  | [optional] |
| **bank_fee** | [**LeaseLedgerReversePaymentPostMessageBankFee**](LeaseLedgerReversePaymentPostMessageBankFee.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

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/LeaseLedgerReversePaymentPostMessage.md