mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2024-11-21 20:36:05 +03:00
commit
2efd96b918
@ -380,10 +380,10 @@ type (
|
||||
}
|
||||
|
||||
MessageOrderItem struct {
|
||||
Name string `json:"name,omitempty"`
|
||||
Url string `json:"url,omitempty"`
|
||||
Quantity string `json:"quantity,omitempty"`
|
||||
Price string `json:"price,omitempty"`
|
||||
Name string `json:"name,omitempty"`
|
||||
Url string `json:"url,omitempty"`
|
||||
Quantity *MessageOrderQuantity `json:"quantity,omitempty"`
|
||||
Price *MessageOrderCost `json:"price,omitempty"`
|
||||
}
|
||||
|
||||
MessageOrderCost struct {
|
||||
|
Loading…
Reference in New Issue
Block a user