com.ibm.commerce.payment.commands

Interface CheckPaymentAcceptPolicyCmd

    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String NAME
        Deprecated. 
        The name of this command.
        See Also:
        Constant Field Values
      • defaultCommandClassName

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

        static final java.lang.String ERRTASK_NAME
        Deprecated. 
        Name of the default error view for this command. The constant value of this field is "CheckPaymentAcceptErrorView".
        See Also:
        Constant Field Values
    • Method Detail

      • setApproveAmount

        void setApproveAmount(java.math.BigDecimal approveAmount)
        Deprecated. 
        Sets the approveAmount property of the command.
        Parameters:
        approveAmount - the approved amount to be checked
      • setErrorViewName

        void setErrorViewName(java.lang.String sEVN)
        Deprecated. 
        Sets the error view to be used to report error. This overrides the default error view of the command.
        Parameters:
        sEVN - the Error View name
        See Also:
        ERRTASK_NAME
      • setOrder

        void setOrder(OrderAccessBean abOrder)
        Deprecated. 
        Sets the order property of the command.
        Parameters:
        abOrder - the OrderAccessBean representing the order for which the approved amount is to be checked