Click or drag to resize
IService3LProSupplierInvoicegetAllCurrencies Method

[This is preliminary documentation and is subject to change.]

Ger alla valutor

Namespace: _3LProServices.SupplierInvoiceService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
bool getAllCurrencies(
	out List<Currency> currencies,
	out List<string> errorMessages
)

Parameters

currencies
Type: System.Collections.GenericListCurrency
Lista med alla valutor
errorMessages
Type: System.Collections.GenericListString
Lista med eventuella felmeddelanden

Return Value

Type: Boolean
True - om allt har gått bra. False - det gick inte att hämta valutor
See Also