SendInvoiceResponse
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/SendInvoiceResponse.jsoninvoiceIdstringrequired
messagestringrequired
openApiUuidstringrequired
sdiIdentifierstring
statusstringrequired
SendInvoiceResponse
{
"$schema": "https://example.com/schemas/SendInvoiceResponse.json",
"invoiceId": "string",
"message": "string",
"openApiUuid": "string",
"sdiIdentifier": "string",
"status": "string"
}