public class PtsV2PaymentsPost201ResponsePaymentInsightsInformationResponseInsights extends Object
| Constructor and Description |
|---|
PtsV2PaymentsPost201ResponsePaymentInsightsInformationResponseInsights() |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PaymentsPost201ResponsePaymentInsightsInformationResponseInsights |
category(String category) |
PtsV2PaymentsPost201ResponsePaymentInsightsInformationResponseInsights |
categoryCode(String categoryCode) |
boolean |
equals(Object o) |
String |
getCategory()
Categorization of response message from processor Possible Values: - `ISSUER_WILL_NEVER_APPROVE` - `ISSUER_CANNOT_APPROVE_AT_THIS_TIME` - `ISSUER_CANNOT_APPROVE_WITH_THESE_DETAILS` - `GENERIC_ERROR` - `PAYMENT_INSIGHTS_INTERNAL_ERROR` - `OTHERS` - `PAYMENT_INSIGHTS_RESPONSE_CATEGORY_MATCH_NOT_FOUND`
|
String |
getCategoryCode()
Categorization Code of response message from processor Possible Values: - `01` : ISSUER_WILL_NEVER_APPROVE - `02` : ISSUER_CANNOT_APPROVE_AT_THIS_TIME - `03` : ISSUER_CANNOT_APPROVE_WITH_THESE_DETAILS - `04` : GENERIC_ERROR - `97` : PAYMENT_INSIGHTS_INTERNAL_ERROR - `98` : OTHERS - `99` : PAYMENT_INSIGHTS_RESPONSE_CATEGORY_MATCH_NOT_FOUND
|
String |
getProcessorRawName()
Raw name of the processor used for the transaction processing, especially useful during acquirer swing to see which processor transaction settled with
|
int |
hashCode() |
PtsV2PaymentsPost201ResponsePaymentInsightsInformationResponseInsights |
processorRawName(String processorRawName) |
void |
setCategory(String category) |
void |
setCategoryCode(String categoryCode) |
void |
setProcessorRawName(String processorRawName) |
String |
toString() |
public PtsV2PaymentsPost201ResponsePaymentInsightsInformationResponseInsights()
public PtsV2PaymentsPost201ResponsePaymentInsightsInformationResponseInsights category(String category)
public String getCategory()
public void setCategory(String category)
public PtsV2PaymentsPost201ResponsePaymentInsightsInformationResponseInsights categoryCode(String categoryCode)
public String getCategoryCode()
public void setCategoryCode(String categoryCode)
public PtsV2PaymentsPost201ResponsePaymentInsightsInformationResponseInsights processorRawName(String processorRawName)
public String getProcessorRawName()
public void setProcessorRawName(String processorRawName)
Copyright © 2025. All rights reserved.