diff --git a/wallet_message.proto b/wallet_message.proto index 3d82bf5..e597636 100644 --- a/wallet_message.proto +++ b/wallet_message.proto @@ -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 {