E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

checkNumber (property)

Indicates the check number to use for a transaction.

Syntax

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

Default Value

""

Remarks

This optional property allows the customer to select a check number to use for this ACH transaction. This property is only supported by the iTransact and NetBilling gateways.

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