mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 01:25:22 +00:00
TD-933: Adds support for deviation direction for amount randomization (#93)
This commit is contained in:
parent
549270c577
commit
44bac58947
@ -26,6 +26,15 @@ properties:
|
|||||||
minimum: 0
|
minimum: 0
|
||||||
maximum: 5
|
maximum: 5
|
||||||
default: 2
|
default: 2
|
||||||
|
direction:
|
||||||
|
description: >
|
||||||
|
Direction of deviation from original amount.
|
||||||
|
type: string
|
||||||
|
default: both
|
||||||
|
enum:
|
||||||
|
- both
|
||||||
|
- upward
|
||||||
|
- downward
|
||||||
minAmountCondition:
|
minAmountCondition:
|
||||||
description: >
|
description: >
|
||||||
Minimum amount applicable for randomization, in minor monetary
|
Minimum amount applicable for randomization, in minor monetary
|
||||||
|
Loading…
Reference in New Issue
Block a user