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 string BillToContactId { get; set; } |
| Visual Basic |
|---|
Public Property BillToContactId As String Get Set |
| Visual C++ |
|---|
public: property String^ BillToContactId { String^ get (); void set (String^ value); } |
Field Value
The key to the CContact to whom this order is to be billed.
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 BillToContactId
will also set TaxExemptNumber, TermsCode, TaxAuthorityCode1,
TaxAuthorityCode2, TaxAuthorityCode3 if these are defined on the bill-to contact's
financial profile (FinancialProfile).