E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

transactionAmount (property)

Purchase amount for an authorization transaction.

Syntax

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

Default Value

""

Remarks

This field contains the transaction amount to be authorized. Gateways may have differing requirements for how the TransactionAmount should be formatted, so refer to the ICharge Gateway Setup page for details on the gateway you are using.

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