Cost Information Response
data class CostInformationResponse(val billingInfoUrl: String, val billingMeterDetails: List<BillingMeterDetailsResponse>)
Cost information for the product system
Constructors
Link copied to clipboard
fun CostInformationResponse(billingInfoUrl: String, billingMeterDetails: List<BillingMeterDetailsResponse>)