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
)
Public Shared Function GetTaxes (
tax1Name As String,
tax2Name As String,
resellerId As Guid,
customerId As Guid,
itemId As Guid,
countryCode As String,
countryTag As String,
state As String,
legalNumber As String,
atomiaBillingApi As IAtomiaBillingApi
) As IList(Of ItemUsageTax)
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
)
static member GetTaxes :
tax1Name : string *
tax2Name : string *
resellerId : Guid *
customerId : Guid *
itemId : Guid *
countryCode : string *
countryTag : string *
state : string *
legalNumber : string *
atomiaBillingApi : IAtomiaBillingApi -> IList<ItemUsageTax>
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:
IListItemUsageTaxList of created item usage taxes.
See Also