com.ibm.commerce.returns.commands

Interface CalculateReturnItemAdjustmentPolicyCmd

    • Method Detail

      • getAdjustment

        java.math.BigDecimal getAdjustment()
        Get the automatically calculated adjustment for the returned/refunded item.
        Returns:
        The amount of the adjustment (in the same currency of the orderItem).
      • setOrderItemAB

        void setOrderItemAB(OrderItemAccessBean anOrderItemAB)
        (Optional) Set the orderItem being returned/refunded.
        Parameters:
        anOrderItemAB - The orderItem access bean.
      • setRMAItemAB

        void setRMAItemAB(RMAItemAccessBean anRMAItemAB)
        Set the RMA Item access bean which will have its adjustment updated.
        Parameters:
        anRMAItemAB - The RMA item access bean.