Class DefaultPaymentRefundService.PaymentWithRefundableAmount
- java.lang.Object
-
- com.broadleafcommerce.orderoperation.service.payment.DefaultPaymentRefundService.PaymentWithRefundableAmount
-
- Enclosing class:
- DefaultPaymentRefundService
public static class DefaultPaymentRefundService.PaymentWithRefundableAmount extends Object
An intermediary data structure used internally byDefaultPaymentRefundServiceto keep track of a refundable payment on anOrderand the non-reversed amount that is actually available for refund on it.
-
-
Constructor Summary
Constructors Constructor Description PaymentWithRefundableAmount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)javax.money.MonetaryAmountgetAmountAvailableForRefund()PaymentSummarygetPayment()inthashCode()voidsetAmountAvailableForRefund(javax.money.MonetaryAmount amountAvailableForRefund)voidsetPayment(PaymentSummary payment)StringtoString()
-
-
-
Method Detail
-
getPayment
public PaymentSummary getPayment()
-
getAmountAvailableForRefund
public javax.money.MonetaryAmount getAmountAvailableForRefund()
-
setPayment
public void setPayment(PaymentSummary payment)
-
setAmountAvailableForRefund
public void setAmountAvailableForRefund(javax.money.MonetaryAmount amountAvailableForRefund)
-
canEqual
protected boolean canEqual(Object other)
-
-