GrantApplication.AllocationRequest

API: Stable

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