SAP Ariba · JSON Structure

Sap Ariba Procurement Payment Terms Structure

Type: object Properties: 5
B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

PaymentTerms is a JSON Structure definition published by SAP Ariba, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

code description netDays discountPercent discountDays

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PaymentTerms",
  "type": "object",
  "properties": {
    "code": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "netDays": {
      "type": "integer"
    },
    "discountPercent": {
      "type": "number"
    },
    "discountDays": {
      "type": "integer"
    }
  }
}