Skip to main content

Fields

clientParams : QuotedProductClientParams

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.
id : Int! required

The quoted product ID.

isValidForRetentionProductSwitch : Boolean

Whether the quoted product is still valid for the (retention) product switch.

monthlyStandingCharge : Decimal! required

Monthly standing charge in €.

netMonthlyStandingCharge : Decimal! required

Net monthly standing charge in €.

product : Product! required

The product associated with the quoted product.

retentionNumberOfValidDays : Int

Number of days the retention offer for the quoted product is valid for.

retentionOfferGenerationDate : Date

The date the retention offer was generated and sent to the customer.

totalEstimatedAnnualBill : Decimal

Total estimated annual bill in €.

unitRateInformation : UnitRateInformation! required

The unit rate information.

wasSelected : Boolean! required

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 }