This commit is contained in:
masoodafar-web
2025-11-25 05:05:10 +03:30
parent ac97ef5dce
commit 4546add810
4 changed files with 8 additions and 3 deletions

View File

@@ -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;