Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListRequest ¶
type ListRequest struct {
}
type ListResponse ¶
type ListResponse struct {
Result []ListResponseResult `json:"result"`
}
type ListResponseResult ¶
type ListResponseResult struct {
HasEntrustedAcceptance bool `json:"has_entrusted_acceptance"`
IsRFBS bool `json:"is_rfbs"`
Name string `json:"name"`
WarehouseID int64 `json:"warehouse_id"`
CanPrintActInAdvance bool `json:"can_print_act_in_advance"`
FirstMileType ListResponseResultFirstMileType `json:"first_mile_type"`
HasPostingsLimit bool `json:"has_postings_limit"`
IsKarantin bool `json:"is_karantin"`
IsKGT bool `json:"is_kgt"`
IsTimetableEditable bool `json:"is_timetable_editable"`
MinPostingsLimit int32 `json:"min_postings_limit"`
PostingsLimit int32 `json:"postings_limit"`
MinWorkingDays int64 `json:"min_working_days"`
Status string `json:"status"`
WorkingDays []int32 `json:"working_days"`
}
Click to show internal directories.
Click to hide internal directories.