Procurify · Schema

PaymentStatusEnum

* `0` - Draft * `1` - Confirmed * `2` - Approved * `3` - Denied * `4` - Void * `5` - Paid * `6` - Partially Paid * `7` - Processing * `8` - Failed * `9` - Scheduled

Spend ManagementProcurementPurchase OrdersAccounts PayableVendor ManagementBudget TrackingProcure-to-PayERP Integration
View JSON Schema on GitHub

JSON Schema

paymentstatusenum.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PaymentStatusEnum",
  "enum": [
    0,
    1,
    2,
    3,
    4,
    5,
    6,
    7,
    8,
    9
  ],
  "type": "integer",
  "description": "* `0` - Draft\n* `1` - Confirmed\n* `2` - Approved\n* `3` - Denied\n* `4` - Void\n* `5` - Paid\n* `6` - Partially Paid\n* `7` - Processing\n* `8` - Failed\n* `9` - Scheduled"
}