Mews · Schema

Billing automation assignment target type

CompanyAsDetails (The company will be the associated account in the resulting routed bill, and the customer is the owner.) CompanyAsOwner (The company will be the owner in the resulting routed bill, and the customer might be the associated account.) NoCompany (The customer will be owner of the bill.)

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-billingautomationassignmenttargettypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BillingAutomationAssignmentTargetTypeEnum",
  "title": "Billing automation assignment target type",
  "enum": [
    "CompanyAsDetails",
    "CompanyAsOwner",
    "NoCompany"
  ],
  "type": "string",
  "description": "\n\nCompanyAsDetails (The company will be the associated account in the resulting routed bill, and the customer is the owner.)\n\nCompanyAsOwner (The company will be the owner in the resulting routed bill, and the customer might be the associated account.)\n\nNoCompany (The customer will be owner of the bill.)",
  "x-enumNames": [
    "CompanyAsDetails",
    "CompanyAsOwner",
    "NoCompany"
  ],
  "x-enumDescriptions": [
    "The company will be the associated account in the resulting routed bill, and the customer is the owner.",
    "The company will be the owner in the resulting routed bill, and the customer might be the associated account.",
    "The customer will be owner of the bill."
  ]
}