SAP Concur · JSON Structure

Sap Concur Expense Amount Structure

Type: object Properties: 2
Business TravelExpense ManagementFinancial ServicesInvoice ManagementTravel Management

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

Properties

value currencyCode

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Amount",
  "type": "object",
  "properties": {
    "value": {
      "type": "number"
    },
    "currencyCode": {
      "type": "string"
    }
  }
}