QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

bankAccountName (property)

Refers to the account from which the funds are being drawn for this bill payment.

Syntax

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

Default Value

""

Remarks

For example, "Checking" or "Savings". This property is only applicable to the pmCheck PaymentMethod.

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