Get Billing Hub Service Free Hour Balance Result
    data class GetBillingHubServiceFreeHourBalanceResult(val incrementEntries: List<BillingHubFreeHourIncrementEntryResponse>? = null, val totalRemainingFreeHours: Double? = null)
Constructors
Link copied to clipboard
                fun GetBillingHubServiceFreeHourBalanceResult(incrementEntries: List<BillingHubFreeHourIncrementEntryResponse>? = null, totalRemainingFreeHours: Double? = null)