GetPaymentsEnrollment

Function: getPaymentsEnrollment()

getPaymentsEnrollment<ThrowOnError>(options?): RequestResult<GetPaymentsEnrollmentResponses, GetPaymentsEnrollmentErrors, ThrowOnError>

Defined in: api/sdk.gen.ts:854

Retrieves a list of all enrollment payments. Can only be called by board members.

Type Parameters

ThrowOnError

ThrowOnError *extends* boolean = false

Parameters

options?

Options<GetPaymentsEnrollmentData, ThrowOnError, unknown>

Returns

RequestResult<GetPaymentsEnrollmentResponses, GetPaymentsEnrollmentErrors, ThrowOnError>

On this page