mirror of
https://github.com/valitydev/damsel.git
synced 2024-11-06 09:45:21 +00:00
DC-129 Allow to define more flexible conditions in provision terms (#602)
This commit is contained in:
parent
b18f037a2c
commit
dbb733fca1
@ -2065,6 +2065,7 @@ struct ProvisionTermSet {
|
||||
}
|
||||
|
||||
struct PaymentsProvisionTerms {
|
||||
11: optional Predicate allow
|
||||
1: optional CurrencySelector currencies
|
||||
2: optional CategorySelector categories
|
||||
3: optional PaymentMethodSelector payment_methods
|
||||
@ -2113,6 +2114,7 @@ struct WalletProvisionTerms {
|
||||
}
|
||||
|
||||
struct WithdrawalProvisionTerms {
|
||||
5: optional Predicate allow
|
||||
1: optional CurrencySelector currencies
|
||||
2: optional PayoutMethodSelector payout_methods
|
||||
3: optional CashLimitSelector cash_limit
|
||||
@ -2120,6 +2122,7 @@ struct WithdrawalProvisionTerms {
|
||||
}
|
||||
|
||||
struct P2PProvisionTerms {
|
||||
5: optional Predicate allow
|
||||
1: optional CurrencySelector currencies
|
||||
2: optional CashLimitSelector cash_limit
|
||||
3: optional CashFlowSelector cash_flow
|
||||
|
Loading…
Reference in New Issue
Block a user