Hint Health · Schema

Provider.Patients.PaymentMethods.SetupController.create_body

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
user_is_owner boolean
accepts_bank boolean
View JSON Schema on GitHub

JSON Schema

provider-patients-paymentmethods-setupcontroller-create_body.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/provider-patients-paymentmethods-setupcontroller-create_body",
  "title": "Provider.Patients.PaymentMethods.SetupController.create_body",
  "type": "object",
  "properties": {
    "user_is_owner": {
      "type": "boolean"
    },
    "accepts_bank": {
      "type": "boolean"
    }
  },
  "required": [
    "user_is_owner",
    "accepts_bank"
  ]
}