invoice Unit
suspend fun invoiceUnit(name: String, block: suspend InvoiceUnitResourceBuilder.() -> Unit): InvoiceUnit
Parameters
name
The unique name of the resulting resource.
block
Builder for InvoiceUnit.
See also
Parameters
name
The unique name of the resulting resource.