transferToAccountId (property)

Account number where the bank transfer ((being initiated, modified or synchronized) is made to.

Syntax

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

Default Value

""

Remarks

Account number where the bank transfer ((being initiated, modified or synchronized) is made to.

This is required to be provided when initiating or modifying a transfer (i.e., when TransferFunds or ModifyTransfer methods are called).

It is returned in the server response for each transfer being synchronized (when the SynchronizeTransfers method is called).

If TransferToAccountType is set to CreditCard, the TransferToAccountId is a credit card account number.

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