public class RefundResult extends Object
| Constructor and Description |
|---|
RefundResult() |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
getOriginalTransaction() |
String |
getPspReference() |
String |
getResponse() |
void |
setOriginalTransaction(Transaction originalTransaction) |
void |
setPspReference(String pspReference) |
void |
setResponse(String response) |
String |
toString() |
public String getResponse()
public void setResponse(String response)
public String getPspReference()
public void setPspReference(String pspReference)
public Transaction getOriginalTransaction()
public void setOriginalTransaction(Transaction originalTransaction)
Copyright © 2022. All rights reserved.