Transfer Property
Identifies the bank transfer to be initiated or modified.
Syntax
public TransferDetail getTransfer(); public void setTransfer(TransferDetail transfer);
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.