com.ibm.commerce.payment.actions.commands

Interface DoPaymentActionsPolicyCmd

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation of this command.
        See Also:
        Constant Field Values
    • Method Detail

      • setPaymentActionDataList

        void setPaymentActionDataList(java.util.List datas)
        This method sets the current payment action data list.
        Parameters:
        datas - The list of payment actions to run.
      • setRefundActionDataList

        void setRefundActionDataList(java.util.List datas)
        This method sets the current refund action data list.
        Parameters:
        datas - The list of refund actions to run.
      • setLocale

        void setLocale(java.util.Locale locale)
        This method sets the current locale.
        Parameters:
        locale - The value of the locale.
      • setOrderChannel

        void setOrderChannel(java.lang.String string)
        This method sets the current order channel.
        Parameters:
        string - The value of the order channel.
      • setPaymentGroupId

        void setPaymentGroupId(java.lang.String string)
        This method sets the current payment group ID.
        Parameters:
        string - The value of the payment group ID.
      • setStoreId

        void setStoreId(java.lang.Integer integer)
        This method sets the current store ID.
        Parameters:
        integer - The value of the store ID.
      • getEDPResults

        EDPResults getEDPResults()
        This method gets the payment action execute results
        Returns:
        EDPResults