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
)
Public Shared Function GetInvoiceTaxRate (
invoice As Invoice,
taxPart As TaxPartType
) As Decimal
public:
static Decimal GetInvoiceTaxRate(
Invoice^ invoice,
TaxPartType taxPart
)
static member GetInvoiceTaxRate :
invoice : Invoice *
taxPart : TaxPartType -> decimal
Parameters
- invoice
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsInvoice
The invoice. - taxPart
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsTaxPartType
The tax part.
Return Value
Type:
DecimalInvoice tax rate.
See Also