com.ibm.commerce.payment.ppc.commands

Interface PPCAdhocCreditCmd

    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String NAME
        The name of this interface is "com.ibm.commerce.payment.ppc.commands.PPCAdhocCreditCmd".
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class name is "com.ibm.commerce.payment.ppc.commands.PPCAdhocCreditCmdImpl".
        See Also:
        Constant Field Values
    • Method Detail

      • setPaymentId

        void setPaymentId(java.lang.String pId)
        This method sets the current paymentId.
        Parameters:
        pId - The current paymentId.
      • setPaymentInstructionId

        void setPaymentInstructionId(java.lang.String piID)
        This method sets the current paymentInstructionId.
        Parameters:
        piID - The current paymentInstructionId.
      • setRequestAmount

        void setRequestAmount(java.math.BigDecimal amount)
        This method sets the current request amount. The value must be not empty.
        Parameters:
        amount - The current request amount.