field changes

This commit is contained in:
nfel 2024-07-25 12:17:35 +03:30
parent 55e4b6cba2
commit 79374f9fe7
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -93,7 +93,7 @@ message BNPLPayments {
int64 id = 1; int64 id = 1;
double amount = 2; double amount = 2;
bool is_paied = 3; bool is_paied = 3;
string payment_date = 4; string due_date = 4;
string settlement_date = 5; string settlement_date = 5;
} }
@ -103,7 +103,7 @@ message UserBNPLResp {
int32 current_step=3; int32 current_step=3;
optional float amount = 4; optional float amount = 4;
optional float payment_period = 5; optional float payment_period = 5;
optional bool has_agreed_contract = 6; optional bool accepted_terms = 6;
repeated BNPLPayments payments = 7; repeated BNPLPayments payments = 7;
optional string employee_id = 8; optional string employee_id = 8;
optional authorization.Company company = 10; optional authorization.Company company = 10;