paymentToBankId (property)

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

Syntax

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

Default Value

""

Remarks

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

This is optional, but if it is provided in the request, Payee detailed information is required to be provided as well (by providing payee details, such as name, address, phone, etc.) and not via PayeeId.

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