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

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

Properties

PropertyDescription
bank_account_fromGets or sets the from of BankAccount.
mailGets or sets the DepositMailResponse.mail.
transaction_amountGets or sets the amount of deposit.
user_dateGets or sets the customer date of deposit.
feeGets or sets the fee assessed for NSF.

See Also