@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class PtsV2PayoutsPost201ResponseProcessorInformation extends Object
| Constructor and Description |
|---|
PtsV2PayoutsPost201ResponseProcessorInformation() |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PayoutsPost201ResponseProcessorInformation |
approvalCode(String approvalCode) |
boolean |
equals(Object o) |
String |
getApprovalCode()
Issuer-generated approval code for the transaction.
|
String |
getResponseCode()
Transaction status from the processor.
|
String |
getResponseCodeSource()
Used by Visa only and contains the response source/reason code that identifies the source of the response decision.
|
String |
getSystemTraceAuditNumber()
This field is returned only for **American Express Direct** and **CyberSource through VisaNet**.
|
String |
getTransactionId()
Network transaction identifier (TID).
|
int |
hashCode() |
PtsV2PayoutsPost201ResponseProcessorInformation |
responseCode(String responseCode) |
PtsV2PayoutsPost201ResponseProcessorInformation |
responseCodeSource(String responseCodeSource) |
void |
setApprovalCode(String approvalCode) |
void |
setResponseCode(String responseCode) |
void |
setResponseCodeSource(String responseCodeSource) |
void |
setSystemTraceAuditNumber(String systemTraceAuditNumber) |
void |
setTransactionId(String transactionId) |
PtsV2PayoutsPost201ResponseProcessorInformation |
systemTraceAuditNumber(String systemTraceAuditNumber) |
String |
toString() |
PtsV2PayoutsPost201ResponseProcessorInformation |
transactionId(String transactionId) |
public PtsV2PayoutsPost201ResponseProcessorInformation()
public PtsV2PayoutsPost201ResponseProcessorInformation approvalCode(String approvalCode)
public String getApprovalCode()
public void setApprovalCode(String approvalCode)
public PtsV2PayoutsPost201ResponseProcessorInformation responseCode(String responseCode)
public String getResponseCode()
public void setResponseCode(String responseCode)
public PtsV2PayoutsPost201ResponseProcessorInformation transactionId(String transactionId)
public String getTransactionId()
public void setTransactionId(String transactionId)
public PtsV2PayoutsPost201ResponseProcessorInformation systemTraceAuditNumber(String systemTraceAuditNumber)
public String getSystemTraceAuditNumber()
public void setSystemTraceAuditNumber(String systemTraceAuditNumber)
public PtsV2PayoutsPost201ResponseProcessorInformation responseCodeSource(String responseCodeSource)
public String getResponseCodeSource()
public void setResponseCodeSource(String responseCodeSource)
Copyright © 2020. All rights reserved.