com.ibm.commerce.payment.commands

Interface PaymentSummaryGenerateCmd

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


    public interface PaymentSummaryGenerateCmd
    extends ECCommand, ControllerCommand
    This controller command generates payment summary records for a Store by account by payment policy for charged amounts captured since the command last ran. This command is normally run as a store level scheduled command. The default implementation of this command is PaymentSummaryGenerateCmdImpl.
    • Field Detail

      • COPYRIGHT

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

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

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