Class PaymentTransactionReversalProperties
java.lang.Object
com.broadleafcommerce.paymenttransaction.service.messaging.reversals.PaymentTransactionReversalProperties
@ConfigurationProperties("broadleaf.paymenttransaction.reversal")
public class PaymentTransactionReversalProperties
extends Object
- Author:
- Dima Myroniuk (dmyroniuk)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe amount of time thatPaymentTransactions
withDefaultTransactionManagementStates.REVERSAL_CANDIDATE
have to be used, before they're reversedvoid
setReversalCandidateTtl
(Duration reversalCandidateTtl) The amount of time thatPaymentTransactions
withDefaultTransactionManagementStates.REVERSAL_CANDIDATE
have to be used, before they're reversed
-
Constructor Details
-
PaymentTransactionReversalProperties
public PaymentTransactionReversalProperties()
-
-
Method Details
-
getReversalCandidateTtl
The amount of time thatPaymentTransactions
withDefaultTransactionManagementStates.REVERSAL_CANDIDATE
have to be used, before they're reversed -
setReversalCandidateTtl
The amount of time thatPaymentTransactions
withDefaultTransactionManagementStates.REVERSAL_CANDIDATE
have to be used, before they're reversed
-