skipSsdPayment
Skip the SSD payment for an account which is yet to enrol to Octopus as a supplier.
Arguments
Returns
SkipSSDPaymentSkip the SSD payment for an account which is yet to enrol to Octopus as a supplier.
Examples
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.
mutation SkipSsdPayment($input: SkipSsdPaymentInput!) {
skipSsdPayment(input: $input) {
nextPaymentAmount
nextPaymentDate
skippedPaymentAmount
skippedPaymentDate
}
}
Variables
{
"input": SkipSsdPaymentInput
}
Response
{
"data": {
"skipSsdPayment": {
"nextPaymentAmount": 24,
"nextPaymentDate": "1972-12-18",
"skippedPaymentAmount": 7,
"skippedPaymentDate": "2026-01-30"
}
}
}