Skip to main content

GetInvoiceHTMLResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/GetInvoiceHTMLResponseBody.json
htmlstringrequired

Invoice HTML content

GetInvoiceHTMLResponseBody
{
"$schema": "https://example.com/schemas/GetInvoiceHTMLResponseBody.json",
"html": "string"
}