ServiceChange

ServiceChange class

Service change class.

public class ServiceChange : AbstractServiceAction

Constructors

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

Properties

NameDescription
AccountFrom { get; set; }Gets or sets the from of BankAccount or CreditCardAccount or InvestmentAccount or PresentmentAccount.
AccountTo { get; set; }Gets or sets the to of BankAccount or CreditCardAccount or InvestmentAccount or PresentmentAccount.

See Also