Skip to main content

Fields

annualAmount : Float

The annual amount for the subscription.

baseCost : ProductRateType

The cost for the subscription.

clientParams : GenericScalar

The client specific parameters of the quoted product.

Deprecation
The 'clientParams' field is deprecated.

Should not use this generic scalar. Please use/create typed fields instead. (ex: clientParams.monthlyAmount and clientParams.annualAmount are now resolved at root level, monthlyAmount and annualAmount)

- Marked as deprecated on 2024-04-22.
- Scheduled for removal on or after 2025-04-22.
consumptionRates : [SupplyConsumptionRateType!]

Consumption rates.

hcCost : ProductRateType

The cost for the subscription.

hpCost : ProductRateType

The cost for the subscription.

id : Int

The quoted product id.

marketParams : GenericScalar

The market specific parameters of the quoted product.

monthlyAmount : Float

The monthly amount for the subscription.

product : Product

The related product to this quoted product.

quotedSupplyPoint : QuotedSupplyPointType

The related quoted supply point.

Consumption rates related to the quoted product.

Standing rate.

subscriptionCost : ProductRateType

The cost for the subscription.

wasSelected : Boolean

If the quoted product was selected.

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

{ "annualAmount": 495.98, "baseCost": ProductRateType, "consumptionRates": [SupplyConsumptionRateType], "hcCost": ProductRateType, "hpCost": ProductRateType, "id": 55025311, "marketParams": "abc123" | 1 | 1.0 | true | ["abc123"] | AccountType, "monthlyAmount": 373.37, "product": Product, "quotedSupplyPoint": QuotedSupplyPointType, "rates": SupplyProductRateInterface, "standingRate": SupplyProductRateInterface, "subscriptionCost": ProductRateType, "wasSelected": true }