Click or drag to resize

TaxHelperGetTaxResult Method (String, Guid, Guid, Guid, String, String, String, IAtomiaBillingApi)

Note: This API is now obsolete.

Gets the tax result for tax rule.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
[ObsoleteAttribute]
public static TaxRuleResult GetTaxResult(
	string taxRuleName,
	Guid resellerId,
	Guid customerId,
	Guid itemId,
	string countryCode,
	string countryTag,
	string legalNumber,
	IAtomiaBillingApi atomiaBillingApi
)

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
The country code.
countryTag
Type: SystemString
The country tag.
legalNumber
Type: SystemString
Legal number.
atomiaBillingApi
Type: Atomia.Billing.Core.SdkIAtomiaBillingApi
IAtomiaBillingApi instance.

Return Value

Type: TaxRuleResult
Tax result.
See Also