amount
An amount element used to represent used to represent payment amounts
XML
Attributes
name |
type |
description |
currencyCode |
string |
The three digit country code, e.g. GBP |
Elements
name (type) |
min/max occurs |
description |
netAmount (decimal) |
0/1 |
The net amount |
grossAmount (decimal) |
0/1 |
The gross amount |
vatAmount (decimal) |
0/1 |
The vat amount |
vatRate (decimal) |
0/1 |
The vat amount |
JSON
property |
type |
description |
currencyCode |
string |
The three digit country code, e.g. GBP |
netAmount |
netAmount (decimal) |
The net amount |
grossAmount |
grossAmount (decimal) |
The gross amount |
vatAmount |
vatAmount (decimal) |
The vat amount |
vatRate |
vatRate (decimal) |
The vat amount |