Arguments
WithdrawCashBalanceInput!
required
No description provided in the schema yet.
Returns
WithdrawCashBalanceResponse! — Response type for the withdrawCashBalance mutation, returning the withdrawal record and updated balances.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Mutation for withdrawing from a cash balance.
mutation {
withdrawCashBalance(
input: WithdrawCashBalanceInput!
): WithdrawCashBalanceResponse!
}
WithdrawCashBalanceResponse! — Response type for the withdrawCashBalance mutation, returning the withdrawal record and updated balances.