E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

note (property)

An informational note about this settlement that will be displayed in the payer's transaction history.

Syntax

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

Default Value

""

Remarks

Used during Capture or VoidTransaction.

This property is optional.

Character length and limits: 255 single-byte characters.

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