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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
javax.money.MonetaryAmount
int
hashCode()
void
setAmountAvailableForRefund
(javax.money.MonetaryAmount amountAvailableForRefund) void
setPayment
(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
-