CheckDescription

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.

public class CheckDescription : AbstractCheckInfo

Constructors

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

Properties

NameDescription
CheckNumber { get; set; }Gets or sets the check number.
Name { get; set; }Gets or sets the payee name or description.
TransactionAmount { get; set; }Gets or sets the transaction amount.
UserDate { get; set; }Gets or sets the date on check.

See Also