QuotedProduct
Fields
The client parameters used to generate the quoted product.
Deprecation
The 'clientParams' field is deprecated.Use the fields on the `QuotedProduct` type instead.
- Marked as deprecated on 2025-02-11.
- Scheduled for removal on or after 2025-05-11.
The quoted product ID.
Whether the quoted product is still valid for the (retention) product switch.
Monthly standing charge in €.
Net monthly standing charge in €.
The product associated with the quoted product.
Number of days the retention offer for the quoted product is valid for.
The date the retention offer was generated and sent to the customer.
Total estimated annual bill in €.
The unit rate information.
Whether the quoted product was selected by the user.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"id": 36758765,
"isValidForRetentionProductSwitch": true,
"monthlyStandingCharge": "1.0",
"netMonthlyStandingCharge": "1.0",
"product": Product,
"retentionNumberOfValidDays": 92,
"retentionOfferGenerationDate": "2019-11-27",
"totalEstimatedAnnualBill": "1.0",
"unitRateInformation": SimpleProductUnitRateInformation,
"wasSelected": true
}