Gets the VAT Branch ID number for the Financial Entity (optional). Set only if TaxType is TaxVat.

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

Syntax

C#
public string VatBranchId { get; }
Visual Basic
Public ReadOnly Property VatBranchId As String
	Get
Visual C++
public:
property String^ VatBranchId {
	String^ get ();
}

See Also