public class PtsV2PaymentsVoidsPost201ResponseProcessorInformation extends Object
| Constructor | Description |
|---|---|
PtsV2PaymentsVoidsPost201ResponseProcessorInformation() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getResponseCode() |
For most processors, this is the error message sent directly from the bank.
|
String |
getResponseDetails() |
The reason for when the transaction status is Pending or Reversed.
|
String |
getTransactionId() |
Network transaction identifier (TID).
|
int |
hashCode() |
|
PtsV2PaymentsVoidsPost201ResponseProcessorInformation |
responseCode(String responseCode) |
|
PtsV2PaymentsVoidsPost201ResponseProcessorInformation |
responseDetails(String responseDetails) |
|
void |
setResponseCode(String responseCode) |
|
void |
setResponseDetails(String responseDetails) |
|
void |
setTransactionId(String transactionId) |
|
String |
toString() |
|
PtsV2PaymentsVoidsPost201ResponseProcessorInformation |
transactionId(String transactionId) |
public PtsV2PaymentsVoidsPost201ResponseProcessorInformation()
public PtsV2PaymentsVoidsPost201ResponseProcessorInformation responseCode(String responseCode)
public String getResponseCode()
public void setResponseCode(String responseCode)
public PtsV2PaymentsVoidsPost201ResponseProcessorInformation responseDetails(String responseDetails)
public String getResponseDetails()
public void setResponseDetails(String responseDetails)
public PtsV2PaymentsVoidsPost201ResponseProcessorInformation transactionId(String transactionId)
public String getTransactionId()
public void setTransactionId(String transactionId)
Copyright © 2026. All rights reserved.