Procurify · Schema

CreditCardTypeEnum

* `0` - other-credit-card * `1` - Visa * `2` - Mastercard * `3` - American Express * `4` - Discover * `5` - JCB * `6` - Diner's Club * `7` - Procurify

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

JSON Schema

creditcardtypeenum.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreditCardTypeEnum",
  "enum": [
    0,
    1,
    2,
    3,
    4,
    5,
    6,
    7
  ],
  "type": "integer",
  "description": "* `0` - other-credit-card\n* `1` - Visa\n* `2` - Mastercard\n* `3` - American Express\n* `4` - Discover\n* `5` - JCB\n* `6` - Diner's Club\n* `7` - Procurify"
}