diff --git a/wallet_message.proto b/wallet_message.proto index 10ea858..e7fa88b 100644 --- a/wallet_message.proto +++ b/wallet_message.proto @@ -141,6 +141,7 @@ message UserBNPLReq { string created_at = 3; string employee_id = 4; int64 company_id = 5; + authorization.InternalIAM iam = 6; float amount = 7; PaymentPeriodInfo payment_period = 8; bool has_agreed_contract = 9;