{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AdditionalDataOpi", "title": "AdditionalDataOpi", "properties": { "opi.includeTransToken": { "description": "Optional boolean indicator. Set to **true** if you want an ecommerce transaction to return an `opi.transToken` as additional data in the response.\n\nYou can store this Oracle Payment Interface token in your Oracle Opera database. For more information and required settings, see [Oracle Opera](https://docs.adyen.com/plugins/oracle-opera#opi-token-ecommerce).", "type": "string" } }, "type": "object" }