Class OrbitalGatewayLevelTwoProperties
java.lang.Object
com.broadleafcommerce.vendor.chasepayment.service.orbital.external.autoconfigure.OrbitalGatewayLevelTwoProperties
@ConfigurationProperties("broadleaf.chase-payment.orbital-gateway.level-two")
public class OrbitalGatewayLevelTwoProperties
extends Object
Configures Level 2 data settings when using the Orbital Gateway.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanA map keyed fromGatewayResponse.getCardBrand()known by the Orbital gateway to whether Level 2 data will be included in transactions for it (when the card is a commercial card).inthashCode()voidsetEnabledStatusByCardBrand(Map<String, Boolean> enabledStatusByCardBrand) A map keyed fromGatewayResponse.getCardBrand()known by the Orbital gateway to whether Level 2 data will be included in transactions for it (when the card is a commercial card).toString()
-
Constructor Details
-
OrbitalGatewayLevelTwoProperties
public OrbitalGatewayLevelTwoProperties()
-
-
Method Details
-
getEnabledStatusByCardBrand
A map keyed fromGatewayResponse.getCardBrand()known by the Orbital gateway to whether Level 2 data will be included in transactions for it (when the card is a commercial card). If a value is not found in this map, Level 2 data inclusion will be assumed to be enabled. -
setEnabledStatusByCardBrand
A map keyed fromGatewayResponse.getCardBrand()known by the Orbital gateway to whether Level 2 data will be included in transactions for it (when the card is a commercial card). If a value is not found in this map, Level 2 data inclusion will be assumed to be enabled. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-