dk.sdu.cloud.grant.api.GrantApplication.Form

UCloud Developer Guide / Accounting and Project Management / Grants / Allocation Process

GrantApplication.Form

sealed class Form {
    abstract val type: String /* "form" */

    class GrantGiverInitiated : Form()
    class PlainText : Form()
}
Properties

Last updated