Adyen · JSON-LD Context
Adyen Management Split Configuration Context
JSON-LD context defining the semantic vocabulary for Adyen Management Split Configuration from Adyen.
5 Classes
25 Properties
4 Namespaces
Namespaces
adyen:
https://docs.adyen.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
SplitConfigurationList
SplitConfigurationLogic
SplitConfigurationRule
SplitConfiguration
description
Properties
| Property | Type | Container |
|---|---|---|
| data | string | set |
| acquiringFees | string | |
| additionalCommission | string | |
| adyenCommission | string | |
| adyenFees | string | |
| adyenMarkup | string | |
| chargeback | string | |
| chargebackCostAllocation | string | |
| commission | string | |
| interchange | string | |
| paymentFee | string | |
| remainder | string | |
| schemeFee | string | |
| splitLogicId | string | |
| surcharge | string | |
| tip | string | |
| currency | string | |
| fundingSource | string | |
| paymentMethod | string | |
| ruleId | string | |
| shopperInteraction | string | |
| splitLogic | string | |
| rules | string | set |
| splitConfigurationId | string | |
| stores | string | set |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"adyen": "https://docs.adyen.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"SplitConfigurationList": "adyen:SplitConfigurationList",
"SplitConfigurationLogic": "adyen:SplitConfigurationLogic",
"SplitConfigurationRule": "adyen:SplitConfigurationRule",
"SplitConfiguration": "adyen:SplitConfiguration",
"data": {
"@id": "adyen:data",
"@container": "@set",
"@type": "xsd:string"
},
"acquiringFees": {
"@id": "adyen:acquiringFees",
"@type": "xsd:string"
},
"additionalCommission": {
"@id": "adyen:additionalCommission",
"@type": "xsd:string"
},
"adyenCommission": {
"@id": "adyen:adyenCommission",
"@type": "xsd:string"
},
"adyenFees": {
"@id": "adyen:adyenFees",
"@type": "xsd:string"
},
"adyenMarkup": {
"@id": "adyen:adyenMarkup",
"@type": "xsd:string"
},
"chargeback": {
"@id": "adyen:chargeback",
"@type": "xsd:string"
},
"chargebackCostAllocation": {
"@id": "adyen:chargebackCostAllocation",
"@type": "xsd:string"
},
"commission": {
"@id": "adyen:commission",
"@type": "xsd:string"
},
"interchange": {
"@id": "adyen:interchange",
"@type": "xsd:string"
},
"paymentFee": {
"@id": "adyen:paymentFee",
"@type": "xsd:string"
},
"remainder": {
"@id": "adyen:remainder",
"@type": "xsd:string"
},
"schemeFee": {
"@id": "adyen:schemeFee",
"@type": "xsd:string"
},
"splitLogicId": {
"@id": "adyen:splitLogicId",
"@type": "xsd:string"
},
"surcharge": {
"@id": "adyen:surcharge",
"@type": "xsd:string"
},
"tip": {
"@id": "adyen:tip",
"@type": "xsd:string"
},
"currency": {
"@id": "adyen:currency",
"@type": "xsd:string"
},
"fundingSource": {
"@id": "adyen:fundingSource",
"@type": "xsd:string"
},
"paymentMethod": {
"@id": "adyen:paymentMethod",
"@type": "xsd:string"
},
"ruleId": {
"@id": "adyen:ruleId",
"@type": "xsd:string"
},
"shopperInteraction": {
"@id": "adyen:shopperInteraction",
"@type": "xsd:string"
},
"splitLogic": {
"@id": "adyen:splitLogic",
"@type": "xsd:string"
},
"description": "schema:description",
"rules": {
"@id": "adyen:rules",
"@container": "@set",
"@type": "xsd:string"
},
"splitConfigurationId": {
"@id": "adyen:splitConfigurationId",
"@type": "xsd:string"
},
"stores": {
"@id": "adyen:stores",
"@container": "@set",
"@type": "xsd:string"
}
}
}