BankMailResponse

BankMailResponse class

Bank email response class.

public class BankMailResponse : AbstractMailResponse

Constructors

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

Properties

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

See Also