Class TicketingGatewayEventArgs
Provides data for the SendEvent event.
public class TicketingGatewayEventArgs : EventArgs
- Inheritance
-
TicketingGatewayEventArgs
- Extension Methods
Constructors
- TicketingGatewayEventArgs()
Initializes a new instance of the TicketingGatewayEventArgs class.
- TicketingGatewayEventArgs(ITicketingGatewayRequestMessage)
Initializes a new instance of the TicketingGatewayEventArgs class using the specified request message.
Properties
- requestMessage
Gets the request message.
- responseMessage
Gets or sets the response message.