public class PaymentActionResults extends ActionResults
This method stores the payment backend results after the payment action exception.
The specific details of the actual payment backend transaction are not documented here. Only the information required by Payment Rules to continue its rule execution is stored here.
Constructor and Description |
---|
PaymentActionResults(PaymentActionData actionData)
This method creates a new PaymentActionResults object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPaymentId()
This method gets the payment identifier associated to the payment action execution
in WebSphere Commerce Payments.
|
java.lang.String |
getPaymentInstructionId()
This method returns the payment instruction identifier associated to the payment action execution in Payment Rules.
|
void |
setPaymentId(java.lang.String localPaymentId)
This method sets the payment instruction identifier associated to the
payment action execution in Payment Rules.
|
void |
setPaymentInstructionId(java.lang.String localPaymentInstructionId)
This method sets the payment identifier associated to the payment action execution
in WebSphere Commerce Payments.
|
getActionData, getActionName, getAmount, getAvsCode, getPluginException, getPPCException, getStatus, setActionData, setActionName, setAmount, setAvsCode, setPluginException, setPPCException, setStatus, toString
public PaymentActionResults(PaymentActionData actionData)
action
- The action object this is result is associated withpublic void setPaymentId(java.lang.String localPaymentId)
This method sets the payment instruction identifier associated to the payment action execution in Payment Rules.
localPaymentId
- The payment instruction identifierpublic java.lang.String getPaymentId()
public void setPaymentInstructionId(java.lang.String localPaymentInstructionId)
This method sets the payment identifier associated to the payment action execution in WebSphere Commerce Payments.
localPaymentInstructionId
- The payment identifier associated to the payment action execution
in WebSphere Commerce Paymentspublic java.lang.String getPaymentInstructionId()