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()
Integer
public void setRequestId(Integer value)
value
- allowed object is
Integer
public Long getPaymentId()
Long
public void setPaymentId(Long value)
value
- allowed object is
Long
public Long getMaxWaitingTime()
Long
Copyright © 2021. All rights reserved.