Click or drag to resize
Infosoft Logo

IAddOnPriceServiceGetAddOnPrices Method

Gets add on prices.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Subscriptions
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
List<AddOnPrice> GetAddOnPrices(
	AddOnPriceParameters parameters
)

Parameters

parameters  AddOnPriceParameters
Options for controlling the operation.

Return Value

ListAddOnPrice
The add on prices.
See Also