amount irr added to bnpl payments
This commit is contained in:
parent
f87dc92d3e
commit
930dc67791
@ -124,6 +124,7 @@ enum BNPLPaymentsStatus {
|
||||
message BNPLPayments {
|
||||
uint64 id = 1;
|
||||
double amount = 2;
|
||||
double amount_irr = 7;
|
||||
bool is_paied = 3;
|
||||
string due_date = 4;
|
||||
string settlement_date = 5;
|
||||
@ -140,8 +141,10 @@ message UserBNPLResp {
|
||||
repeated BNPLPayments payments = 7;
|
||||
optional string employee_id = 8;
|
||||
optional authorization.Company company = 10;
|
||||
authorization.InternalIAM iam = 11;
|
||||
optional string updated_at = 12;
|
||||
optional string created_at = 13;
|
||||
Asset selected_asset = 14;
|
||||
}
|
||||
|
||||
message UserBNPLReq {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user