ListInvoicesResponse

data class ListInvoicesResponse(val meta: FrameMetadata?, val data: List<Invoice>?)

Response returned by the list-invoices endpoint.

Constructors

Link copied to clipboard
constructor(meta: FrameMetadata?, data: List<Invoice>?)

Properties

Link copied to clipboard

The invoices returned for the current page.

Link copied to clipboard

Pagination metadata for the result set.