SubAllocation

API: Experimental/Alpha

A parent allocator’s view of a WalletAllocation

data class SubAllocation(
    val id: String,
    val path: String,
    val startDate: Long,
    val endDate: Long?,
    val productCategoryId: ProductCategoryId,
    val productType: ProductType,
    val chargeType: ChargeType,
    val unit: ProductPriceUnit,
    val workspaceId: String,
    val workspaceTitle: String,
    val workspaceIsProject: Boolean,
    val projectPI: String?,
    val remaining: Long,
    val initialBalance: Long,
)
Properties
id: String
path: String
startDate: Long
endDate: Long?
productCategoryId: ProductCategoryId
productType: ProductType
chargeType: ChargeType
unit: ProductPriceUnit
workspaceId: String
workspaceTitle: String
workspaceIsProject: Boolean
projectPI: String?
remaining: Long
initialBalance: Long