Class SaveTransferCreditTypeApprovedCreditRestrictionEventArgs
Represents arguments to SaveTransferCreditTypeApprovedCreditRestrictionEventArgs.
Inheritance
System.Object
SaveTransferCreditTypeApprovedCreditRestrictionEventArgs
Namespace: Cmc.Nexus.Admissions.Events
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class SaveTransferCreditTypeApprovedCreditRestrictionEventArgs : ServiceEventArgs<SaveTransferCreditTypeApprovedCreditRestrictionRequest, SaveTransferCreditTypeApprovedCreditRestrictionResponse>
Constructors
SaveTransferCreditTypeApprovedCreditRestrictionEventArgs(SaveTransferCreditTypeApprovedCreditRestrictionRequest)
Initializes a new instance of the SaveTransferCreditTypeApprovedCreditRestrictionEventArgs class.
Declaration
public SaveTransferCreditTypeApprovedCreditRestrictionEventArgs(SaveTransferCreditTypeApprovedCreditRestrictionRequest request)
Parameters
Type | Name | Description |
---|---|---|
SaveTransferCreditTypeApprovedCreditRestrictionRequest | request | The request. |