getInvoice( )


Generates a preview of an invoice, including the given coupon or pricing plan.

Method Declaration
Copy
Method Parameters
reservationIdstringRequired

Reservation ID.


eventIdstringRequired

Event ID to which the invoice belongs.


optionsGetInvoiceOptions

An object representing the available options for generating a preview of a reservation invoice.

Returns
Return Type:Promise<GetInvoiceResponse>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?