CheckMailResponse class

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.

Inheritance: CheckMailResponseAbstractMailResponse

The CheckMailResponse type exposes the following members:

Constructors

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

Properties

Property Description
bank_account_from Gets or sets the from of BankAccount.
mail Gets or sets the CheckMailResponse.mail.
check_number Gets or sets the check number.
transaction_amount Gets or sets the amount of check.
user_date Gets or sets the customer date on check.
fee Gets or sets the fee assessed for NSF.

See Also