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