Click or drag to resize

InvoiceHelperGetInvoiceTaxRate Method

Gets the invoice tax rate.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static decimal GetInvoiceTaxRate(
	Invoice invoice,
	TaxPartType taxPart
)

Parameters

invoice
Type: Atomia.Billing.Core.Sdk.BusinessObjectsInvoice
The invoice.
taxPart
Type: Atomia.Billing.Core.Sdk.BusinessObjectsTaxPartType
The tax part.

Return Value

Type: Decimal
Invoice tax rate.
See Also