Get desktop application:
View/edit binary Protocol Buffers messages
string AccountEmail = 1
repeated ShopItem ShopItems = 2
string DeliveryAddress = 3
string AggregateID = 1
optional Payment Payment = 2
string AggregateID = 1
repeated ShopItem ShopItems = 2
(message has no fields)
string AggregateID = 1
string CancelReason = 2
(message has no fields)
(message has no fields)
string AggregateID = 1
string DeliveryAddress = 2
(message has no fields)
string SearchText = 1
int64 Page = 2
int64 Size = 3
Used in: GetOrderByIDRes, SearchRes
string ID = 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
optional Payment Payment = 12
Used in: SearchRes
int64 TotalCount = 1
int64 TotalPages = 2
int64 Page = 3
int64 Size = 4
bool HasMore = 5
Used in: Order, PayOrderReq
Used in: CreateOrderReq, Order, UpdateShoppingCartReq
string ID = 1
string Title = 2
string Description = 3
uint64 Quantity = 4
double Price = 5