mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2025-01-23 01:51:39 +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…
x
Reference in New Issue
Block a user