Vapi · Schema

InvoicePlan

AIVoiceAgentsRealtimeCPaaS

Properties

Name Type Description
companyName string This is the name of the company.
companyAddress string This is the address of the company.
companyTaxId string This is the tax ID of the company.
companyEmail string This is the preferred invoicing email of the company. If not specified, defaults to the subscription's email.
View JSON Schema on GitHub

JSON Schema

vapi-invoiceplan-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InvoicePlan",
  "title": "InvoicePlan",
  "type": "object",
  "properties": {
    "companyName": {
      "type": "string",
      "description": "This is the name of the company."
    },
    "companyAddress": {
      "type": "string",
      "description": "This is the address of the company."
    },
    "companyTaxId": {
      "type": "string",
      "description": "This is the tax ID of the company."
    },
    "companyEmail": {
      "type": "string",
      "description": "This is the preferred invoicing email of the company. If not specified, defaults to the subscription's email."
    }
  }
}