Adyen Configuration Card Order Context
JSON-LD context defining the semantic vocabulary for Adyen Configuration Card Order from Adyen.
3 Classes
17 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
CardOrderItemDeliveryStatus
CardOrderItem
CardOrder
Properties
| Property |
Type |
Container |
| errorMessage |
string |
|
| status |
string |
|
| trackingNumber |
string |
|
| balancePlatform |
string |
|
| card |
string |
|
| cardOrderItemId |
string |
|
| creationDate |
dateTime |
|
| id |
string |
|
| paymentInstrumentId |
string |
|
| pin |
string |
|
| shippingMethod |
string |
|
| beginDate |
dateTime |
|
| cardManufacturingProfileId |
string |
|
| closedDate |
dateTime |
|
| endDate |
dateTime |
|
| lockDate |
dateTime |
|
| serviceCenter |
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#",
"CardOrderItemDeliveryStatus": "adyen:CardOrderItemDeliveryStatus",
"CardOrderItem": "adyen:CardOrderItem",
"CardOrder": "adyen:CardOrder",
"errorMessage": {
"@id": "adyen:errorMessage",
"@type": "xsd:string"
},
"status": {
"@id": "adyen:status",
"@type": "xsd:string"
},
"trackingNumber": {
"@id": "adyen:trackingNumber",
"@type": "xsd:string"
},
"balancePlatform": {
"@id": "adyen:balancePlatform",
"@type": "xsd:string"
},
"card": {
"@id": "adyen:card",
"@type": "xsd:string"
},
"cardOrderItemId": {
"@id": "adyen:cardOrderItemId",
"@type": "xsd:string"
},
"creationDate": {
"@id": "adyen:creationDate",
"@type": "xsd:dateTime"
},
"id": {
"@id": "adyen:id",
"@type": "xsd:string"
},
"paymentInstrumentId": {
"@id": "adyen:paymentInstrumentId",
"@type": "xsd:string"
},
"pin": {
"@id": "adyen:pin",
"@type": "xsd:string"
},
"shippingMethod": {
"@id": "adyen:shippingMethod",
"@type": "xsd:string"
},
"beginDate": {
"@id": "adyen:beginDate",
"@type": "xsd:dateTime"
},
"cardManufacturingProfileId": {
"@id": "adyen:cardManufacturingProfileId",
"@type": "xsd:string"
},
"closedDate": {
"@id": "adyen:closedDate",
"@type": "xsd:dateTime"
},
"endDate": {
"@id": "adyen:endDate",
"@type": "xsd:dateTime"
},
"lockDate": {
"@id": "adyen:lockDate",
"@type": "xsd:dateTime"
},
"serviceCenter": {
"@id": "adyen:serviceCenter",
"@type": "xsd:string"
}
}
}