{ "@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#", "Transaction": "adyen:Transaction", "accountHolder": { "@id": "adyen:accountHolder", "@type": "xsd:string" }, "amount": { "@id": "adyen:amount", "@type": "xsd:string" }, "balanceAccount": { "@id": "adyen:balanceAccount", "@type": "xsd:string" }, "balancePlatform": { "@id": "adyen:balancePlatform", "@type": "xsd:string" }, "bookingDate": { "@id": "adyen:bookingDate", "@type": "xsd:dateTime" }, "creationDate": { "@id": "adyen:creationDate", "@type": "xsd:dateTime" }, "id": { "@id": "adyen:id", "@type": "xsd:string" }, "status": { "@id": "adyen:status", "@type": "xsd:string" }, "transfer": { "@id": "adyen:transfer", "@type": "xsd:string" }, "valueDate": { "@id": "adyen:valueDate", "@type": "xsd:dateTime" } } }