IHostDocumentsGetTaxDataAsync(Decimal, String, NullableDateTime) Method
Get the information of the indicated tax, treatment may be required asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<TaxData> GetTaxDataAsync(
decimal percent,
string taxTreatmentCode,
DateTime? dateDocument = null
)
Function GetTaxDataAsync (
percent As Decimal,
taxTreatmentCode As String,
Optional dateDocument As DateTime? = Nothing
) As Task(Of TaxData)
- percent Decimal
- Percent value.
- taxTreatmentCode String
- Taxt treatment code.
- dateDocument NullableDateTime (Optional)
- Document date.
TaskTaxDataList<
TaxData> with the information of the indicated tax.