IHostDocumentsGetRatesQueryAsync Method

Gets product information.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<List<InfoProduct>> GetRatesQueryAsync(
	RateQuery rateQuery
)

Parameters

rateQuery  RateQuery
Ratequery.

Return Value

TaskListInfoProduct
List<InfoProduct> with the product information.

See Also