Skip to main content

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;
\SureCart\Models\Account::find();

Response Attributes