com.ibm.commerce.edp.commands

Interface ChangePaymentCurrencyTaskCmd

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The 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
      • NAME

        static final java.lang.String NAME
        The full name of this command.
        See Also:
        Constant Field Values
    • Method Detail

      • setOrderTotalAmount

        void setOrderTotalAmount(java.math.BigDecimal amount)
        This method changes the amount of current order.
        Parameters:
        amount - A BigDecimal that specifies the total amount of the current order.
      • setOrderNewCurrency

        void setOrderNewCurrency(java.lang.String currency)
        This method changes the currency of current EDPOrder.
        Parameters:
        currency - A String that specifies the new currency.