GetLabPlainArgs

data class GetLabPlainArgs(val billingAccountName: String, val billingProfileName: String, val includeBudget: Boolean? = null, val invoiceSectionName: String) : ConvertibleToJava<GetLabPlainArgs>

Constructors

Link copied to clipboard
fun GetLabPlainArgs(billingAccountName: String, billingProfileName: String, includeBudget: Boolean? = null, invoiceSectionName: String)

Functions

Link copied to clipboard
open override fun toJava(): GetLabPlainArgs

Properties

Link copied to clipboard

The ID that uniquely identifies a billing account.

Link copied to clipboard

The ID that uniquely identifies a billing profile.

Link copied to clipboard
val includeBudget: Boolean? = null

May be used to include budget information.

Link copied to clipboard

The ID that uniquely identifies an invoice section.