CheckNumber Property
Indicates the check number to use for a transaction.
Object Oriented Interface
public function getCheckNumber(); public function setCheckNumber($value);
Procedural Interface
inpay_echeck_get($res, 7 ); inpay_echeck_set($res, 7, $value );
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.
Data Type
String