E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

Level3Aggregate Property

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

Syntax

ANSI (Cross Platform)
char* GetLevel3Aggregate();
int SetLevel3Aggregate(const char* lpszLevel3Aggregate); Unicode (Windows) LPWSTR GetLevel3Aggregate();
INT SetLevel3Aggregate(LPCWSTR lpszLevel3Aggregate);
@property (nonatomic,readwrite,assign,getter=level3Aggregate,setter=setLevel3Aggregate:) NSString* level3Aggregate;
- (NSString*)level3Aggregate;
- (void)setLevel3Aggregate:(NSString*)newLevel3Aggregate;
#define PID_RETAIL_LEVEL3AGGREGATE 29

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

Default Value

""

Remarks

This property is used to specify the level 3 aggregate obtained from Level3 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 3 transaction.

Data Type

String

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