accountChargeReasons
Available reasons for use in account charge mutations.
Returns
[ChargeReasonType]Possible Errors
Allowed Viewers
Required Permissions
Can add charges to accountsQuery Complexity
1Examples
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 AccountChargeReasons {
accountChargeReasons {
code
display
group
isDeprecated
isHidden
isTaxExempt
}
}
Response
{
"data": {
"accountChargeReasons": [
{
"code": "night-common-smile-term-form",
"display": "develop-white-religious-such-air",
"group": "tonight-performance-first-it-seven",
"isDeprecated": true,
"isHidden": true,
"isTaxExempt": true
}
]
}
}