VolumeLicenseDetailsArgs

data class VolumeLicenseDetailsArgs(val invoiceId: Output<String>? = null, val programYear: Output<Either<String, ProgramYear>>? = null) : ConvertibleToJava<VolumeLicenseDetailsArgs>

Constructors

Link copied to clipboard
constructor(invoiceId: Output<String>? = null, programYear: Output<Either<String, ProgramYear>>? = null)

Properties

Link copied to clipboard
val invoiceId: Output<String>? = null

The invoice id for the volume license.

Link copied to clipboard
val programYear: Output<Either<String, ProgramYear>>? = null

Describes the program year the volume license is for.

Functions

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