E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

bankAccountNumber (property)

Bank account number for ACH transactions.

Syntax

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

Default Value

""

Remarks

Bank account number for ACH transactions. This property contains the customer's bank account number, which along with the BankRoutingNumber identify the location of the account where funds are to be drawn from for ACH transactions. This property is required for all ACH transactions.

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