v2: asset -> has agreed contract

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2024-12-25 12:35:33 +03:30
parent 0b43ec87ba
commit 320a0cd857
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -76,6 +76,7 @@ message Asset {
int32 status = 31;
AssetMeta meta = 32;
string type = 33;
bool has_agreed_contract = 34;
}
message GetAssetReq {
@ -121,6 +122,7 @@ enum BNPLPaymentsStatus {
NOT_STARTED = 3;
NOT_YET_DUE = 4;
CANCELED = 5;
REJECTED = 6;
}
message BNPLPayments {
uint64 id = 1;