public class GetPaymentDetails extends Object implements Serializable
Java class for getPaymentDetails complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected List<Long> |
operationIds |
protected Long |
orderId |
protected Long |
paymentId |
protected Integer |
requestId |
| Constructor and Description |
|---|
GetPaymentDetails() |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
getOperationIds()
Gets the value of the operationIds property.
|
Long |
getOrderId()
Gets the value of the orderId property.
|
Long |
getPaymentId()
Gets the value of the paymentId property.
|
Integer |
getRequestId()
Gets the value of the requestId property.
|
void |
setOrderId(Long value)
Sets the value of the orderId property.
|
void |
setPaymentId(Long value)
Sets the value of the paymentId property.
|
void |
setRequestId(Integer value)
Sets the value of the requestId property.
|
protected Integer requestId
protected Long paymentId
protected Long orderId
public Integer getRequestId()
Integerpublic void setRequestId(Integer value)
value - allowed object is
Integerpublic Long getPaymentId()
Longpublic void setPaymentId(Long value)
value - allowed object is
Longpublic Long getOrderId()
Longpublic void setOrderId(Long value)
value - allowed object is
Longpublic List<Long> getOperationIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the operationIds property.
For example, to add a new item, do as follows:
getOperationIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
Copyright © 2021. All rights reserved.