WalletV2
¶
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
WalletOwner
paysFor
: ProductCategory
ProductCategory
allocationGroups
: List<AllocationGroupWithParent>
List<AllocationGroupWithParent>
children
: List<AllocationGroupWithChild>?
List<AllocationGroupWithChild>?
totalUsage
: Long
Long
localUsage
: Long
Long
maxUsable
: Long
Long
quota
: Long
Long
totalAllocated
: Long
Long
lastSignificantUpdateAt
: Long
Long