public class CancelPayment extends Object implements Serializable
Java class for cancelPayment complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected List<Long> |
paymentId |
protected Integer |
requestId |
| Constructor and Description |
|---|
CancelPayment() |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
getPaymentId()
Gets the value of the paymentId property.
|
Integer |
getRequestId()
Gets the value of the requestId property.
|
void |
setRequestId(Integer value)
Sets the value of the requestId property.
|
public Integer getRequestId()
Integerpublic void setRequestId(Integer value)
value - allowed object is
Integerpublic List<Long> getPaymentId()
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 paymentId property.
For example, to add a new item, do as follows:
getPaymentId().add(newItem);
Objects of the following type(s) are allowed in the list
Long
Copyright © 2021. All rights reserved.