Merge pull request #6 from rbkmoney/ft/method-balances

Add method balances
This commit is contained in:
Kostya 2020-05-07 17:47:50 +03:00 committed by GitHub
commit 9fa28e77a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -215,4 +215,9 @@ service AnalyticsService {
**/
AmountResponse GetRefundsAmount(1: FilterRequest request)
/**
* Получение балансов с группировкой по валютам для ЛК.
**/
AmountResponse GetCurrentBalances(1: FilterRequest request)
}