Oracle E-Business Suite · JSON Structure

Ecommerce Gateway Enabled Transaction Structure

Type: object Properties: 5
Business ApplicationsE-Business SuiteEnterpriseERPOracle

EnabledTransaction is a JSON Structure definition published by Oracle E-Business Suite, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

transactionType transactionDescription direction documentId enabled

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "EnabledTransaction",
  "type": "object",
  "properties": {
    "transactionType": {
      "type": "string"
    },
    "transactionDescription": {
      "type": "string"
    },
    "direction": {
      "type": "string"
    },
    "documentId": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    }
  }
}