IService3LProSupplierInvoicegetAllCurrencies Method |
[This is preliminary documentation and is subject to change.]
Ger alla valutor
Namespace: _3LProServices.SupplierInvoiceServiceAssembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntaxbool getAllCurrencies(
out List<Currency> currencies,
out List<string> errorMessages
)
Function getAllCurrencies (
<OutAttribute> ByRef currencies As List(Of Currency),
<OutAttribute> ByRef errorMessages As List(Of String)
) As Boolean
Parameters
- currencies
- Type: System.Collections.GenericListCurrency
Lista med alla valutor - errorMessages
- Type: System.Collections.GenericListString
Lista med eventuella felmeddelanden
Return Value
Type:
BooleanTrue - om allt har gått bra. False - det gick inte att hämta valutor
See Also