Skip to main content

Input fields

paymentMethod : PaymentMethod! required

Payment method associated with the given unit rate.

standingCharge : Decimal

Bespoke standing charge.

unitRate : Decimal

Gas bespoke unit rate.

Electricity bespoke unit rates with their associated rate type.

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

{ "paymentMethod": "DIRECT_DEBIT", "standingCharge": "1.0", "unitRate": "1.0", "unitRates": BespokeElectricityUnitRatesInput }