Missing Field from User Form Submition
This commit is contained in:
parent
59284082ac
commit
8f1aa65f99
@ -141,6 +141,7 @@ message UserBNPLReq {
|
|||||||
string created_at = 3;
|
string created_at = 3;
|
||||||
string employee_id = 4;
|
string employee_id = 4;
|
||||||
int64 company_id = 5;
|
int64 company_id = 5;
|
||||||
|
authorization.InternalIAM iam = 6;
|
||||||
float amount = 7;
|
float amount = 7;
|
||||||
PaymentPeriodInfo payment_period = 8;
|
PaymentPeriodInfo payment_period = 8;
|
||||||
bool has_agreed_contract = 9;
|
bool has_agreed_contract = 9;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user