Hint Health · Schema

Public.CreditBlueprint_one

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
amount_in_cents integer
balance_in_cents integer
created_at string
integration_record_id string
reason string
updated_at string
credit_category object
View JSON Schema on GitHub

JSON Schema

public-creditblueprint_one.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-creditblueprint_one",
  "title": "Public.CreditBlueprint_one",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "amount_in_cents": {
      "type": "integer",
      "format": "int32"
    },
    "balance_in_cents": {
      "type": "integer",
      "format": "int32"
    },
    "created_at": {
      "type": "string",
      "format": "date-time"
    },
    "integration_record_id": {
      "type": "string"
    },
    "reason": {
      "type": "string"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time"
    },
    "credit_category": {
      "$ref": "#/components/schemas/Public.CreditCategoryBlueprint_min"
    }
  }
}