TransferInfo class

TransferInfo class

This class identifies accounts that are part of the transfer, amount of money to be transferred, and the date of the transfer.

The TransferInfo type exposes the following members:

Constructors

ConstructorDescription
TransferInfo()Initializes a new instance of TransferInfo class.

Properties

PropertyDescription
account_fromGets or sets the from of BankAccount or CreditCardAccount or LoanAccount.
account_toGets or sets the to of BankAccount or CreditCardAccount or LoanAccount.
transfer_amountGets or sets the amount of the transfer
loan_transaction_amountGets or sets the TransferInfo.loan_transaction_amount.
date_dueGets or sets the date that the transfer is to be sent.

See Also