public class RefundTicketOrderResponse extends Object implements Serializable
Java class for refundTicketOrderResponse complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected OrderUpdateResult |
orderCreationResult |
Constructor and Description |
---|
RefundTicketOrderResponse() |
Modifier and Type | Method and Description |
---|---|
OrderUpdateResult |
getOrderCreationResult()
Gets the value of the orderCreationResult property.
|
void |
setOrderCreationResult(OrderUpdateResult value)
Sets the value of the orderCreationResult property.
|
protected OrderUpdateResult orderCreationResult
public OrderUpdateResult getOrderCreationResult()
OrderUpdateResult
public void setOrderCreationResult(OrderUpdateResult value)
value
- allowed object is
OrderUpdateResult
Copyright © 2021. All rights reserved.