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.3.0

Syntax

C#
protected DateTime ShipPapersOn { get; set; }
Visual Basic
Protected Property ShipPapersOn As DateTime
	Get
	Set
Visual C++
protected:
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