Coupa · Schema

PaymentTermReference

Reference to a payment term

BSMBusiness Spend ManagementCloud PlatformEnterpriseFinancial ManagementInvoicingProcurementSupply Chain

Properties

Name Type Description
id integer Coupa unique identifier for the payment term
code string Payment term code
View JSON Schema on GitHub

JSON Schema

coupa-paymenttermreference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentTermReference",
  "title": "PaymentTermReference",
  "type": "object",
  "description": "Reference to a payment term",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Coupa unique identifier for the payment term"
    },
    "code": {
      "type": "string",
      "description": "Payment term code"
    }
  }
}