public class CancelPaymentResponse extends Object implements Serializable
Java class for cancelPaymentResponse complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected WebMethodResult |
paymentResult |
| Constructor and Description |
|---|
CancelPaymentResponse() |
| Modifier and Type | Method and Description |
|---|---|
WebMethodResult |
getPaymentResult()
Gets the value of the paymentResult property.
|
void |
setPaymentResult(WebMethodResult value)
Sets the value of the paymentResult property.
|
protected WebMethodResult paymentResult
public WebMethodResult getPaymentResult()
WebMethodResultpublic void setPaymentResult(WebMethodResult value)
value - allowed object is
WebMethodResultCopyright © 2021. All rights reserved.