AccountsHelperGetAccounts Method (ListGuid) |
Gets the accounts with the given ids.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public static List<Account> GetAccounts(
List<Guid> accountIds
)
Public Shared Function GetAccounts (
accountIds As List(Of Guid)
) As List(Of Account)
public:
static List<Account^>^ GetAccounts(
List<Guid>^ accountIds
)
static member GetAccounts :
accountIds : List<Guid> -> List<Account>
Parameters
- accountIds
- Type: System.Collections.GenericListGuid
The ids of the accounts.
Return Value
Type:
ListAccountA list of the accounts.
See Also