Merge pull request 'setup-holiday-warehouse-admin' (#110) from setup-holiday-warehouse-admin into master

Reviewed-on: #110
This commit is contained in:
sinhluu 2022-12-21 09:07:50 +00:00
commit 1f4edb64ab
1 changed files with 15 additions and 13 deletions

View File

@ -142,6 +142,8 @@ type WarehouseNatsResponse struct {
Configurations WarehouseConfiguration `json:"configurations"`
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
ReasonPendingInactive string `json:"reasonPendingInactive"`
IsPendingInactive bool `json:"isPendingInactive"`
}
// WarehouseInfo ...