IHostDocumentsGetTaxDataAsync(String, String, NullableDateTime) Method

Get the information of the indicated tax, treatment may be required asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<TaxData> GetTaxDataAsync(
	string vatCode,
	string taxTreatmentCode,
	DateTime? dateDocument = null
)

Parameters

vatCode  String
VAT code.
taxTreatmentCode  String
Taxt treatment code.
dateDocument  NullableDateTime  (Optional)
Document date.

Return Value

TaskTaxData
List<TaxData> with the information of the indicated tax.

See Also