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