v2: transaction schema changes

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2024-12-31 13:09:23 +03:30
parent d6ed4393ab
commit db69e4f2d3
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -274,10 +274,13 @@ message UserGetTransactionListReq {
optional int64 to_federation_id = 9;
optional double amount_from = 10;
optional double amount_to = 11;
optional TransactionStatus status = 12;
optional TransactionType type = 13;
optional string tracking_code = 14;
optional string tracking_code = 12;
repeated TransactionType type = 13;
repeated TransactionStatus status = 14;
optional string from_date = 15;
optional string to_date = 16;
}
/*
Buy
*/