Compare commits
5 Commits
9c6c2b905f
...
0400a70a56
Author | SHA1 | Date |
---|---|---|
Minh Nguyen | 0400a70a56 | |
Nguyen Minh | 78194a2d43 | |
sinhluu | 0f40121bf7 | |
Minh Nguyen | de84fdc2bf | |
Minh Nguyen | 72d45ed239 |
|
@ -158,6 +158,7 @@ type WarehouseNatsResponse struct {
|
|||
ReasonPendingInactive string `json:"reasonPendingInactive"`
|
||||
IsPendingInactive bool `json:"isPendingInactive"`
|
||||
IsFromInternational bool `json:"isFromInternational"`
|
||||
StoreCode string `json:"storeCode"`
|
||||
}
|
||||
|
||||
// WarehouseInfo ...
|
||||
|
|
Loading…
Reference in New Issue