E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

CycleNumber Property

Denotes the cycle under which the file is created.

Syntax

ANSI (Cross Platform)
char* GetCycleNumber();
int SetCycleNumber(const char* lpszCycleNumber); Unicode (Windows) LPWSTR GetCycleNumber();
INT SetCycleNumber(LPCWSTR lpszCycleNumber);
@property (nonatomic,readwrite,assign,getter=cycleNumber,setter=setCycleNumber:) NSString* cycleNumber;
- (NSString*)cycleNumber;
- (void)setCycleNumber:(NSString*)newCycleNumber;
#define PID_CHECK21_CYCLENUMBER 29

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

Default Value

""

Remarks

This code is assigned by the institution that creates the file. This property is part of the Bundle Header record (type 20) and Image View Data record (type 52).

Data Type

String

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