CreateLineItemRequest

data class CreateLineItemRequest(val product: String, val quantity: Int)

Request body for creating a new invoice line item.

Constructors

Link copied to clipboard
constructor(product: String, quantity: Int)

Properties

Link copied to clipboard

The identifier of the product to associate with this line item.

Link copied to clipboard

The number of units to include. Must be greater than 0.