Merge pull request '/warehouse-international' (#167) from feature/warehouse-international into develop
Reviewed-on: #167
This commit is contained in:
commit
da329c3176
|
@ -155,6 +155,7 @@ 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