Adyen Terminal Stored Value Context
JSON-LD context defining the semantic vocabulary for Adyen Terminal Stored Value from Adyen.
8 Classes
18 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
StoredValueAccountID
StoredValueAccountStatus
StoredValueAccountType
StoredValueData
StoredValueRequest
StoredValueResponse
StoredValueResult
StoredValueTransactionType
Properties
| Property |
Type |
Container |
| StoredValueProvider |
string |
|
| OwnerName |
string |
|
| ExpiryDate |
integer |
|
| EntryMode |
string |
|
| IdentificationType |
string |
|
| StoredValueID |
string |
|
| CurrentBalance |
decimal |
|
| OriginalPOITransaction |
string |
|
| ProductCode |
integer |
|
| EanUpc |
integer |
|
| ItemAmount |
decimal |
|
| Currency |
string |
|
| SaleData |
string |
|
| CustomerLanguage |
string |
|
| Response |
string |
|
| POIData |
string |
|
| PaymentReceipt |
string |
set |
| HostTransactionID |
string |
|
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#",
"StoredValueAccountID": "adyen:StoredValueAccountID",
"StoredValueAccountStatus": "adyen:StoredValueAccountStatus",
"StoredValueAccountType": "adyen:StoredValueAccountType",
"StoredValueData": "adyen:StoredValueData",
"StoredValueRequest": "adyen:StoredValueRequest",
"StoredValueResponse": "adyen:StoredValueResponse",
"StoredValueResult": "adyen:StoredValueResult",
"StoredValueTransactionType": "adyen:StoredValueTransactionType",
"StoredValueProvider": {
"@id": "adyen:StoredValueProvider",
"@type": "xsd:string"
},
"OwnerName": {
"@id": "adyen:OwnerName",
"@type": "xsd:string"
},
"ExpiryDate": {
"@id": "adyen:ExpiryDate",
"@type": "xsd:integer"
},
"EntryMode": {
"@id": "adyen:EntryMode",
"@type": "xsd:string"
},
"IdentificationType": {
"@id": "adyen:IdentificationType",
"@type": "xsd:string"
},
"StoredValueID": {
"@id": "adyen:StoredValueID",
"@type": "xsd:string"
},
"CurrentBalance": {
"@id": "adyen:CurrentBalance",
"@type": "xsd:decimal"
},
"OriginalPOITransaction": {
"@id": "adyen:OriginalPOITransaction",
"@type": "xsd:string"
},
"ProductCode": {
"@id": "adyen:ProductCode",
"@type": "xsd:integer"
},
"EanUpc": {
"@id": "adyen:EanUpc",
"@type": "xsd:integer"
},
"ItemAmount": {
"@id": "adyen:ItemAmount",
"@type": "xsd:decimal"
},
"Currency": {
"@id": "adyen:Currency",
"@type": "xsd:string"
},
"SaleData": {
"@id": "adyen:SaleData",
"@type": "xsd:string"
},
"CustomerLanguage": {
"@id": "adyen:CustomerLanguage",
"@type": "xsd:string"
},
"Response": {
"@id": "adyen:Response",
"@type": "xsd:string"
},
"POIData": {
"@id": "adyen:POIData",
"@type": "xsd:string"
},
"PaymentReceipt": {
"@id": "adyen:PaymentReceipt",
"@container": "@set",
"@type": "xsd:string"
},
"HostTransactionID": {
"@id": "adyen:HostTransactionID",
"@type": "xsd:string"
}
}
}