public class RefundActionResults extends ActionResults
This method stores the refund backend results after action execution.
The specific details of the actual refund backend transaction are not documented here. Only the information required by Payment Rules to continue its rule execution is stored here.
Constructor and Description |
---|
RefundActionResults() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCreditId()
This method returns the credit identifier in WebSphere Commerce Payments.
|
int |
getCreditState()
This method returns the credit state of this refund action.
|
java.lang.String |
getPaymentInstructionId()
This method returns payment instruction identifier of current refund
action corresponds to.
|
void |
setCreditId(java.lang.String localCreditId)
This method sets the credit identifier in WebSphere Commerce Payments.
|
void |
setCreditState(int localCreditState)
This method sets the credit state of this refund action.
|
void |
setPaymentInstructionId(java.lang.String localPaymentInstructionId)
This method sets the payment instruction identifier of current refund
action corresponds to.
|
getActionData, getActionName, getAmount, getAvsCode, getPluginException, getPPCException, getStatus, setActionData, setActionName, setAmount, setAvsCode, setPluginException, setPPCException, setStatus, toString
public void setCreditId(java.lang.String localCreditId)
localCreditId
- The credit identifier in WebSphere Commerce Paymentspublic java.lang.String getCreditId()
public void setCreditState(int localCreditState)
localCreditState
- The credit state to setpublic int getCreditState()
public void setPaymentInstructionId(java.lang.String localPaymentInstructionId)
localPaymentInstructionId
- The payment instruction identifier to setpublic java.lang.String getPaymentInstructionId()