western-union · JSON-LD Context
Western Union Context
JSON-LD context defining the semantic vocabulary for Western Union from western-union.
0 Classes
29 Properties
4 Namespaces
Namespaces
xsd:
http://www.w3.org/2001/XMLSchema#
schema:
https://schema.org/
fibo:
https://spec.edmcouncil.org/fibo/ontology/
wu:
https://developer.westernunion.com/ontology/
Properties
| Property | Type | Container |
|---|---|---|
| Payment | reference | |
| paymentId | string | |
| paymentStatus | string | |
| partnerReference | string | |
| paymentReference | string | |
| amount | integer | |
| currencyCode | string | |
| settlementAmount | integer | |
| settlementCurrency | string | |
| purposeOfPayment | string | |
| Batch | reference | |
| batchId | string | |
| batchReference | string | |
| numberOfReceivedPayments | integer | |
| numberOfAcceptedPayments | integer | |
| Beneficiary | reference | |
| firstName | string | |
| lastName | string | |
| string | ||
| BankAccount | reference | |
| accountNumber | string | |
| bankCode | string | |
| Quote | reference | |
| fxRate | double | |
| expirationIntervalInSec | integer | |
| Address | reference | |
| line1 | string | |
| city | string | |
| countryCode | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"xsd": "http://www.w3.org/2001/XMLSchema#",
"schema": "https://schema.org/",
"fibo": "https://spec.edmcouncil.org/fibo/ontology/",
"wu": "https://developer.westernunion.com/ontology/",
"Payment": {
"@id": "schema:PayAction",
"@type": "@id"
},
"paymentId": {
"@id": "wu:paymentId",
"@type": "xsd:string"
},
"paymentStatus": {
"@id": "schema:orderStatus",
"@type": "xsd:string"
},
"partnerReference": {
"@id": "schema:identifier",
"@type": "xsd:string"
},
"paymentReference": {
"@id": "wu:paymentReference",
"@type": "xsd:string"
},
"amount": {
"@id": "schema:price",
"@type": "xsd:integer"
},
"currencyCode": {
"@id": "schema:priceCurrency",
"@type": "xsd:string"
},
"settlementAmount": {
"@id": "wu:settlementAmount",
"@type": "xsd:integer"
},
"settlementCurrency": {
"@id": "wu:settlementCurrency",
"@type": "xsd:string"
},
"purposeOfPayment": {
"@id": "wu:purposeOfPayment",
"@type": "xsd:string"
},
"Batch": {
"@id": "wu:Batch",
"@type": "@id"
},
"batchId": {
"@id": "wu:batchId",
"@type": "xsd:string"
},
"batchReference": {
"@id": "schema:identifier",
"@type": "xsd:string"
},
"numberOfReceivedPayments": {
"@id": "wu:numberOfReceivedPayments",
"@type": "xsd:integer"
},
"numberOfAcceptedPayments": {
"@id": "wu:numberOfAcceptedPayments",
"@type": "xsd:integer"
},
"Beneficiary": {
"@id": "schema:Person",
"@type": "@id"
},
"firstName": {
"@id": "schema:givenName",
"@type": "xsd:string"
},
"lastName": {
"@id": "schema:familyName",
"@type": "xsd:string"
},
"email": {
"@id": "schema:email",
"@type": "xsd:string"
},
"BankAccount": {
"@id": "schema:BankAccount",
"@type": "@id"
},
"accountNumber": {
"@id": "schema:accountId",
"@type": "xsd:string"
},
"bankCode": {
"@id": "wu:bankCode",
"@type": "xsd:string"
},
"Quote": {
"@id": "schema:PriceSpecification",
"@type": "@id"
},
"fxRate": {
"@id": "wu:fxRate",
"@type": "xsd:double"
},
"expirationIntervalInSec": {
"@id": "wu:expirationInterval",
"@type": "xsd:integer"
},
"Address": {
"@id": "schema:PostalAddress",
"@type": "@id"
},
"line1": {
"@id": "schema:streetAddress",
"@type": "xsd:string"
},
"city": {
"@id": "schema:addressLocality",
"@type": "xsd:string"
},
"countryCode": {
"@id": "schema:addressCountry",
"@type": "xsd:string"
}
}
}