Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public int ShipToAddressNumber { get; set; } |
| Visual Basic |
|---|
Public Property ShipToAddressNumber As Integer Get Set |
| 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.