setup-holiday-warehouse-admin #110
|
@ -142,6 +142,8 @@ type WarehouseNatsResponse struct {
|
|||
Configurations WarehouseConfiguration `json:"configurations"`
|
||||
CreatedAt time.Time `json:"createdAt"`
|
||||
UpdatedAt time.Time `json:"updatedAt"`
|
||||
IsPendingActive bool `json:"isPendingActive"`
|
||||
ReasonPendingInactive string `json:"reasonPendingInactive"`
|
||||
}
|
||||
|
||||
// WarehouseInfo ...
|
||||
|
|
Loading…
Reference in New Issue