Package com.ibm.commerce.payment.extern

Contains classes and command interfaces for extension to interface to external accounting packages.

See: Description

  • Interface Summary 
    Interface Description
    AuthorizeAccountPaymentCmd
    The AuthorizeAccountPaymentCmd Task Command is called by the DoPaymentMPFCmdImpl command implementation to authorize the payment against the customer account through an external accounting system.
    CheckAccountPaymentCmd
    The CheckAccountPaymentCmd Task Command is called by the CheckPaymentAcceptCmdImpl command implementation to check the payment against the customer account through an external accounting system.
    CreditAccountCmd
    The CreditAccountCmd Task Command is called by the DoRefundCmdImpl command implementation to credit the customer account through an external accounting system.
    DebitAccountCmd
    The DebitAccountCmd Task Command is called by the DoDepositCmdImpl command implementation to debit the customer account through an external accounting system.
    ForwardPaymentSummaryCmd
    The ForwardPaymentSummaryCmd Task Command is called by the PaymentSummaryGenerate scheduled command to forward payment summary information to an external accounting system.
  • Class Summary 
    Class Description
    AuthorizeAccountPaymentCmdImpl
    This AuthorizeAccountPaymentCmdImpl Task Command implementation class is called to authorize the payment against the customer account through an external accounting system.
    CheckAccountPaymentCmdImpl
    This CheckAccountPaymentCmdImpl Task Command implementation class is called to check the payment against the customer account through an external accounting system.
    CreditAccountCmdImpl
    This CreditAccountCmdImpl Task Command implementation class is called to credit the customer account through an external accounting system.
    DebitAccountCmdImpl
    This DebitAccountCmdImpl Task Command implementation class is called to debit the customer account through an external accounting system.
    ForwardPaymentSummaryCmdImpl
    This ForwardPaymentSummaryCmdImpl Task Command is called by the PaymentSummaryGenerate command to forward payment summary data to an external accounting system.

Package com.ibm.commerce.payment.extern Description

Contains classes and command interfaces for extension to interface to external accounting packages.