E-Banking Integrator V4 - Online Help
E-Banking Integrator V4
Questions / Feedback?

Transfer Property

Identifies the bank transfer to be initiated or modified.

Syntax

[VB.NET]
Public Property Transfer As TransferDetail

[C#]
public TransferDetail Transfer {get; set;}

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.

Default Value

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 4.0.6240.0