Procurify · Schema

PaymentTypeEnum

* `0` - Other - CreditCard * `1` - Other - Cash * `2` - Other - Cheque * `3` - Other * `4` - Credit Card

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

JSON Schema

paymenttypeenum.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PaymentTypeEnum",
  "enum": [
    0,
    1,
    2,
    3,
    4
  ],
  "type": "integer",
  "description": "* `0` - Other - CreditCard\n* `1` - Other - Cash\n* `2` - Other - Cheque\n* `3` - Other\n* `4` - Credit Card"
}