InvoiceResponses

Holds response body models for invoice API operations.

Types

Link copied to clipboard
data class DeletedInvoiceResponse(val deletedObject: String?, val deleted: Boolean?)

Response returned after successfully deleting an invoice.

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

Response returned by the list-invoices endpoint.