LoanStatementTransaction
Contents
[
Hide
]LoanStatementTransaction class
This class describes a single transaction. It identifies the type of the transaction and the date it was posted.The class can also provide additional information to help the customer recognize the transaction: check number, name, memo and images.
public class LoanStatementTransaction
Constructors
Name | Description |
---|---|
LoanStatementTransaction() | Initializes a new instance of LoanStatementTransaction class. |
Properties
Name | Description |
---|---|
AccountTo { get; set; } | Gets or sets the to account, BankAccount or LoanAccount . |
CheckNumber { get; set; } | Gets or sets the check number. |
CorrectFITransactionId { get; set; } | Gets or sets the corrected transaction ID. If present, the FITransactionId of a previously sent transaction that is corrected by this record. |
CorrectiveAction { get; set; } | Gets or sets the corrective action. |
Currency { get; set; } | Gets or sets the Currency . |
ExtendedName { get; set; } | Gets or sets the extended name of payee or description of transaction. |
FITransactionId { get; set; } | Gets or sets the transaction ID issued by financial institution. |
ImageDatas { get; set; } | Gets or sets the collection of ImageData . |
LoanTransactionAmount { get; set; } | Gets or sets the LoanTransactionAmount . |
LoanTransactionType { get; set; } | Gets or sets the loan transaction type. |
Memo { get; set; } | Gets or sets the extra information. |
Name { get; set; } | Gets or sets the name of payee or description of transaction. |
OriginCurrency { get; set; } | Gets or sets the Origin Currency . |
PostedDate { get; set; } | Gets or sets the date transaction was posted to account. |
ReferenceNumber { get; set; } | Gets or sets the reference number that uniquely identifies the transaction. |
ServerTransactionId { get; set; } | Gets or sets the server assigned transaction ID. |
TransactionAmount { get; set; } | Gets or sets the amount of transaction. |
UserDate { get; set; } | Gets or sets the date user initiated transaction, if known. |
See Also
- namespace Aspose.Finance.Ofx.Loan
- assembly Aspose.Finance