This commit is contained in:
Samuel Tariku 2025-04-14 19:50:08 +03:00
parent ff393858d9
commit 44b2385565
3 changed files with 11 additions and 3 deletions

View File

@ -3352,7 +3352,6 @@ const docTemplate = `{
"example": 100
},
"bank_code": {
"description": "Payment Details for bank",
"type": "string"
},
"beneficiary_name": {
@ -3362,6 +3361,10 @@ const docTemplate = `{
"type": "integer",
"example": 1
},
"cashout_id": {
"type": "string",
"example": "191212"
},
"full_name": {
"type": "string",
"example": "John Smith"

View File

@ -3344,7 +3344,6 @@
"example": 100
},
"bank_code": {
"description": "Payment Details for bank",
"type": "string"
},
"beneficiary_name": {
@ -3354,6 +3353,10 @@
"type": "integer",
"example": 1
},
"cashout_id": {
"type": "string",
"example": "191212"
},
"full_name": {
"type": "string",
"example": "John Smith"

View File

@ -518,13 +518,15 @@ definitions:
example: 100
type: number
bank_code:
description: Payment Details for bank
type: string
beneficiary_name:
type: string
bet_id:
example: 1
type: integer
cashout_id:
example: "191212"
type: string
full_name:
example: John Smith
type: string