E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

ReturnRoutingNumber Property

A routing number indicating the location to which returns and return notifications should be sent.

Syntax

ANSI (Cross Platform)
char* GetReturnRoutingNumber();
int SetReturnRoutingNumber(const char* lpszReturnRoutingNumber); Unicode (Windows) LPWSTR GetReturnRoutingNumber();
INT SetReturnRoutingNumber(LPCWSTR lpszReturnRoutingNumber);
@property (nonatomic,readwrite,assign,getter=returnRoutingNumber,setter=setReturnRoutingNumber:) NSString* returnRoutingNumber;
- (NSString*)returnRoutingNumber;
- (void)setReturnRoutingNumber:(NSString*)newReturnRoutingNumber;
#define PID_CHECK21_RETURNROUTINGNUMBER 47

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 routing number is specified by the institution that creates the file, and specifies the location to which returns, return notifications, and preliminary return notifications should be sent. This property is part of the Bundle Header record (type 20), 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]