Here's a snippet of data returned by the API. The amount tendered in the transaction was actually $1.00 USD, but the API returns a value of 100. Is this normal? Should I expect to have to add the decimal and decimal places, myself?
{
"type": "CASH",
"name": "Cash",
"total_money": {
"currency_code": "USD",
"amount": 100
},
"tendered_money": {
"currency_code": "USD",
"amount": 100
}
}