Mews · Schema

Bill correction state

Bill (Regular bill.) CorrectiveBill (Corrective bill, i.e. the `CorrectionType` is either `Edit`, `Cancellation`, or `ReceivablePaymentsBalance`.)

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-billcorrectionstateenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BillCorrectionStateEnum",
  "title": "Bill correction state",
  "enum": [
    "Bill",
    "CorrectiveBill"
  ],
  "type": "string",
  "description": "\n\nBill (Regular bill.)\n\nCorrectiveBill (Corrective bill, i.e. the `CorrectionType` is either `Edit`, `Cancellation`, or `ReceivablePaymentsBalance`.)",
  "x-enumNames": [
    "Bill",
    "CorrectiveBill"
  ],
  "x-enumDescriptions": [
    "Regular bill.",
    "Corrective bill, i.e. the `CorrectionType` is either `Edit`, `Cancellation`, or `ReceivablePaymentsBalance`."
  ]
}