E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

level2Aggregate (property)

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

Syntax

@property (nonatomic,readwrite,assign,getter=level2Aggregate,setter=setLevel2Aggregate:) NSString* level2Aggregate;
- (NSString*)level2Aggregate;
- (void)setLevel2Aggregate:(NSString*)newLevel2Aggregate;
public var level2Aggregate: String {
  get {...}
set {...} }

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.

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