-
This commit is contained in:
parent
ff393858d9
commit
44b2385565
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user