Transfer Property

Identifies the bank transfer to be initiated or modified.

Syntax

public TransferDetail Transfer { get; set; }
Public Property Transfer As TransferDetail

Remarks

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

The following fields 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.

This property is not available at design time.

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