WalletV2

API: Internal/Beta

data class WalletV2(
    val owner: WalletOwner,
    val paysFor: ProductCategory,
    val allocationGroups: List<AllocationGroupWithParent>,
    val children: List<AllocationGroupWithChild>?,
    val totalUsage: Long,
    val localUsage: Long,
    val maxUsable: Long,
    val quota: Long,
    val totalAllocated: Long,
    val lastSignificantUpdateAt: Long,
)
Properties
owner: WalletOwner
paysFor: ProductCategory
allocationGroups: List<AllocationGroupWithParent>
children: List<AllocationGroupWithChild>?
totalUsage: Long
localUsage: Long
maxUsable: Long
quota: Long
totalAllocated: Long
lastSignificantUpdateAt: Long