{
"productId": "string", // The id of the product
"productName": "string", // The name of the product
"provisionedAmount": "number", // The amount of units provisioned to the customer
"consumedAmount": "number", // The amount of units consumed by the customer
"usagePercentage": "number", // The percentage of the provisioned amount that has been consumed
"hasAccess": "boolean", // Whether the customer has access to the product based on the provisioned amount
"remainingAmount": "number", // The amount of units remaining to consume
"exceededAmount": "number" // The amount of units exceeded
}