Click or drag to resize
Infosoft Logo

IAddOnPriceServiceGetAddOnPricesExchange Method

Gets add on prices exchange.

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

Parameters

parameters  AddOnPriceParameters
Options for controlling the operation.

Return Value

ListAddOnPriceExchange
The add on prices exchange.
See Also