CapacityInfo

data class CapacityInfo(val capacityId: Int = INT_INVALID, val amount: Int = INT_INVALID)

CapacityInfo is the specific capacity record response.

Constructors

Link copied to clipboard
constructor(capacityId: Int = INT_INVALID, amount: Int = INT_INVALID)

Properties

Link copied to clipboard
val amount: Int

Int? The capacity amount

Link copied to clipboard

Int? The related capacity id