Visa Acceptance · JSON-LD Context
Visa Acceptance Context
JSON-LD context defining the semantic vocabulary for Visa Acceptance from Visa Acceptance.
0 Classes
25 Properties
3 Namespaces
Namespaces
schema:
https://schema.org/
payment:
https://developer.visaacceptance.com/vocab/payment/
fibo:
https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/
Properties
| Property | Type | Container |
|---|---|---|
| Payment | reference | |
| Invoice | reference | |
| PayByLink | reference | |
| Authorization | reference | |
| Capture | reference | |
| Refund | reference | |
| Void | reference | |
| id | ||
| status | ||
| submitTimeUtc | http://www.w3.org/2001/XMLSchema#dateTime | |
| totalAmount | ||
| currency | ||
| approvalCode | ||
| orderInformation | ||
| paymentInformation | ||
| billTo | ||
| shipTo | ||
| firstName | ||
| lastName | ||
| phoneNumber | ||
| dueDate | http://www.w3.org/2001/XMLSchema#date | |
| invoiceUrl | ||
| paymentLink | ||
| expirationDate | http://www.w3.org/2001/XMLSchema#dateTime |
JSON-LD Document
{
"@context": {
"@vocab": "https://developer.visaacceptance.com/vocab/",
"schema": "https://schema.org/",
"payment": "https://developer.visaacceptance.com/vocab/payment/",
"fibo": "https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/",
"Payment": {
"@id": "schema:PaymentService",
"@type": "@id"
},
"Invoice": {
"@id": "schema:Invoice",
"@type": "@id"
},
"PayByLink": {
"@id": "https://developer.visaacceptance.com/vocab/PayByLink",
"@type": "@id"
},
"Authorization": {
"@id": "https://developer.visaacceptance.com/vocab/Authorization",
"@type": "@id"
},
"Capture": {
"@id": "https://developer.visaacceptance.com/vocab/Capture",
"@type": "@id"
},
"Refund": {
"@id": "schema:RefundTypeEnumeration",
"@type": "@id"
},
"Void": {
"@id": "https://developer.visaacceptance.com/vocab/Void",
"@type": "@id"
},
"id": {
"@id": "schema:identifier"
},
"status": {
"@id": "schema:status"
},
"submitTimeUtc": {
"@id": "schema:datePosted",
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
},
"totalAmount": {
"@id": "schema:totalPrice"
},
"currency": {
"@id": "schema:priceCurrency"
},
"approvalCode": {
"@id": "https://developer.visaacceptance.com/vocab/approvalCode"
},
"orderInformation": {
"@id": "schema:orderDetails"
},
"paymentInformation": {
"@id": "schema:paymentMethod"
},
"billTo": {
"@id": "schema:billingAddress"
},
"shipTo": {
"@id": "schema:deliveryAddress"
},
"firstName": {
"@id": "schema:givenName"
},
"lastName": {
"@id": "schema:familyName"
},
"email": {
"@id": "schema:email"
},
"phoneNumber": {
"@id": "schema:telephone"
},
"dueDate": {
"@id": "schema:paymentDueDate",
"@type": "http://www.w3.org/2001/XMLSchema#date"
},
"invoiceUrl": {
"@id": "schema:url"
},
"paymentLink": {
"@id": "schema:url"
},
"expirationDate": {
"@id": "schema:expires",
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
}
}
}