Class BillingJobProperties.PaymentGatewayConfiguration
java.lang.Object
com.broadleafcommerce.billing.job.config.BillingJobProperties.PaymentGatewayConfiguration
- Enclosing class:
- BillingJobProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanList of gateway names, including alternative names, for each gateway.booleanhasAlternativeGatewayTypeValue(String gatewayType) inthashCode()booleanDetermines whether it is safe to re-send a transaction request to the processor if the processor is not aware of this transaction.voidsetAlternativeGatewayTypeValues(Set<String> alternativeGatewayTypeValues) List of gateway names, including alternative names, for each gateway.voidsetShouldCallProcessorIfTransactionNotFound(boolean shouldCallProcessorIfTransactionNotFound) Determines whether it is safe to re-send a transaction request to the processor if the processor is not aware of this transaction.booleantoString()
-
Constructor Details
-
PaymentGatewayConfiguration
public PaymentGatewayConfiguration()
-
-
Method Details
-
shouldCallProcessorIfTransactionNotFound
public boolean shouldCallProcessorIfTransactionNotFound() -
hasAlternativeGatewayTypeValue
-
isShouldCallProcessorIfTransactionNotFound
public boolean isShouldCallProcessorIfTransactionNotFound()Determines whether it is safe to re-send a transaction request to the processor if the processor is not aware of this transaction. This is typically engaged after an unknown transaction result is received on the first attempt. -
getAlternativeGatewayTypeValues
List of gateway names, including alternative names, for each gateway. This is used to partition requests by gateway type in situations where various sources may use different names for a given gateway. -
setShouldCallProcessorIfTransactionNotFound
public void setShouldCallProcessorIfTransactionNotFound(boolean shouldCallProcessorIfTransactionNotFound) Determines whether it is safe to re-send a transaction request to the processor if the processor is not aware of this transaction. This is typically engaged after an unknown transaction result is received on the first attempt. -
setAlternativeGatewayTypeValues
List of gateway names, including alternative names, for each gateway. This is used to partition requests by gateway type in situations where various sources may use different names for a given gateway. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-