Provides Account API interfaces.
https://www.omise.co/account-api
Retrieve the account
t() :: %Omise.Account{created: String.t, email: String.t, id: String.t, location: String.t, object: String.t}
retrieve(Keyword.t) :: {:ok, t} | {:error, Omise.Error.t}
Retrieve the account.
Returns {:ok, account} if the request is successful, {:error, error} otherwise.
{:ok, account}
{:error, error}
Omise.Account.retrieve Omise.Account.retrieve(key: "skey_56ia27lqtvg32u7iww8")