TaxHelperGetTaxResult Method (String, TaxPartType, Guid, Guid, Guid, String, String, String, String, IAtomiaBillingApi) |
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 public static TaxRuleResult GetTaxResult(
string taxRuleName,
TaxPartType taxPart,
Guid resellerId,
Guid customerId,
Guid itemId,
string countryCode,
string countryTag,
string state,
string legalNumber,
IAtomiaBillingApi atomiaBillingApi
)
Public Shared Function GetTaxResult (
taxRuleName As String,
taxPart As TaxPartType,
resellerId As Guid,
customerId As Guid,
itemId As Guid,
countryCode As String,
countryTag As String,
state As String,
legalNumber As String,
atomiaBillingApi As IAtomiaBillingApi
) As TaxRuleResult
public:
static TaxRuleResult^ GetTaxResult(
String^ taxRuleName,
TaxPartType taxPart,
Guid resellerId,
Guid customerId,
Guid itemId,
String^ countryCode,
String^ countryTag,
String^ state,
String^ legalNumber,
IAtomiaBillingApi^ atomiaBillingApi
)
static member GetTaxResult :
taxRuleName : string *
taxPart : TaxPartType *
resellerId : Guid *
customerId : Guid *
itemId : Guid *
countryCode : string *
countryTag : string *
state : string *
legalNumber : string *
atomiaBillingApi : IAtomiaBillingApi -> TaxRuleResult
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. - countryTag
- Type: SystemString
The country tag. - state
- Type: SystemString
The state. - legalNumber
- Type: SystemString
Legal number. - atomiaBillingApi
- Type: Atomia.Billing.Core.SdkIAtomiaBillingApi
IAtomiaBillingApi instance.
Return Value
Type:
TaxRuleResultTax result.
See Also