Api\StarterKit\Utils\Constants::getParameterKeyAccountId PHP Method

getParameterKeyAccountId() public static method

Get the account id parameter key
public static getParameterKeyAccountId ( ) : mixed
return mixed
    public static function getParameterKeyAccountId()
    {
        return config('consts.ParameterAccountId');
    }