Type | Namespace | XML Schema |
---|---|---|
amount | http://api.crunch.co.uk/rest | api.xsd |
An amount element used to represent used to represent payment amounts
<?xml version="1.0" encoding="UTF-8"?> <amount xmlns="http://api.crunch.co.uk/rest" currencyCode="..."> <netAmount>...</netAmount> <grossAmount>...</grossAmount> <vatAmount>...</vatAmount> <vatRate>...</vatRate> </amount>
{ "currencyCode" : "...", "netAmount" : ..., "grossAmount" : ..., "vatAmount" : ..., "vatRate" : ... }