Hint Health · Schema

Public.Payable.InvoiceBlueprint_one

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
amount_in_cents integer
date string
human_status string
invoice_number string
status string
type string
url string
View JSON Schema on GitHub

JSON Schema

public-payable-invoiceblueprint_one.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-payable-invoiceblueprint_one",
  "title": "Public.Payable.InvoiceBlueprint_one",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "amount_in_cents": {
      "type": "integer",
      "format": "int32"
    },
    "date": {
      "type": "string",
      "format": "date"
    },
    "human_status": {
      "type": "string"
    },
    "invoice_number": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "url": {
      "type": "string"
    }
  }
}