Hub Billing Info Format Response
data class HubBillingInfoFormatResponse(val maxUnits: Int? = null, val minUnits: Int? = null, val skuName: String? = null)
Hub billing info.
Constructors
Link copied to clipboard
fun HubBillingInfoFormatResponse(maxUnits: Int? = null, minUnits: Int? = null, skuName: String? = null)