HostTranCode

class q2_sdk.core.install_steps.host_tran_code.HostTranCode(host_tran_code, tran_code_group_name, d_or_c, tran_code_desc, ofx_transaction_type_name, show_image=False, transaction_type=0, ofx_check_num_handling=0, show_transaction_item_detail=0, **kwargs)[source]

Bases: InstallStep

Interacts with the Q2_HostTranCode table

Parameters:
  • allow_editable – If False, will force all InstallStepAttributes’ to is_editable==False

  • required_install_step_attrs – An optional list of strings for names of install steps that will be forced to is_required==True

async install()[source]

Must be overridden in inherited class to work with install

async uninstall()[source]

Must be overridden in inherited class to work with remove_form