Find
Retrieves details of the current account.
Getting a cached version
Sometimes it may be important to get a cached version of the Account, which you can use our account service:
$account = \SureCart::account()
$account->currency;
$account->brand;
Non-Cached Version (Not recommended)
\SureCart\Models\Account::find();