Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 503 Bytes

cancel-invoice-request.md

File metadata and controls

23 lines (14 loc) · 503 Bytes

Cancel Invoice Request

Describes a CancelInvoice request.

Structure

CancelInvoiceRequest

Fields

Name Type Tags Description
version number Required The version of the invoice to cancel.
If you do not know the version, you can call
GetInvoice or ListInvoices.

Example (as JSON)

{
  "version": 0
}