format
This commit is contained in:
parent
14cd8ca8b5
commit
dc8d2100b5
@ -113,13 +113,13 @@ message GetUserBNPLInfoReq {
|
||||
base.IdReq id = 2;
|
||||
}
|
||||
|
||||
enum BNPLPaymentsStatus{
|
||||
PENDING=0;
|
||||
PAYED=1;
|
||||
OVER_DUE=2;
|
||||
NOT_STARTED=3;
|
||||
NOT_YET_DUE=4;
|
||||
CANCLED=5;
|
||||
enum BNPLPaymentsStatus {
|
||||
PENDING = 0;
|
||||
PAYED = 1;
|
||||
OVER_DUE = 2;
|
||||
NOT_STARTED = 3;
|
||||
NOT_YET_DUE = 4;
|
||||
CANCLED = 5;
|
||||
}
|
||||
message BNPLPayments {
|
||||
uint64 id = 1;
|
||||
@ -127,7 +127,7 @@ message BNPLPayments {
|
||||
bool is_paied = 3;
|
||||
string due_date = 4;
|
||||
string settlement_date = 5;
|
||||
BNPLPaymentsStatus status = 6;
|
||||
BNPLPaymentsStatus status = 6;
|
||||
}
|
||||
|
||||
message UserBNPLResp {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user