com.ibm.commerce.returns.commands

Interface CalculateReturnTaxCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    CalculateReturnTaxCmdImpl


    public interface CalculateReturnTaxCmd
    extends TaskCommand
    Interface for the command used for calculating the tax credits for the return merchandise authorization (RMA). A StoreAccessBean must be passed in the command context

    Outputs

    • TaxCredits
      • the amount of tax credits for the refunded item.
    • Field Detail

      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class name is "com.ibm.commerce.returns.commands.CalculateReturnTaxCmdImpl" .
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The name of this interface is "com.ibm.commerce.returns.commands.CalculateReturnTaxCmd".
        See Also:
        Constant Field Values
    • Method Detail

      • getTaxCredits

        java.util.Vector getTaxCredits()
        Get the calculated tax credits for the returned/refunded item.
        Returns:
        the amount of the tax credits (in the same currency of the orderItem).
      • setRMAItemABs

        void setRMAItemABs(java.util.Vector aRMAItemABs)
        Obtain the tax credits that have been calculated for the RMAItem.
        Parameters:
        aRMAItemABs - the RMAItem access bean vector.