GetBillingHubServiceFreeHourBalanceResult

data class GetBillingHubServiceFreeHourBalanceResult(val incrementEntries: List<BillingHubFreeHourIncrementEntryResponse>? = null, val totalRemainingFreeHours: Double? = null)

Constructors

constructor(incrementEntries: List<BillingHubFreeHourIncrementEntryResponse>? = null, totalRemainingFreeHours: Double? = null)

Types

Link copied to clipboard
object Companion

Properties