getInvoice( )


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

Permission Scopes

For app development, you must have one of the following permission scopes:
Read Events - all read permissions
Manage Events - all permissions
Read Basic Events Order Info
Manage Orders
Learn more about permission scopes.
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>
Was this helpful?
Yes
No