E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

CashLetterId Property

A code used to uniquely identify the cash letter inside the file.

Syntax

ANSI (Cross Platform)
char* GetCashLetterId();
int SetCashLetterId(const char* lpszCashLetterId); Unicode (Windows) LPWSTR GetCashLetterId();
INT SetCashLetterId(LPCWSTR lpszCashLetterId);
@property (nonatomic,readwrite,assign,getter=cashLetterId,setter=setCashLetterId:) NSString* cashLetterId;
- (NSString*)cashLetterId;
- (void)setCashLetterId:(NSString*)newCashLetterId;
#define PID_CHECK21_CASHLETTERID 2

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 identifies the cash letter, and is assigned by the institution that creates the file. This property is part of the Cash Letter Header record (type 10), and is 8 characters in length. The same value will also be used in the Bundle Header Record (type 20) for the "Bundle Id".

Data Type

String

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