public class NotifyPayment extends Object implements Serializable
Java class for notifyPayment complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected Long |
maxWaitingTime |
protected Long |
paymentId |
protected Integer |
requestId |
| Constructor and Description |
|---|
NotifyPayment() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getMaxWaitingTime()
Gets the value of the maxWaitingTime property.
|
Long |
getPaymentId()
Gets the value of the paymentId property.
|
Integer |
getRequestId()
Gets the value of the requestId property.
|
void |
setMaxWaitingTime(Long value)
Sets the value of the maxWaitingTime 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 maxWaitingTime
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 getMaxWaitingTime()
LongCopyright © 2021. All rights reserved.