Determines whether the buyer should be taxed and for which country.

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

Syntax

C#
protected string GetTaxAuthorityVAT()
Visual Basic (Declaration)
Protected Function GetTaxAuthorityVAT As String
Visual C++
protected:
String^ GetTaxAuthorityVAT()

Return Value

The relevant VAT country; otherwise String.Empty.

See Also