DecideSuspectGt module
DecideSuspectGt
- class q2_sdk.hq.hq_api.backoffice.DecideSuspectGt.ParamsObj(logger, hq_credentials, transaction_id, gt_case_decision_reason_id, note, authorize_transaction)[source]
Bases:
BackOfficeAuthenticatedParamsObj
Parameters definition for DecideSuspectGt
- Parameters:
logger (
TypeAliasType
) – Reference to calling request’s logger (self.logger in your extension)transaction_id (
int
) – The transaction ID of the suspect transactiongt_case_decision_reason_id (
int
) – The id of the case decision reason (See DB Object)note (
str
) – Note on the decisionauthorize_transaction (
bool
) – Boolean for authorizing the transactionhq_credentials (
BackOfficeHqCredentials
) – BackOfficeHqCredentials instance