Gets or sets the date and time at which the shipping papers were generated/printed for this order.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public DateTime ShipPapersOn { get; set; }
Visual Basic (Declaration)
Public Property ShipPapersOn As DateTime
Visual C++
public:
property DateTime ShipPapersOn {
	DateTime get ();
	void set (DateTime value);
}

Field Value

The date and time at which the shipping papers (packing slip) were generated/printed for this order.

Remarks

This date/time is normally set automatically by iMIS when the Ship Papers processing step is run for the order.

See Also