BankMailResponse

BankMailResponse class

Bank email response class.

public class BankMailResponse : AbstractMailResponse

Constructors

Name Description
BankMailResponse() Initializes a new instance of BankMailResponse class.

Properties

Name Description
AccountFrom { get; set; } Gets or sets the from of BankAccount or CreditCardAccount.
Mail { get; set; } Gets or sets the Mail.

See Also