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

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

Properties

PropertyDescription
bank_account_fromGets or sets the from of BankAccount.
mailGets or sets the CheckMailResponse.mail.
check_numberGets or sets the check number.
transaction_amountGets or sets the amount of check.
user_dateGets or sets the customer date on check.
feeGets or sets the fee assessed for NSF.

See Also