Gets or sets the address number of the CAddress to which the COrder should be shipped.

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

Syntax

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

Field Value

The key to an address to which the COrder should be shipped.

Remarks

Supplying an address number is optional. Alternatively, the address components (line 1, city, state, etc.) can be supplied instead. If an address number is supplied, it must already exist in the database and it will then automatically fill the address components; otherwise an error is reported.

See Also