InvoiceLineItemRequests

Namespace for request models used by InvoiceLineItemsAPI.

Types

Link copied to clipboard
data class CreateLineItemRequest(val product: String, val quantity: Int)

Request body for creating a new invoice line item.

Link copied to clipboard
data class UpdateLineItemRequest(val product: String?, val quantity: Int?)

Request body for updating an existing invoice line item.