v2: transaction schema changes
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
d6ed4393ab
commit
db69e4f2d3
@ -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
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user