[fix]: Vrifyy balance

This commit was merged in pull request #18.
This commit is contained in:
VivianDee
2026-03-11 14:07:15 +01:00
parent ab7cd0bedf
commit 473d9568d2
5 changed files with 115 additions and 2 deletions
@@ -0,0 +1,15 @@
{
"type": "object",
"properties": {
"isSufficient": {
"type": "string",
"example": "true"
}
},
"required": [
"isSufficient"
],
"xml": {
"name": "VerifyAccountBalanceResponse"
}
}