Adyen Terminal Card Acquisition Context
JSON-LD context defining the semantic vocabulary for Adyen Terminal Card Acquisition from Adyen.
3 Classes
15 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
CardAcquisitionRequest
CardAcquisitionResponse
CardAcquisitionTransaction
Properties
| Property |
Type |
Container |
| SaleData |
string |
|
| Response |
string |
|
| POIData |
string |
|
| CustomerLanguage |
string |
|
| PaymentBrand |
string |
set |
| PaymentInstrumentData |
string |
|
| LoyaltyAccount |
string |
set |
| AllowedPaymentBrand |
string |
set |
| AllowedLoyaltyBrand |
string |
set |
| LoyaltyHandling |
string |
|
| ForceEntryMode |
string |
|
| ForceCustomerSelectionFlag |
boolean |
|
| TotalAmount |
decimal |
|
| PaymentType |
string |
|
| CashBackFlag |
boolean |
|
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#",
"CardAcquisitionRequest": "adyen:CardAcquisitionRequest",
"CardAcquisitionResponse": "adyen:CardAcquisitionResponse",
"CardAcquisitionTransaction": "adyen:CardAcquisitionTransaction",
"SaleData": {
"@id": "adyen:SaleData",
"@type": "xsd:string"
},
"Response": {
"@id": "adyen:Response",
"@type": "xsd:string"
},
"POIData": {
"@id": "adyen:POIData",
"@type": "xsd:string"
},
"CustomerLanguage": {
"@id": "adyen:CustomerLanguage",
"@type": "xsd:string"
},
"PaymentBrand": {
"@id": "adyen:PaymentBrand",
"@container": "@set",
"@type": "xsd:string"
},
"PaymentInstrumentData": {
"@id": "adyen:PaymentInstrumentData",
"@type": "xsd:string"
},
"LoyaltyAccount": {
"@id": "adyen:LoyaltyAccount",
"@container": "@set",
"@type": "xsd:string"
},
"AllowedPaymentBrand": {
"@id": "adyen:AllowedPaymentBrand",
"@container": "@set",
"@type": "xsd:string"
},
"AllowedLoyaltyBrand": {
"@id": "adyen:AllowedLoyaltyBrand",
"@container": "@set",
"@type": "xsd:string"
},
"LoyaltyHandling": {
"@id": "adyen:LoyaltyHandling",
"@type": "xsd:string"
},
"ForceEntryMode": {
"@id": "adyen:ForceEntryMode",
"@type": "xsd:string"
},
"ForceCustomerSelectionFlag": {
"@id": "adyen:ForceCustomerSelectionFlag",
"@type": "xsd:boolean"
},
"TotalAmount": {
"@id": "adyen:TotalAmount",
"@type": "xsd:decimal"
},
"PaymentType": {
"@id": "adyen:PaymentType",
"@type": "xsd:string"
},
"CashBackFlag": {
"@id": "adyen:CashBackFlag",
"@type": "xsd:boolean"
}
}
}