update1
This commit is contained in:
@@ -145,14 +145,14 @@ message GetAllUserOrderByFilterResponseModel
|
||||
google.protobuf.Int64Value transaction_id = 4;
|
||||
oneof PaymentStatus_item
|
||||
{
|
||||
messages.PaymentStatus payment_status = 5;
|
||||
PaymentStatus payment_status = 5;
|
||||
}
|
||||
google.protobuf.Timestamp payment_date = 6;
|
||||
int64 user_id = 7;
|
||||
int64 user_address_id = 8;
|
||||
oneof PaymentMethod_item
|
||||
{
|
||||
messages.PaymentMethod payment_method = 9;
|
||||
PaymentMethod payment_method = 9;
|
||||
}
|
||||
google.protobuf.StringValue user_address_text = 10;
|
||||
repeated GetAllUserOrderByFilterResponseModelFactorDetail factor_details = 11;
|
||||
|
||||
Reference in New Issue
Block a user