AccountsHelperGetAccountDetails Method (String) |
Gets the account details by hash.
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 GetAccountDetails(
string accountHash
)
Public Shared Function GetAccountDetails (
accountHash As String
) As AccountDetails
public:
static AccountDetails^ GetAccountDetails(
String^ accountHash
)
static member GetAccountDetails :
accountHash : string -> AccountDetails
Parameters
- accountHash
- Type: SystemString
The account hash.
Return Value
Type:
AccountDetailsRequested account details or
null if not found.
See Also