mirror of
https://github.com/valitydev/magista-proto.git
synced 2024-11-06 08:25:16 +00:00
PayoutToolType fix
This commit is contained in:
parent
547b283941
commit
075f639f60
@ -51,7 +51,13 @@ struct PayoutSearchQuery {
|
|||||||
1: required CommonSearchQueryParams common_search_query_params
|
1: required CommonSearchQueryParams common_search_query_params
|
||||||
2: optional payout_manager.PayoutID payout_id
|
2: optional payout_manager.PayoutID payout_id
|
||||||
3: optional list<payout_manager.PayoutStatus> payout_statuses
|
3: optional list<payout_manager.PayoutStatus> payout_statuses
|
||||||
4: optional domain.PayoutToolInfo payout_type
|
4: optional PayoutToolType payout_type
|
||||||
|
}
|
||||||
|
|
||||||
|
enum PayoutToolType {
|
||||||
|
payout_account
|
||||||
|
wallet
|
||||||
|
payment_institution_account
|
||||||
}
|
}
|
||||||
|
|
||||||
struct InvoiceTemplateSearchQuery {
|
struct InvoiceTemplateSearchQuery {
|
||||||
|
Loading…
Reference in New Issue
Block a user