v2: asset -> has agreed contract
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
0b43ec87ba
commit
320a0cd857
@ -76,6 +76,7 @@ message Asset {
|
|||||||
int32 status = 31;
|
int32 status = 31;
|
||||||
AssetMeta meta = 32;
|
AssetMeta meta = 32;
|
||||||
string type = 33;
|
string type = 33;
|
||||||
|
bool has_agreed_contract = 34;
|
||||||
}
|
}
|
||||||
|
|
||||||
message GetAssetReq {
|
message GetAssetReq {
|
||||||
@ -121,6 +122,7 @@ enum BNPLPaymentsStatus {
|
|||||||
NOT_STARTED = 3;
|
NOT_STARTED = 3;
|
||||||
NOT_YET_DUE = 4;
|
NOT_YET_DUE = 4;
|
||||||
CANCELED = 5;
|
CANCELED = 5;
|
||||||
|
REJECTED = 6;
|
||||||
}
|
}
|
||||||
message BNPLPayments {
|
message BNPLPayments {
|
||||||
uint64 id = 1;
|
uint64 id = 1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user