Get Invoice Section Result
data class GetInvoiceSectionResult(val id: String, val name: String, val properties: InvoiceSectionPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
An invoice section.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: InvoiceSectionPropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)