Click or drag to resize

InvoiceHelperGetInvoiceLineTaxes Method

Gets the invoice line 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 List<InvoiceLineTax> GetInvoiceLineTaxes(
	string itemTax1,
	string itemTax2,
	Guid resellerId,
	Guid customerId,
	Guid itemId,
	string countryCode,
	string countryTag,
	string customerCountryState,
	string legalNumber,
	IAtomiaBillingApi atomiaBillingApi
)

Parameters

itemTax1
Type: SystemString
The item tax1.
itemTax2
Type: SystemString
The item 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.
customerCountryState
Type: SystemString
State of the customer country.
legalNumber
Type: SystemString
The legal number.
atomiaBillingApi
Type: Atomia.Billing.Core.SdkIAtomiaBillingApi
The atomia billing API.

Return Value

Type: ListInvoiceLineTax
List of created invoice line taxes.
See Also