E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

transactionId (property)

Merchant-generated transaction Id used for all transactions.

Syntax

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

Default Value

""

Remarks

This property is used to send a merchant-generated transaction id to the Gateway, if the gateway supports that feature.

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