Logoff module

Logoff

class q2_sdk.hq.hq_api.backoffice.Logoff.ParamsObj(logger, hq_credentials)[source]

Bases: BackOfficeAuthenticatedParamsObj

Parameters definition for Logoff

Parameters:
  • logger (TypeAliasType) – Reference to calling request’s logger (self.logger in your extension)

  • hq_credentials (BackOfficeHqCredentials) – BackOfficeHqCredentials instance

async q2_sdk.hq.hq_api.backoffice.Logoff.execute(params_obj, **kwargs)[source]
Parameters:

params_obj (ParamsObj) – Object containing everything necessary to call this HQ endpoint

Return type:

HqResponse