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

Constructor Description
TransferInfo() Initializes a new instance of TransferInfo class.

Properties

Property Description
account_from Gets or sets the from of BankAccount or CreditCardAccount or LoanAccount.
account_to Gets or sets the to of BankAccount or CreditCardAccount or LoanAccount.
transfer_amount Gets or sets the amount of the transfer
loan_transaction_amount Gets or sets the TransferInfo.loan_transaction_amount.
date_due Gets or sets the date that the transfer is to be sent.

See Also