paymentFromBankId (property)

Number that identifies the bank where the money is to be withdrawn.

Syntax

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

Default Value

""

Remarks

Number that identifies the bank where the money is to be withdrawn.

This is required to be provided when a bill payment request has been made.

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