Get desktop application:
View/edit binary Protocol Buffers messages
string AccountEmail = 1
repeated ShopItem ShopItems = 2
string DeliveryAddress = 3
string OrderId = 1
repeated ShopItem ShopItems = 2
(message has no fields)
string SearchText = 1
int32 Page = 2
int32 Size = 3
string OrderId = 1
repeated ShopItem ShopItems = 2
bool Paid = 3
bool Submitted = 4
bool Completed = 5
bool Canceled = 6
double TotalPrice = 7
string AccountEmail = 8
string CancelReason = 9
string DeliveryAddress = 10
string PaymentId = 14
Used in: GetOrderByIDRes, GetOrdersRes
string Id = 1
string OrderId = 2
bool Paid = 4
bool Submitted = 5
bool Completed = 6
bool Canceled = 7
double TotalPrice = 8
string AccountEmail = 9
string CancelReason = 10
string DeliveryAddress = 11
string PaymentId = 15
Used in: GetOrdersRes
int64 TotalItems = 1
int32 TotalPages = 2
int32 Page = 3
int32 Size = 4
bool HasMore = 5
Used in: CreateOrderReq, Order, UpdateShoppingCartReq
string Title = 1
string Description = 2
uint64 Quantity = 3
double Price = 4
Used in: OrderReadModel
string Title = 1
string Description = 2
uint64 Quantity = 3
double Price = 4