Namespace:
Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public string ShipToContactId { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ShipToContactId As String |
| Visual C++ |
|---|
public: property String^ ShipToContactId { String^ get (); void set (String^ value); } |
Field Value
The key to the Contact to whom this COrder is to be shipped.
Remarks
The ID must not be more than 10 characters long and the Contact must already exist in the destination database;
otherwise an error is reported.
Setting ShipToContactId will also set CustomerTypeCode and ShipToAddressNumber for this COrder.