Get Invoice Section Result
data class GetInvoiceSectionResult(val azureApiVersion: String, 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(azureApiVersion: String, id: String, name: String, properties: InvoiceSectionPropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)