Billing Hub Get Usage Request Response
data class BillingHubGetUsageRequestResponse(val endTimeStamp: String, val pageIndex: Int? = null, val pageSize: Int? = null, val startTimeStamp: String)
Constructors
Link copied to clipboard
fun BillingHubGetUsageRequestResponse(endTimeStamp: String, pageIndex: Int? = null, pageSize: Int? = null, startTimeStamp: String)