Gets or sets the bill-to contact's government issued Tax Exemption number.

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

Syntax

C#
protected string TaxExemptNumber { get; set; }
Visual Basic
Protected Property TaxExemptNumber As String
	Get
	Set
Visual C++
protected:
property String^ TaxExemptNumber {
	String^ get ();
	void set (String^ value);
}

Field Value

The bill-to contact's government issued Tax Exemption number

Remarks

If set, taxable items on this order will not be taxed. This may be set automatically when the BillToContactId is set if a TaxExemptNumber is defined on the CContact record.

See Also