CostInformationResponse

data class CostInformationResponse(val billingInfoUrl: String, val billingMeterDetails: List<BillingMeterDetailsResponse>)

Cost information for the product system

Constructors

Link copied to clipboard
constructor(billingInfoUrl: String, billingMeterDetails: List<BillingMeterDetailsResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Default url to display billing information

Link copied to clipboard

Details on the various billing aspects for the product system.