Apideck · Schema

InvoiceResponse

IntegrationsUnified API

Properties

Name Type Description
id object
downstream_id object
View JSON Schema on GitHub

JSON Schema

apideck-invoiceresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InvoiceResponse",
  "title": "InvoiceResponse",
  "type": "object",
  "x-apideck-schema-id": "InvoiceResponse",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/Id"
    },
    "downstream_id": {
      "$ref": "#/components/schemas/DownstreamId"
    }
  }
}