Class DefaultPaymentRefundService.PaymentRefundPackage

    • Constructor Detail

      • PaymentRefundPackage

        public PaymentRefundPackage()
    • Method Detail

      • getPaymentId

        public String getPaymentId()
        Returns the ID of the payment.
      • getOrderFulfillmentId

        public String getOrderFulfillmentId()
        The ID of the OrderFulfillment that refund is being performed for.
      • getAmountToRefund

        public javax.money.MonetaryAmount getAmountToRefund()
        The MonetaryAmount to refund.
      • setOrderFulfillmentId

        public void setOrderFulfillmentId​(String orderFulfillmentId)
        The ID of the OrderFulfillment that refund is being performed for.
      • setAmountToRefund

        public void setAmountToRefund​(javax.money.MonetaryAmount amountToRefund)
        The MonetaryAmount to refund.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object