@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-10-17T14:26:30.480+05:30") 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: - `APPROVED` - `ISSUER_WILL_NEVER_APPROVE` - `ISSUER_CANT_APPROVE_AT_THIS_TIME` - `ISSUER_CANT_APPROVE_WITH_THESE_DETAILS` - `GENERIC_ERROR` - `OTHERS` - `MATCH_NOT_FOUND`
|
String |
getCategoryCode()
Categorization Code of response message from processor Possible Values: - `01` : Issuer Will Never Approve - `02` : Issuer Can't Approve at this Time - `03` : Issuer Can't Approve with these Details - `04` : Generic Error - `98` : Others - `99` : Payment Insights Response Category Match Not Found
|
int |
hashCode() |
void |
setCategory(String category) |
void |
setCategoryCode(String categoryCode) |
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)
Copyright © 2022. All rights reserved.