{ "@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#", "AmountsReq": "adyen:AmountsReq", "Currency": { "@id": "adyen:Currency", "@type": "xsd:string" }, "RequestedAmount": { "@id": "adyen:RequestedAmount", "@type": "xsd:decimal" }, "CashBackAmount": { "@id": "adyen:CashBackAmount", "@type": "xsd:decimal" }, "TipAmount": { "@id": "adyen:TipAmount", "@type": "xsd:decimal" }, "PaidAmount": { "@id": "adyen:PaidAmount", "@type": "xsd:decimal" }, "MinimumAmountToDeliver": { "@id": "adyen:MinimumAmountToDeliver", "@type": "xsd:decimal" }, "MaximumCashBackAmount": { "@id": "adyen:MaximumCashBackAmount", "@type": "xsd:decimal" }, "MinimumSplitAmount": { "@id": "adyen:MinimumSplitAmount", "@type": "xsd:decimal" } } }