CheckMailResponse
Contents
[
Hide
]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.
public class CheckMailResponse : AbstractMailResponse
Constructors
Name | Description |
---|---|
CheckMailResponse() | Initializes a new instance of CheckMailResponse class. |
Properties
Name | Description |
---|---|
BankAccountFrom { get; set; } | Gets or sets the from of BankAccount . |
CheckNumber { get; set; } | Gets or sets the check number. |
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 check. |
UserDate { get; set; } | Gets or sets the customer date on check. |
See Also
- class AbstractMailResponse
- namespace Aspose.Finance.Ofx.Bank
- assembly Aspose.Finance