Gets the remittance number this Financial Entity uses for the Canadian Goods and Services Tax. Set only if TaxType is TaxCanadian.

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

Syntax

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

See Also