DepositMailResponse

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.

public class DepositMailResponse : AbstractMailResponse

Constructors

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

Properties

NameDescription
BankAccountFrom { get; set; }Gets or sets the from of BankAccount.
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 deposit.
UserDate { get; set; }Gets or sets the customer date of deposit.

See Also