PendingTransaction class

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.

The PendingTransaction type exposes the following members:

Constructors

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

Properties

Property Description
transaction_type Gets or sets the transaction type.
transaction_date Gets or sets the date transaction was initiated.
expire_date Gets or sets the date the hold on this transaction will expire. Only valid for TransactionType is HOLD.
transaction_amount Gets or sets the amount of transaction.
reference_number Gets or sets the reference number, if any, for the transaction.
name Gets or sets the name of payee or description of transaction.
extended_name Gets or sets the extended name of payee or description of transaction.
memo Gets or sets the extra information
image_datas Gets or sets the collection of ImageData.
currency Gets or sets the PendingTransaction.currency.
origin_currency Gets or sets the Origin PendingTransaction.currency.

See Also