Click or drag to resize

UsageReportHelperGetTaxes Method

Gets the item usage taxes.

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<ItemUsageTax> GetTaxes(
	string tax1Name,
	string tax2Name,
	Guid resellerId,
	Guid customerId,
	Guid itemId,
	string countryCode,
	string countryTag,
	string state,
	string legalNumber,
	IAtomiaBillingApi atomiaBillingApi
)

Parameters

tax1Name
Type: SystemString
Name of the tax1.
tax2Name
Type: SystemString
Name of the tax2.
resellerId
Type: SystemGuid
The reseller id.
customerId
Type: SystemGuid
The customer id.
itemId
Type: SystemGuid
The item id.
countryCode
Type: SystemString
The country code.
countryTag
Type: SystemString
The country tag.
state
Type: SystemString
The state.
legalNumber
Type: SystemString
The legal number.
atomiaBillingApi
Type: Atomia.Billing.Core.SdkIAtomiaBillingApi
The atomia billing API.

Return Value

Type: IListItemUsageTax
List of created item usage taxes.
See Also