dev - transaction list req filter (status type)

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2024-09-23 14:22:04 +03:30
parent 9609bdfa05
commit dec09ea33a
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -267,8 +267,8 @@ message UserGetTransactionListReq {
optional int64 to_federation_id = 9;
optional double amount_from = 10;
optional double amount_to = 11;
optional int32 status = 12;
optional int32 type = 13;
TransactionStatus status = 12;
TransactionType type = 13;
optional string tracking_code = 14;
}
/*