getAccountCheckoutInformation
Returns basic product information to finalize checkout.
Arguments
Returns
AccountCheckoutInformationOutputExamples
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 GetAccountCheckoutInformation($input: AccountCheckoutInformationInput!) {
getAccountCheckoutInformation(input: $input) {
depositRequiredForPrepayProduct
isPrepayProduct
prepayProductBalanceThreshold
pricePerKwh
productId
productName
}
}
Variables
{
"input": AccountCheckoutInformationInput
}
Response
{
"data": {
"getAccountCheckoutInformation": {
"depositRequiredForPrepayProduct": true,
"isPrepayProduct": true,
"prepayProductBalanceThreshold": 95,
"pricePerKwh": "1.0",
"productId": "41153797",
"productName": "hotel-hundred-low-else-particular"
}
}
}