Click or drag to resize

IAtomiaBillingApiGetTaxRuleResultBulk Method

Gets the tax rule results for items.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
IList<ItemTaxRuleResult> GetTaxRuleResultBulk(
	IList<Guid> itemIds,
	Guid resellerId,
	Guid customerId,
	string countryCode,
	string countryState,
	string legalNumber
)

Parameters

itemIds
Type: System.Collections.GenericIListGuid
List of item ids.
resellerId
Type: SystemGuid
The reseller id.
customerId
Type: SystemGuid
The customer id.
countryCode
Type: SystemString
The country code.
countryState
Type: SystemString
The country state.
legalNumber
Type: SystemString
The legal number.

Return Value

Type: IListItemTaxRuleResult
List of item tax rule result.
See Also