Click or drag to resize

IAtomiaBillingApiGetTaxResult Method

Note: This API is now obsolete.

Gets the tax result.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
[ObsoleteAttribute("Use GetTaxRuleResult")]
TaxRuleResult GetTaxResult(
	string taxRuleName,
	Guid resellerId,
	Guid customerId,
	Guid itemId,
	string countryCode,
	string legalNumber
)

Parameters

taxRuleName
Type: SystemString
Name of the tax rule.
resellerId
Type: SystemGuid
The reseller id.
customerId
Type: SystemGuid
The customer id.
itemId
Type: SystemGuid
The item id.
countryCode
Type: SystemString
Country code.
legalNumber
Type: SystemString
Legal number.

Return Value

Type: TaxRuleResult
Tax result.
See Also