remove payout (#35)
Some checks failed
Frontend: Publish / configured (push) Has been cancelled
Frontend: Publish / Publish (push) Has been cancelled
Java deploy / deploy (push) Has been cancelled

* remove payout

* review

* add deprecated
This commit is contained in:
Gregory 2024-09-25 10:38:56 +03:00 committed by GitHub
parent 2a02d87331
commit 6605c72bad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,6 @@ namespace erlang deanonimus
typedef base.ID PartyID
typedef i64 AccountID
typedef base.ID ContractID
typedef base.ID PayoutToolID
struct SearchHit {
1: required double score;
@ -77,18 +76,16 @@ struct Shop {
5: required CategoryRef category
6: optional ShopAccount account
7: required ContractID contract_id
8: optional PayoutToolID payout_tool_id
9: required ShopLocation location
10: optional BusinessScheduleRef payout_schedule
}
struct CategoryRef { 1: required base.ObjectID id }
struct BusinessScheduleRef { 1: required base.ObjectID id }
struct ShopAccount {
1: required CurrencyRef currency
2: required AccountID settlement
3: required AccountID guarantee
/* Аккаунт на который выводятся деньги из системы */
// deprecated
4: required AccountID payout
}