Class OrbitalGatewayResponseCodeMappingProperties
java.lang.Object
com.broadleafcommerce.vendor.chasepayment.service.orbital.external.autoconfigure.OrbitalGatewayResponseCodeMappingProperties
@ConfigurationProperties("broadleaf.chase-payment.orbital-gateway.response-code-mapping")
public class OrbitalGatewayResponseCodeMappingProperties
extends Object
Properties configuring how response codes (ex:
Status.getRespCode()) are categorized and
mapped in BLC.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanA map from Orbital procStatus values (ex:Status.getProcStatus()) to theTransactionFailureTypethey correspond to.A map from Orbital response code values (ex:Status.getRespCode()) to theTransactionFailureTypethey correspond to.Orbital response code values (ex:Status.getRespCode()) which should be consideredPaymentDeclineType.HARDdeclines.inthashCode()voidsetFailureTypesByProcStatusCode(Map<String, String> failureTypesByProcStatusCode) A map from Orbital procStatus values (ex:Status.getProcStatus()) to theTransactionFailureTypethey correspond to.voidsetFailureTypesByRespCode(Map<String, String> failureTypesByRespCode) A map from Orbital response code values (ex:Status.getRespCode()) to theTransactionFailureTypethey correspond to.voidsetHardDeclineRespCodes(Set<String> hardDeclineRespCodes) Orbital response code values (ex:Status.getRespCode()) which should be consideredPaymentDeclineType.HARDdeclines.toString()
-
Constructor Details
-
OrbitalGatewayResponseCodeMappingProperties
public OrbitalGatewayResponseCodeMappingProperties()
-
-
Method Details
-
getHardDeclineRespCodes
Orbital response code values (ex:Status.getRespCode()) which should be consideredPaymentDeclineType.HARDdeclines. -
getFailureTypesByRespCode
A map from Orbital response code values (ex:Status.getRespCode()) to theTransactionFailureTypethey correspond to. -
getFailureTypesByProcStatusCode
A map from Orbital procStatus values (ex:Status.getProcStatus()) to theTransactionFailureTypethey correspond to. By default, this is empty, and serves only as an extension point to override the default assumed byOrbitalResponseCodeEvaluator. -
setHardDeclineRespCodes
Orbital response code values (ex:Status.getRespCode()) which should be consideredPaymentDeclineType.HARDdeclines. -
setFailureTypesByRespCode
A map from Orbital response code values (ex:Status.getRespCode()) to theTransactionFailureTypethey correspond to. -
setFailureTypesByProcStatusCode
A map from Orbital procStatus values (ex:Status.getProcStatus()) to theTransactionFailureTypethey correspond to. By default, this is empty, and serves only as an extension point to override the default assumed byOrbitalResponseCodeEvaluator. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-