Gets or sets the ContactId of the CContact to whom this COrder is to be billed.

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

Syntax

C#
public string BillToContactId { get; set; }
Visual Basic (Declaration)
Public Property BillToContactId As String
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).

See Also