E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

Level2Aggregate Property

The level 2 aggregate containing the data to be sent in the request.

Syntax

ANSI (Cross Platform)
char* GetLevel2Aggregate();
int SetLevel2Aggregate(const char* lpszLevel2Aggregate); Unicode (Windows) LPWSTR GetLevel2Aggregate();
INT SetLevel2Aggregate(LPCWSTR lpszLevel2Aggregate);
@property (nonatomic,readwrite,assign,getter=level2Aggregate,setter=setLevel2Aggregate:) NSString* level2Aggregate;
- (NSString*)level2Aggregate;
- (void)setLevel2Aggregate:(NSString*)newLevel2Aggregate;
#define PID_ICHARGE_LEVEL2AGGREGATE 27

INPAY_EXTERNAL void* INPAY_CALL InPay_ICharge_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INPAY_EXTERNAL int INPAY_CALL InPay_ICharge_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property is used to specify the level 2 aggregate obtained from Level2 class. When specified, the class will parse the aggregate and send the specified values within the transaction request to process the transaction as a level 2 transaction.

Data Type

String

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