IPWorks OFX 2020 macOS Edition

Questions / Feedback?

Transfer Property

Identifies the bank transfer to be initiated or modified.

Syntax

public var transfer: TransferDetail {
get {...}
set {...} }

Remarks

This property is required to be provided when either TransferFunds or ModifyTransfer methods are called.

The following properties can be set:

FromBankId (required)
FromBranchId (applicable to international FIs only)
FromAccountId (required)
FromAccountType (required)
FromAccountKey (applicable to international FIs only)
ToBankId (required for interbank transfers only)
ToBranchId (applicable to international FIs only)
ToAccountId (optional)
ToAccountType (optional)
ToAccountKey (applicable to international FIs only)
Amount (required)
DateDue (applicable to scheduled transfers only)

This must be set to an instance of the TransferDetail type. See the TransferDetail type for more information.

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