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()
WebMethodResult
public void setPaymentResult(WebMethodResult value)
value
- allowed object is
WebMethodResult
Copyright © 2021. All rights reserved.