Class Ecommerce.Rma.UserInfoChangedArgs
- Namespace
- Dynamicweb.Ecommerce.Notifications
- Assembly
- Dynamicweb.Ecommerce.dll
This is the NotificationArgs object for UserInfoChanged.
public class Ecommerce.Rma.UserInfoChangedArgs : NotificationArgs
- Inheritance
-
Ecommerce.Rma.UserInfoChangedArgs
- Inherited Members
Constructors
UserInfoChangedArgs(ReturnMerchandiseAuthorization)
Initializes a new instance of the Ecommerce.Rma.UserInfoChangedArgs
public UserInfoChangedArgs(ReturnMerchandiseAuthorization rma)
Parameters
rma
ReturnMerchandiseAuthorizationThe RMA
Properties
Rma
Gets the ReturnMerchandiseAuthorization.
public ReturnMerchandiseAuthorization Rma { get; }