v2: refund commission msg

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-08-13 11:30:45 +03:30
parent 8d37693329
commit 3555d27c03
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -559,12 +559,19 @@ message EffectiveCommission {
double total = 3; double total = 3;
} }
message RefundCommissionReq {
auth.v1.UserIdentityBasic user = 3;
uint64 commission_log_id = 1;
}
message CommissionReq { message CommissionReq {
uint64 commission_id = 1; uint64 commission_id = 1;
double amount = 2; double amount = 2;
auth.v1.UserIdentityBasic user = 3; auth.v1.UserIdentityBasic user = 3;
} }
message CommissionRes {}
message CommissionRes {
uint64 commission_log_id = 1;
}
/* /*
* IPG - Internet Payment Gateway * IPG - Internet Payment Gateway