V2: updating to new proto schema. domain seperated packages #36
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user