Click or drag to resize

ITaxPluginGetTax Method (Guid, Guid, Guid, String, String, String)

Note: This API is now obsolete.

Gets the tax.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
[ObsoleteAttribute]
TaxRuleResult GetTax(
	Guid resellerId,
	Guid customerId,
	Guid itemId,
	string countryCode,
	string countryTag,
	string legalNumber
)

Parameters

resellerId
Type: SystemGuid
The reseller id.
customerId
Type: SystemGuid
The customer id.
itemId
Type: SystemGuid
The item id.
countryCode
Type: SystemString
The country code.
countryTag
Type: SystemString
The country tag.
legalNumber
Type: SystemString
The legal number.

Return Value

Type: TaxRuleResult
Generated tax rule.
See Also