CheckDescription class

CheckDescription class

A check description must include a payee name or description. It can also include a check number, the date the user wrote the check, and a transaction amount.

Inheritance: CheckDescriptionAbstractCheckInfo

The CheckDescription type exposes the following members:

Constructors

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

Properties

Property Description
name Gets or sets the payee name or description.
check_number Gets or sets the check number.
user_date Gets or sets the date on check.
transaction_amount Gets or sets the transaction amount.

See Also