Hint Health · Schema

Public.Payable.InvoiceBlueprint_for_membership_bill

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

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

JSON Schema

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