GetPaymentsUnpaid
Function: getPaymentsUnpaid()
getPaymentsUnpaid<
ThrowOnError>(options?):RequestResult<GetPaymentsUnpaidResponses,GetPaymentsUnpaidErrors,ThrowOnError>
Defined in: app/api/sdk.gen.ts:719
Retrieves a list of outstanding balances or unpaid enrollments. The GetUnpaid endpoint identifies members who have pending financial obligations. It can be filtered to show only the current user's debts or, for administrators, a comprehensive list of all unpaid activities across the organization, facilitating debt collection and financial planning.
Type Parameters
ThrowOnError
ThrowOnError *extends* boolean = false
Parameters
options?
Options<GetPaymentsUnpaidData, ThrowOnError>
Returns
RequestResult<GetPaymentsUnpaidResponses, GetPaymentsUnpaidErrors, ThrowOnError>