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

ConstructorDescription
CheckDescription()Initializes a new instance of CheckDescription class.

Properties

PropertyDescription
nameGets or sets the payee name or description.
check_numberGets or sets the check number.
user_dateGets or sets the date on check.
transaction_amountGets or sets the transaction amount.

See Also