PendingTransactionList

PendingTransactionList class

Pending statement transaction data collection class

public class PendingTransactionList

Constructors

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

Properties

NameDescription
DateAsOf { get; set; }Gets or sets the date and time this set of pending transactions was generated.
PendingTransactions { get; set; }Gets or sets the collection of PendingTransaction.

See Also