E-Payment Integrator 2020 Python Edition

Questions / Feedback?

check_number Property

Indicates the check number to use for a transaction.

Syntax

def get_check_number() -> str: ...
def set_check_number(value: str) -> None: ...

check_number = property(get_check_number, set_check_number)

Default Value

""

Remarks

This optional property allows the customer to select a check number to use for this ACH transaction. This property is only supported by the iTransact and NetBilling gateways.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 Python Edition - Version 20.0 [Build 7941]