AccountsHelperGetAccountDetailsFromDatabase Method |
Gets the account details for account specified with id.
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 AccountDetails GetAccountDetailsFromDatabase(
Guid accountId
)
Public Shared Function GetAccountDetailsFromDatabase (
accountId As Guid
) As AccountDetails
public:
static AccountDetails^ GetAccountDetailsFromDatabase(
Guid accountId
)
static member GetAccountDetailsFromDatabase :
accountId : Guid -> AccountDetails
Parameters
- accountId
- Type: SystemGuid
The account id.
Return Value
Type:
AccountDetailsRequested account details or
null if not found.
See Also