ITaxPluginGetTax Method (Guid, Guid, Guid, TaxPartType, String, String, String, String) |
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 TaxRuleResult GetTax(
Guid resellerId,
Guid customerId,
Guid itemId,
TaxPartType taxPart,
string countryCode,
string countryTag,
string state,
string legalNumber
)
Function GetTax (
resellerId As Guid,
customerId As Guid,
itemId As Guid,
taxPart As TaxPartType,
countryCode As String,
countryTag As String,
state As String,
legalNumber As String
) As TaxRuleResult
TaxRuleResult^ GetTax(
Guid resellerId,
Guid customerId,
Guid itemId,
TaxPartType taxPart,
String^ countryCode,
String^ countryTag,
String^ state,
String^ legalNumber
)
abstract GetTax :
resellerId : Guid *
customerId : Guid *
itemId : Guid *
taxPart : TaxPartType *
countryCode : string *
countryTag : string *
state : string *
legalNumber : string -> TaxRuleResult
Parameters
- resellerId
- Type: SystemGuid
The reseller id. - customerId
- Type: SystemGuid
The customer id. - itemId
- Type: SystemGuid
The item id. - taxPart
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsTaxPartType
The tax part. - countryCode
- Type: SystemString
The country code. - countryTag
- Type: SystemString
The country tag. - state
- Type: SystemString
The state part of the customer's address. - legalNumber
- Type: SystemString
The legal number.
Return Value
Type:
TaxRuleResultGenerated tax rule.
See Also