Class DefaultPaymentRefundService.PaymentWithRefundableAmount
java.lang.Object
com.broadleafcommerce.orderoperation.service.payment.DefaultPaymentRefundService.PaymentWithRefundableAmount
- Enclosing class:
- DefaultPaymentRefundService
An intermediary data structure used internally by
DefaultPaymentRefundService to keep
track of a refundable payment on an Order and the non-reversed amount that is
actually available for refund on it.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanjavax.money.MonetaryAmountinthashCode()voidsetAmountAvailableForRefund(javax.money.MonetaryAmount amountAvailableForRefund) voidsetPayment(PaymentSummary payment) toString()
-
Constructor Details
-
PaymentWithRefundableAmount
public PaymentWithRefundableAmount()
-
-
Method Details
-
getPaymentId
-
getPayment
-
getAmountAvailableForRefund
public javax.money.MonetaryAmount getAmountAvailableForRefund() -
setPayment
-
setAmountAvailableForRefund
public void setAmountAvailableForRefund(javax.money.MonetaryAmount amountAvailableForRefund) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-