E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

OriginContactPhone Property

The phone number of the ContactName at the institution that created the file.

Syntax

ANSI (Cross Platform)
char* GetOriginContactPhone();
int SetOriginContactPhone(const char* lpszOriginContactPhone); Unicode (Windows) LPWSTR GetOriginContactPhone();
INT SetOriginContactPhone(LPCWSTR lpszOriginContactPhone);
@property (nonatomic,readwrite,assign,getter=originContactPhone,setter=setOriginContactPhone:) NSString* originContactPhone;
- (NSString*)originContactPhone;
- (void)setOriginContactPhone:(NSString*)newOriginContactPhone;
#define PID_CHECK21_ORIGINCONTACTPHONE 43

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

The phone number of the OriginContactName at the institution that created the file. This property is part of the Cash Letter Header record (type 10) and File Control record (type 99), and is 10 characters in length.

This property is not available at design time.

Data Type

String

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