PostPaymentsBegunstiger
Function: postPaymentsBegunstiger()
postPaymentsBegunstiger<
ThrowOnError>(options?):RequestResult<PostPaymentsBegunstigerResponses,PostPaymentsBegunstigerErrors,ThrowOnError>
Defined in: api/sdk.gen.ts:888
Initiates a "Begunstiger" (benefactor) fee payment. Unlike the regular membership payment, this is only allowed for a logged-in member who is themselves flagged as a begunstiger (self-pay), or for a board member creating/marking it on the begunstiger's behalf, e.g. via ManuallyMarkedAsPaid.
Type Parameters
ThrowOnError
ThrowOnError *extends* boolean = false
Parameters
options?
Options<PostPaymentsBegunstigerData, ThrowOnError, unknown>
Returns
RequestResult<PostPaymentsBegunstigerResponses, PostPaymentsBegunstigerErrors, ThrowOnError>