PendingTransaction

PendingTransaction class

This class describes a single pending transaction. It identifies the type of the transaction and the date it was initiated. The class can also provide additional information to help the customer recognize the transaction: check number, payee name, and memo.

public class PendingTransaction

Constructors

NameDescription
PendingTransaction()Initializes a new instance of PendingTransaction class.

Properties

NameDescription
Currency { get; set; }Gets or sets the Currency.
ExpireDate { get; set; }Gets or sets the date the hold on this transaction will expire. Only valid for TransactionType is HOLD.
ExtendedName { get; set; }Gets or sets the extended name of payee or description of transaction.
ImageDatas { get; set; }Gets or sets the collection of ImageData.
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.
ReferenceNumber { get; set; }Gets or sets the reference number, if any, for the transaction.
TransactionAmount { get; set; }Gets or sets the amount of transaction.
TransactionDate { get; set; }Gets or sets the date transaction was initiated.
TransactionType { get; set; }Gets or sets the transaction type.

See Also