DeletedInvoiceLineItemResponse

data class DeletedInvoiceLineItemResponse(val deletedObject: String?, val deleted: Boolean?)

Response confirming the deletion of an invoice line item.

Constructors

Link copied to clipboard
constructor(deletedObject: String?, deleted: Boolean?)

Properties

Link copied to clipboard

True if the line item was successfully deleted.

Link copied to clipboard
@SerializedName(value = "object")
val deletedObject: String?

The object type string identifying what was deleted (e.g. "line_item").