Adyen Binlookup Cost Estimate Context
JSON-LD context defining the semantic vocabulary for Adyen Binlookup Cost Estimate from Adyen.
3 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
CostEstimateAssumptions
CostEstimateRequest
CostEstimateResponse
Properties
| Property |
Type |
Container |
| assume3DSecureAuthenticated |
boolean |
|
| assumeLevel3Data |
boolean |
|
| installments |
integer |
|
| amount |
string |
|
| assumptions |
string |
|
| cardNumber |
string |
|
| encryptedCardNumber |
string |
|
| merchantAccount |
string |
|
| merchantDetails |
string |
|
| recurring |
string |
|
| selectedRecurringDetailReference |
string |
|
| shopperInteraction |
string |
|
| shopperReference |
string |
|
| cardBin |
string |
|
| costEstimateAmount |
string |
|
| costEstimateReference |
string |
|
| resultCode |
string |
|
| surchargeType |
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#",
"CostEstimateAssumptions": "adyen:CostEstimateAssumptions",
"CostEstimateRequest": "adyen:CostEstimateRequest",
"CostEstimateResponse": "adyen:CostEstimateResponse",
"assume3DSecureAuthenticated": {
"@id": "adyen:assume3DSecureAuthenticated",
"@type": "xsd:boolean"
},
"assumeLevel3Data": {
"@id": "adyen:assumeLevel3Data",
"@type": "xsd:boolean"
},
"installments": {
"@id": "adyen:installments",
"@type": "xsd:integer"
},
"amount": {
"@id": "adyen:amount",
"@type": "xsd:string"
},
"assumptions": {
"@id": "adyen:assumptions",
"@type": "xsd:string"
},
"cardNumber": {
"@id": "adyen:cardNumber",
"@type": "xsd:string"
},
"encryptedCardNumber": {
"@id": "adyen:encryptedCardNumber",
"@type": "xsd:string"
},
"merchantAccount": {
"@id": "adyen:merchantAccount",
"@type": "xsd:string"
},
"merchantDetails": {
"@id": "adyen:merchantDetails",
"@type": "xsd:string"
},
"recurring": {
"@id": "adyen:recurring",
"@type": "xsd:string"
},
"selectedRecurringDetailReference": {
"@id": "adyen:selectedRecurringDetailReference",
"@type": "xsd:string"
},
"shopperInteraction": {
"@id": "adyen:shopperInteraction",
"@type": "xsd:string"
},
"shopperReference": {
"@id": "adyen:shopperReference",
"@type": "xsd:string"
},
"cardBin": {
"@id": "adyen:cardBin",
"@type": "xsd:string"
},
"costEstimateAmount": {
"@id": "adyen:costEstimateAmount",
"@type": "xsd:string"
},
"costEstimateReference": {
"@id": "adyen:costEstimateReference",
"@type": "xsd:string"
},
"resultCode": {
"@id": "adyen:resultCode",
"@type": "xsd:string"
},
"surchargeType": {
"@id": "adyen:surchargeType",
"@type": "xsd:string"
}
}
}