HandleMarkBegunstigerFeeAsPaid

Function: handleMarkBegunstigerFeeAsPaid()

[object Object]

Defined in: routes/admin/edit-member/edit-member.handlers.tsx:330

Manually marks a member's "Begunstiger" (benefactor) fee as paid (e.g., if they paid in cash). Posts to the dedicated begunstiger payment endpoint rather than the membership one, since begunstigers pay their own separate fee.

Parameters

memberId

string | undefined

The ID of the member whose begunstiger payment is recorded.

setLoading

(loading) => void

State setter to track the request.

onSuccess

() => void

Callback invoked once the payment has been recorded.

Returns

Promise<void>

Async

On this page