ITaxPluginGetTax Method (Guid, Guid, Guid, String, String) |
Note: This API is now obsolete.
Gets the tax for the speccified reseller, customer and item that is sold.
Namespace:
Atomia.Billing.Core.Sdk.Plugins
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax [ObsoleteAttribute]
TaxRuleResult GetTax(
Guid resellerId,
Guid customerId,
Guid itemId,
string countryCode,
string legalNumber
)
<ObsoleteAttribute>
Function GetTax (
resellerId As Guid,
customerId As Guid,
itemId As Guid,
countryCode As String,
legalNumber As String
) As TaxRuleResult
[ObsoleteAttribute]
TaxRuleResult^ GetTax(
Guid resellerId,
Guid customerId,
Guid itemId,
String^ countryCode,
String^ legalNumber
)
[<ObsoleteAttribute>]
abstract GetTax :
resellerId : Guid *
customerId : Guid *
itemId : Guid *
countryCode : string *
legalNumber : string -> TaxRuleResult
Parameters
- 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:
TaxRuleResultGenerated tax rule.
See Also