Skip to main content

TransactionSummary

amountSpent objectrequired

Total amount spent

amountstringrequired

The amount of money. Example: 1000.12

Possible values: non-empty and <= 2147483647 characters

currencystringrequired

The currency of the money. Example: 'USD'

Possible values: non-empty and <= 10 characters

byCategory objectrequired

Amount spent by category

property name* Money
amountstringrequired

The amount of money. Example: 1000.12

Possible values: non-empty and <= 2147483647 characters

currencystringrequired

The currency of the money. Example: 'USD'

Possible values: non-empty and <= 10 characters

TransactionSummary
{
"amountSpent": {
"amount": "string",
"currency": "string"
},
"byCategory": {}
}