DeletedInvoiceResponse

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

Response returned after successfully deleting an invoice.

Constructors

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

Properties

Link copied to clipboard

Whether the deletion was successful.

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

The object type identifier of the deleted resource (e.g., "invoice").