com.ibm.commerce.messaging.commands

Interface OrderInvoiceCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, OrderStatusCmd, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    OrderInvoiceCmdImpl


    public interface OrderInvoiceCmd
    extends OrderStatusCmd
    The interface for the OrderInvoice command. This processes invoice messages that the backend system creates when an invoice for the order is sent.
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String defaultCommandClassName
        The default class containing the implementation of the OrderInvoice command.
        See Also:
        Constant Field Values