public class CreatePayment extends Object implements Serializable
Java class for createPayment complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected Long |
orderId |
protected PaymentParameters |
paymentParams |
protected List<PaymentInfo> |
payments |
protected Integer |
requestId |
Constructor and Description |
---|
CreatePayment() |
Modifier and Type | Method and Description |
---|---|
Long |
getOrderId()
Gets the value of the orderId property.
|
PaymentParameters |
getPaymentParams()
Gets the value of the paymentParams 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 |
setPaymentParams(PaymentParameters value)
Sets the value of the paymentParams property.
|
void |
setRequestId(Integer value)
Sets the value of the requestId property.
|
protected Integer requestId
protected Long orderId
protected List<PaymentInfo> payments
protected PaymentParameters paymentParams
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
public PaymentParameters getPaymentParams()
PaymentParameters
public void setPaymentParams(PaymentParameters value)
value
- allowed object is
PaymentParameters
Copyright © 2021. All rights reserved.