PaymentBalanceLedger
Definition of Payment Balance Ledger.
This page contains
Fields
| id: ID! | ID of the Payment Balance ledger |
| createdOn: DateTime! | Creation date of this balance |
| balance: Decimal! | Balance of the invoice |
| transaction: BalanceTransaction! PREVIEW | Transaction that created the new balance |
Parent objects of PaymentBalanceLedger
| Payment PREVIEW | Definition of a payment |
Queries for PaymentBalanceLedger
| payment PREVIEW | Retrieve a payment by id |
| paymentByPaymentNumber PREVIEW | Retrieve a payment by payment number |