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
)
Public Shared Function ListByResellerAndCategory (
resellerId As Guid,
category As String
) As IList(Of TaxProfile)
public:
static IList<TaxProfile^>^ ListByResellerAndCategory(
Guid resellerId,
String^ category
)
static member ListByResellerAndCategory :
resellerId : Guid *
category : string -> IList<TaxProfile>
Parameters
- resellerId
- Type: SystemGuid
The reseller id. - category
- Type: SystemString
The category.
Return Value
Type:
IListTaxProfileList of tax profiles.
See Also