Package | Description |
---|---|
com.secutix.plugin.paymentintegration.dto.order | |
com.secutix.plugin.paymentintegration.service | |
com.secutix.plugin.paymentintegration.service.emptyImpl |
Modifier and Type | Class and Description |
---|---|
class |
TicketData
Java class for ticketData complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<TicketInfo> |
RefundTicketOrder.ticketInfos |
protected List<TicketInfo> |
RefundTicketOrder.ticketInfos |
Modifier and Type | Method and Description |
---|---|
List<TicketInfo> |
RefundTicketOrder.getTicketInfos()
Gets the value of the ticketInfos property.
|
List<TicketInfo> |
RefundTicketOrder.getTicketInfos()
Gets the value of the ticketInfos property.
|
Modifier and Type | Method and Description |
---|---|
OrderUpdateResult |
ExternalOrderFacade.refundTicketOrder(Integer requestId,
Long pointOfSalesId,
OrderType orderType,
Long orderId,
String externalReference,
List<TicketInfo> ticketInfos,
Boolean autoClose,
String refundReason)
Creates an order refunding the tickets passed in the ticketInfos parameter.
|
OrderUpdateResult |
ExternalOrderFacade.refundTicketOrder(Integer requestId,
Long pointOfSalesId,
OrderType orderType,
Long orderId,
String externalReference,
List<TicketInfo> ticketInfos,
Boolean autoClose,
String refundReason)
Creates an order refunding the tickets passed in the ticketInfos parameter.
|
Modifier and Type | Method and Description |
---|---|
OrderUpdateResult |
ExternalOrderFacadeEmpty.refundTicketOrder(Integer requestId,
Long pointOfSalesId,
OrderType orderType,
Long orderId,
String externalReference,
List<TicketInfo> ticketInfos,
Boolean autoClose,
String refundReason) |
OrderUpdateResult |
ExternalOrderFacadeEmpty.refundTicketOrder(Integer requestId,
Long pointOfSalesId,
OrderType orderType,
Long orderId,
String externalReference,
List<TicketInfo> ticketInfos,
Boolean autoClose,
String refundReason) |
Copyright © 2021. All rights reserved.