Skip to main content

Arguments

input : DisableAutoTopupInput! required

Input fields for disabling auto top-up.

Returns

DisableAutoTopup

Disable auto top-up for a SPAYG meter.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can configure auto topup config

Query Complexity

1

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.

Query

mutation DisableAutoTopup($input: DisableAutoTopupInput!) { disableAutoTopup(input: $input) { success } }

Variables

{ "input": DisableAutoTopupInput }

Response

{ "data": { "disableAutoTopup": { "success": true } } }