Click or drag to resize

TaxProfileHelperListByResellerAndCategory Method

Lists the tax profiles by reseller and category.

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 IList<TaxProfile> ListByResellerAndCategory(
	Guid resellerId,
	string category
)

Parameters

resellerId
Type: SystemGuid
The reseller id.
category
Type: SystemString
The category.

Return Value

Type: IListTaxProfile
List of tax profiles.
See Also