Package-level declarations

Types

Link copied to clipboard
data class InvoiceLineItem(val id: String?, val description: String?, val quantity: Int?, val created: Int?, val updated: Int?, val lineItemObject: String?, val unitAmountCents: Int?, val unitAmountCurrency: Int?)

Represents a single line item attached to an invoice.

Link copied to clipboard

Defines the network endpoints used by InvoiceLineItemsAPI to manage invoice line items.

Link copied to clipboard

Namespace for request models used by InvoiceLineItemsAPI.

Link copied to clipboard

Namespace for response models returned by InvoiceLineItemsAPI.

Link copied to clipboard

Provides coroutine-based and callback-based methods for managing invoice line items.