PaymentMethodEditDto
public class PaymentMethodEditDto : PaymentMethodDto, IHasPath, INotificationModel
Inheritance
- class PaymentMethodDto
- interface IHasPath
Namespace
Constructors
PaymentMethodEditDto
The default constructor.
public PaymentMethodEditDto()
Properties
Notifications
public List<Notification> Notifications { get; set; }
Path
public List<string> Path { get; set; }