CheckMailResponse

CheckMailResponse class

Check mail notification message response class. The server returns this response (when a check has been returned), if it receives a banking e-mail synchronization message.

public class CheckMailResponse : AbstractMailResponse

Constructors

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

Properties

NameDescription
BankAccountFrom { get; set; }Gets or sets the from of BankAccount.
CheckNumber { get; set; }Gets or sets the check number.
Fee { get; set; }Gets or sets the fee assessed for NSF.
Mail { get; set; }Gets or sets the Mail.
TransactionAmount { get; set; }Gets or sets the amount of check.
UserDate { get; set; }Gets or sets the customer date on check.

See Also