GrantApplication.AllocationRequest
¶
data class AllocationRequest(
val category: String,
val provider: String,
val grantGiver: String,
val balanceRequested: Long?,
val period: GrantApplication.Period,
val type: String /* "allocation_request" */,
)
Properties
category
: String
String
provider
: String
String
grantGiver
: String
String
balanceRequested
: Long?
Long?
period
: GrantApplication.Period
GrantApplication.Period
type
: String /* "allocation_request" */
The type discriminator
String /* "allocation_request" */