E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

DestinationName Property

The short name that identifies the institution that receives the file.

Syntax

ANSI (Cross Platform)
char* GetDestinationName();
int SetDestinationName(const char* lpszDestinationName); Unicode (Windows) LPWSTR GetDestinationName();
INT SetDestinationName(LPCWSTR lpszDestinationName);
@property (nonatomic,readwrite,assign,getter=destinationName,setter=setDestinationName:) NSString* destinationName;
- (NSString*)destinationName;
- (void)setDestinationName:(NSString*)newDestinationName;
#define PID_CHECK21_DESTINATIONNAME 30

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 part of the File Header record (type 01), and is exactly 9 characters long, including the check digit.

Data Type

String

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