GetStudentPlainArgs

data class GetStudentPlainArgs(val billingAccountName: String, val billingProfileName: String, val invoiceSectionName: String, val studentAlias: String) : ConvertibleToJava<GetStudentPlainArgs>

Constructors

Link copied to clipboard
constructor(billingAccountName: String, billingProfileName: String, invoiceSectionName: String, studentAlias: String)

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

The ID that uniquely identifies an invoice section.

Link copied to clipboard

Student alias.

Functions

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