Click or drag to resize

IAtomiaBillingApiGetTaxRuleResult Method

Gets the tax rule result.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
TaxRuleResult GetTaxRuleResult(
	string taxRuleName,
	TaxPartType taxPart,
	Guid resellerId,
	Guid customerId,
	Guid itemId,
	string countryCode,
	string countryState,
	string legalNumber
)

Parameters

taxRuleName
Type: SystemString
Name of the tax rule.
taxPart
Type: Atomia.Billing.Core.Sdk.BusinessObjectsTaxPartType
The tax part.
resellerId
Type: SystemGuid
The reseller id.
customerId
Type: SystemGuid
The customer id.
itemId
Type: SystemGuid
The item id.
countryCode
Type: SystemString
The country code.
countryState
Type: SystemString
The country state.
legalNumber
Type: SystemString
The legal number.

Return Value

Type: TaxRuleResult
Tax rule result.
See Also