mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2025-01-22 17:41:40 +03:00
structured quantity & cost
This commit is contained in:
parent
1387691d4c
commit
dc9f9acba2
@ -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