From b25d3365e1f2b075ffea30b3a2e1c41eb3f6145b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D0=B5=D0=BC?= Date: Wed, 2 Feb 2022 21:30:30 +0300 Subject: [PATCH] APM-43: Add methods selector (#21) --- proto/domain.thrift | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/domain.thrift b/proto/domain.thrift index 1ae3776..ac50dbc 100644 --- a/proto/domain.thrift +++ b/proto/domain.thrift @@ -1284,6 +1284,7 @@ struct WithdrawalServiceTerms { 2: optional CashLimitSelector cash_limit 3: optional CashFlowSelector cash_flow 4: optional AttemptLimitSelector attempt_limit + 5: optional PaymentMethodSelector methods } /** W2W service terms **/