AdjustHouseWalletDto
amountnumberrequired
Signed amount to adjust the balance by. Positive = credit, negative = debit.
Example:
-1200reasonstringrequired
Reason for the adjustment — surfaced in the audit trail.
Possible values: >= 3 characters and <= 240 characters
AdjustHouseWalletDto
{
"amount": -1200,
"reason": "string"
}