Compare commits
No commits in common. "da329c31767ef5f0a10fd2ed0f656cd40cdfa952" and "7724fd665e95486dca39fbe79328beb2f513658b" have entirely different histories.
da329c3176
...
7724fd665e
|
@ -155,7 +155,6 @@ type WarehouseNatsResponse struct {
|
||||||
UpdatedAt time.Time `json:"updatedAt"`
|
UpdatedAt time.Time `json:"updatedAt"`
|
||||||
ReasonPendingInactive string `json:"reasonPendingInactive"`
|
ReasonPendingInactive string `json:"reasonPendingInactive"`
|
||||||
IsPendingInactive bool `json:"isPendingInactive"`
|
IsPendingInactive bool `json:"isPendingInactive"`
|
||||||
IsFromInternational bool `json:"isFromInternational"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// WarehouseInfo ...
|
// WarehouseInfo ...
|
||||||
|
|
Loading…
Reference in New Issue