Package | Description |
---|---|
com.secutix.plugin.paymentintegration.service | |
com.secutix.plugin.paymentintegration.service.emptyImpl |
Modifier and Type | Method and Description |
---|---|
CloseOrderResult |
ExternalOrderService.closeOrder(Integer requestId,
ContactData purchaserInfo,
Long orderId,
List<TicketData> tickets,
String externalReference,
boolean generateBarCodes,
Long maxWaitingTime,
OrderType orderType,
String externalRemark)
To close an opened or validated order.
|
CloseOrderResult |
ExternalOrderService.closeOrder(Integer requestId,
ContactData purchaserInfo,
Long orderId,
List<TicketData> tickets,
String externalReference,
boolean generateBarCodes,
Long maxWaitingTime,
OrderType orderType,
String externalRemark)
To close an opened or validated order.
|
CloseOrderResult |
ExternalOrderService.notifyOrder(long orderId,
long maxWaitingTime)
This method finalizes the order and should be called every time after
ExternalOrderService.closeOrder(Integer, ContactData, Long, List, String, boolean, Long, OrderType, String) |
CloseOrderResult |
ExternalOrderService.notifyOrder(long orderId,
long maxWaitingTime)
This method finalizes the order and should be called every time after
ExternalOrderService.closeOrder(Integer, ContactData, Long, List, String, boolean, Long, OrderType, String) |
Modifier and Type | Method and Description |
---|---|
CloseOrderResult |
ExternalOrderServiceEmpty.closeOrder(Integer requestId,
ContactData purchaserInfo,
Long orderId,
List<TicketData> tickets,
String externalReference,
boolean generateBarCodes,
Long maxWaitingTime,
OrderType orderType,
String externalRemark)
To close an opened or validated order.
|
CloseOrderResult |
ExternalOrderServiceEmpty.closeOrder(Integer requestId,
ContactData purchaserInfo,
Long orderId,
List<TicketData> tickets,
String externalReference,
boolean generateBarCodes,
Long maxWaitingTime,
OrderType orderType,
String externalRemark)
To close an opened or validated order.
|
CloseOrderResult |
ExternalOrderServiceEmpty.notifyOrder(long orderId,
long maxWaitingTime)
This method finalizes the order and should be called every time after
ExternalOrderService.closeOrder(Integer, ContactData, Long, List, String, boolean, Long, OrderType, String) |
CloseOrderResult |
ExternalOrderServiceEmpty.notifyOrder(long orderId,
long maxWaitingTime)
This method finalizes the order and should be called every time after
ExternalOrderService.closeOrder(Integer, ContactData, Long, List, String, boolean, Long, OrderType, String) |
Copyright © 2021. All rights reserved.