Click or drag to resize

IAtomiaBillingApiGetItemDetails Method

Gets the item details.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Item GetItemDetails(
	Guid itemId,
	Guid resellerId,
	string countryCode,
	Guid currencyId,
	string vatNumber
)

Parameters

itemId
Type: SystemGuid
The item id.
resellerId
Type: SystemGuid
The reseller id.
countryCode
Type: SystemString
The country code.
currencyId
Type: SystemGuid
The currency id.
vatNumber
Type: SystemString
The vat number.

Return Value

Type: Item
Item with all details.
See Also