TransferInfo
Contents
[
Hide
]TransferInfo class
This class identifies accounts that are part of the transfer, amount of money to be transferred, and the date of the transfer.
public class TransferInfo
Constructors
| Name | Description |
|---|---|
| TransferInfo() | Initializes a new instance of TransferInfo class. |
Properties
| Name | Description |
|---|---|
| AccountFrom { get; set; } | Gets or sets the from of BankAccount or CreditCardAccount or LoanAccount. |
| AccountTo { get; set; } | Gets or sets the to of BankAccount or CreditCardAccount or LoanAccount. |
| DateDue { get; set; } | Gets or sets the date that the transfer is to be sent. |
| LoanTransactionAmount { get; set; } | Gets or sets the LoanTransactionAmount. |
| TransferAmount { get; set; } | Gets or sets the amount of the transfer |
See Also
- namespace Aspose.Finance.Ofx
- assembly Aspose.Finance