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.2.0

Syntax

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