OperationsNetwork

data class OperationsNetwork(val delete: Boolean?, val manualArchive: Boolean?, val collect: Boolean?, val highlight: Boolean?, val expandAvizo: Boolean?, val endOfWeekCollection: Boolean?)

Parameters

manualArchive
  • shipment can be manually (gesture) archived

delete
  • shipment can be manually deleted

collect
  • shipment can be remotely collected

highlight
  • shipment is ready to pick up - grouping

expandAvizo
  • shipment time to pick up can be expanded - show button

endOfWeekCollection
  • shipment will be available to pick up over the weekend - change colors

Constructors

Link copied to clipboard
constructor(delete: Boolean?, manualArchive: Boolean?, collect: Boolean?, highlight: Boolean?, expandAvizo: Boolean?, endOfWeekCollection: Boolean?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard