Adyen Checkout Checkout Voucher Context
JSON-LD context defining the semantic vocabulary for Adyen Checkout Checkout Voucher from Adyen.
2 Classes
20 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
CheckoutVoucherAction
url
Properties
| Property |
Type |
Container |
| alternativeReference |
string |
|
| collectionInstitutionNumber |
string |
|
| downloadUrl |
string |
|
| entity |
string |
|
| expiresAt |
string |
|
| initialAmount |
string |
|
| instructionsUrl |
string |
|
| issuer |
string |
|
| maskedTelephoneNumber |
string |
|
| merchantName |
string |
|
| merchantReference |
string |
|
| passCreationToken |
string |
|
| paymentData |
string |
|
| paymentMethodType |
string |
|
| reference |
string |
|
| shopperEmail |
string |
|
| shopperName |
string |
|
| surcharge |
string |
|
| totalAmount |
string |
|
| type |
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#",
"CheckoutVoucherAction": "adyen:CheckoutVoucherAction",
"alternativeReference": {
"@id": "adyen:alternativeReference",
"@type": "xsd:string"
},
"collectionInstitutionNumber": {
"@id": "adyen:collectionInstitutionNumber",
"@type": "xsd:string"
},
"downloadUrl": {
"@id": "adyen:downloadUrl",
"@type": "xsd:string"
},
"entity": {
"@id": "adyen:entity",
"@type": "xsd:string"
},
"expiresAt": {
"@id": "adyen:expiresAt",
"@type": "xsd:string"
},
"initialAmount": {
"@id": "adyen:initialAmount",
"@type": "xsd:string"
},
"instructionsUrl": {
"@id": "adyen:instructionsUrl",
"@type": "xsd:string"
},
"issuer": {
"@id": "adyen:issuer",
"@type": "xsd:string"
},
"maskedTelephoneNumber": {
"@id": "adyen:maskedTelephoneNumber",
"@type": "xsd:string"
},
"merchantName": {
"@id": "adyen:merchantName",
"@type": "xsd:string"
},
"merchantReference": {
"@id": "adyen:merchantReference",
"@type": "xsd:string"
},
"passCreationToken": {
"@id": "adyen:passCreationToken",
"@type": "xsd:string"
},
"paymentData": {
"@id": "adyen:paymentData",
"@type": "xsd:string"
},
"paymentMethodType": {
"@id": "adyen:paymentMethodType",
"@type": "xsd:string"
},
"reference": {
"@id": "adyen:reference",
"@type": "xsd:string"
},
"shopperEmail": {
"@id": "adyen:shopperEmail",
"@type": "xsd:string"
},
"shopperName": {
"@id": "adyen:shopperName",
"@type": "xsd:string"
},
"surcharge": {
"@id": "adyen:surcharge",
"@type": "xsd:string"
},
"totalAmount": {
"@id": "adyen:totalAmount",
"@type": "xsd:string"
},
"type": {
"@id": "adyen:type",
"@type": "xsd:string"
},
"url": "schema:url"
}
}