DepositMailResponse
Contents
[
Hide
]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
Name | Description |
---|---|
DepositMailResponse() | Initializes a new instance of DepositMailResponse class. |
Properties
Name | Description |
---|---|
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
- class AbstractMailResponse
- namespace Aspose.Finance.Ofx.Bank
- assembly Aspose.Finance