Class DefaultPaymentRefundService.TransactionExecutionResponseUsage
java.lang.Object
com.broadleafcommerce.orderoperation.service.payment.DefaultPaymentRefundService.TransactionExecutionResponseUsage
- Enclosing class:
- DefaultPaymentRefundService
An intermediary data structure used internally by
DefaultPaymentRefundService to keep
track of success, failure, and awaiting result amounts for a
TransactionExecutionResponse. This is used to track and map these amounts across
PaymentRefundPackages.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanjavax.money.MonetaryAmountjavax.money.MonetaryAmountjavax.money.MonetaryAmountinthashCode()voidsetPaymentId(String paymentId) voidsetRemainingAmountAwaitingResult(javax.money.MonetaryAmount remainingAmountAwaitingResult) voidsetRemainingAmountFailedToExecute(javax.money.MonetaryAmount remainingAmountFailedToExecute) voidsetRemainingAmountSuccessfullyExecuted(javax.money.MonetaryAmount remainingAmountSuccessfullyExecuted) toString()
-
Constructor Details
-
TransactionExecutionResponseUsage
public TransactionExecutionResponseUsage()
-
-
Method Details
-
getPaymentId
-
getRemainingAmountSuccessfullyExecuted
public javax.money.MonetaryAmount getRemainingAmountSuccessfullyExecuted() -
getRemainingAmountFailedToExecute
public javax.money.MonetaryAmount getRemainingAmountFailedToExecute() -
getRemainingAmountAwaitingResult
public javax.money.MonetaryAmount getRemainingAmountAwaitingResult() -
setPaymentId
-
setRemainingAmountSuccessfullyExecuted
public void setRemainingAmountSuccessfullyExecuted(javax.money.MonetaryAmount remainingAmountSuccessfullyExecuted) -
setRemainingAmountFailedToExecute
public void setRemainingAmountFailedToExecute(javax.money.MonetaryAmount remainingAmountFailedToExecute) -
setRemainingAmountAwaitingResult
public void setRemainingAmountAwaitingResult(javax.money.MonetaryAmount remainingAmountAwaitingResult) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-