AutoTopupConfigType
GraphQL output type for querying auto top-up configs.
Fields
The account number, e.g.: 'A-A1B2C3D4'.
Alphanumber code identifying the device, e.g.: 'A1-BC-D2-00-01-23-EF-4G'.
The date and time when the config became effective.
The date and time when the config stopped being effective.
Auto top-up amount in the lowest currency unit. i.e. USA cents / GBP pence / etc.
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
{
"accountNumber": "A-4B0FE05C",
"deviceId": "87395849",
"effectiveFrom": "2005-02-12T08:29:37.570405+00:00",
"effectiveTo": "1999-11-11T08:54:40.443069+00:00",
"id": "85757851",
"topupAmount": 54
}