Procurify · Schema

PaymentSummaryDocs

Spend ManagementProcurementPurchase OrdersAccounts PayableVendor ManagementBudget TrackingProcure-to-PayERP Integration

Properties

Name Type Description
total_cost number
View JSON Schema on GitHub

JSON Schema

paymentsummarydocs.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PaymentSummaryDocs",
  "type": "object",
  "properties": {
    "total_cost": {
      "type": "number",
      "format": "double"
    }
  },
  "required": [
    "total_cost"
  ]
}