mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 01:25:22 +00:00
deploy: 44bac58947
This commit is contained in:
parent
ef1b12e58e
commit
4bae31ab8d
10
swagger.json
10
swagger.json
@ -6447,6 +6447,16 @@
|
||||
"maximum": 5,
|
||||
"default": 2
|
||||
},
|
||||
"direction": {
|
||||
"description": "Direction of deviation from original amount.\n",
|
||||
"type": "string",
|
||||
"default": "both",
|
||||
"enum": [
|
||||
"both",
|
||||
"upward",
|
||||
"downward"
|
||||
]
|
||||
},
|
||||
"minAmountCondition": {
|
||||
"description": "Minimum amount applicable for randomization, in minor monetary units.\nIf `null` condition is ignored.\n",
|
||||
"type": "integer",
|
||||
|
@ -4718,6 +4718,15 @@ definitions:
|
||||
minimum: 0
|
||||
maximum: 5
|
||||
default: 2
|
||||
direction:
|
||||
description: |
|
||||
Direction of deviation from original amount.
|
||||
type: string
|
||||
default: both
|
||||
enum:
|
||||
- both
|
||||
- upward
|
||||
- downward
|
||||
minAmountCondition:
|
||||
description: |
|
||||
Minimum amount applicable for randomization, in minor monetary units.
|
||||
|
Loading…
Reference in New Issue
Block a user