GetAccountInvoicesRequest
Props
count
count: number
| undefined
Number of invoices to show per page. Default value is 20
offset
offset: number
| undefined
Number of invoices to skip (e.g. if you set count = 20 and offset = 0 the first time, the next time, offset has to be equal to 20 to skip the items shown earlier). Default value is 0
status
status: string
| undefined