GetPaymentsEnrollment

Function: getPaymentsEnrollment()

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

Defined in: app/api/sdk.gen.ts:671

Retrieves a list of payments specifically associated with activity enrollments. The GetEnrollmentPayments endpoint allows users to review the costs and payment statuses of the activities they have registered for. This helps maintain clarity regarding which events have been fully paid for and which require further financial action.

Type Parameters

ThrowOnError

ThrowOnError *extends* boolean = false

Parameters

options?

Options<GetPaymentsEnrollmentData, ThrowOnError>

Returns

RequestResult<GetPaymentsEnrollmentResponses, GetPaymentsEnrollmentErrors, ThrowOnError>

On this page