E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

BusinessDate Property

The year, month, and day that designates the business date at the Bank of First Deposit.

Syntax

ANSI (Cross Platform)
char* GetBusinessDate();
int SetBusinessDate(const char* lpszBusinessDate); Unicode (Windows) LPWSTR GetBusinessDate();
INT SetBusinessDate(LPCWSTR lpszBusinessDate);
@property (nonatomic,readwrite,assign,getter=businessDate,setter=setBusinessDate:) NSString* businessDate;
- (NSString*)businessDate;
- (void)setBusinessDate:(NSString*)newBusinessDate;
#define PID_CHECK21_BUSINESSDATE 1

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 property is 8 characters in length and in the format "YYYYMMDD". If no value is supplied in this property the current system date will be used.

This property is part of the Cash Letter Header record (type 10), Bundle Header record (type 20), Check Detail Addendum A record (type 26), 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]