E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

bankName (property)

Name of the account holder's bank.

Syntax

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

Default Value

""

Remarks

Name of the account holder's bank. For example, Citibank, Wells-Fargo, Wachovia, etc. This property contains the name of the bank associated with the BankRoutingNumber.

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