E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

CheckNumber Property

Indicates the check number to use for a transaction.

Syntax

ANSI (Cross Platform)
char* GetCheckNumber();
int SetCheckNumber(const char* lpszCheckNumber); Unicode (Windows) LPWSTR GetCheckNumber();
INT SetCheckNumber(LPCWSTR lpszCheckNumber);
@property (nonatomic,readwrite,assign,getter=checkNumber,setter=setCheckNumber:) NSString* checkNumber;
- (NSString*)checkNumber;
- (void)setCheckNumber:(NSString*)newCheckNumber;
#define PID_ECHECK_CHECKNUMBER 7

INPAY_EXTERNAL void* INPAY_CALL InPay_ECheck_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INPAY_EXTERNAL int INPAY_CALL InPay_ECheck_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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

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