Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 714 Bytes

SpendingList.md

File metadata and controls

20 lines (12 loc) · 714 Bytes

SpendingList

An object with a data property that contains an array of up to limit spending. Each entry in the array is a separate spending object. If no more spending are available, the resulting array will be empty.

Properties

Name Type Description Notes
data List<SpendingListItem> [optional]
total Integer [optional]
perPage Integer [optional]
currentPage Integer [optional]
lastPage Integer [optional]
prevPageUrl String [optional]
nextPageUrl String [optional]