DepositMailResponse class

DepositMailResponse class

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

Inheritance: DepositMailResponseAbstractMailResponse

The DepositMailResponse type exposes the following members:

Constructors

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

Properties

Property Description
bank_account_from Gets or sets the from of BankAccount.
mail Gets or sets the DepositMailResponse.mail.
transaction_amount Gets or sets the amount of deposit.
user_date Gets or sets the customer date of deposit.
fee Gets or sets the fee assessed for NSF.

See Also