Package-level declarations
Types
Link copied to clipboard
data class AmountArgs(val currency: Output<String>? = null, val value: Output<Double>? = null) : ConvertibleToJava<AmountArgs>
The amount.
Link copied to clipboard
class AmountArgsBuilder
Builder for AmountArgs.
Link copied to clipboard
data class GetLabPlainArgs(val billingAccountName: String, val billingProfileName: String, val includeBudget: Boolean? = null, val invoiceSectionName: String) : ConvertibleToJava<GetLabPlainArgs>
Link copied to clipboard
class GetLabPlainArgsBuilder
Builder for GetLabPlainArgs.
Link copied to clipboard
data class GetStudentPlainArgs(val billingAccountName: String, val billingProfileName: String, val invoiceSectionName: String, val studentAlias: String) : ConvertibleToJava<GetStudentPlainArgs>
Link copied to clipboard
Builder for GetStudentPlainArgs.