See: Description
Interface | Description |
---|---|
DoPaymentActionsPolicyCmd |
The
DoPaymentActionsPolicyCmd Policy Command. |
EditPaymentInstructionPolicyCmd |
The
EditPaymentInstructionPolicyCmd Policy Command. |
QueryPaymentsInfoPolicyCmd |
The
QueryPaymentsInfoPolicyCmd Policy Command. |
TrackPaymentActionsCmd |
This command executes compensated action "track" for the payment actions that has been successfully executed.
|
UndoPaymentActionsCmd |
This command executes the compensated payment action for the payment action that has been successfully executed.
|
Class | Description |
---|---|
DoPaymentActionsCompatiblePolicyCmdImpl |
The
DoPaymentActionsPolicyCmd implementation class for
existing policy commands in classical payments. |
DoPaymentActionsPolicyCmdImpl |
The
DoPaymentActionsPolicyCmd implementation class for payment
processing component being used. |
EditPaymentInstructionCompatiblePolicyCmdImpl |
The
EditPaymentInstructionPolicyCmd implementation class for existing policy commands in classical payments. |
EditPaymentInstructionPolicyCmdImpl |
The
EditPaymentInstructionPolicyCmd implementation class when
new payment processing component is used. |
PaymentEventContainer |
The Payment Event container object that holds the payment related event that needs to be processed.
|
PaymentEventFactory |
This is the factory class for creating payment related event.
|
PaymentEventListenerImpl |
This class is used to process corresponding payment rules event.
|
PaymentEventPublisherCmdImpl |
The class publishes the payment event in payment rule system.
|
QueryPaymentsInfoCompatiblePolicyCmdImpl |
The
QueryPaymentsInfoPolicyCmd implementation class when
classical payment is used. |
QueryPaymentsInfoPolicyCmdImpl |
The
QueryPaymentsInfoPolicyCmd implementation class when
new payment processing component is used. |
TrackPaymentActionsCmdImpl |
This is the default implementation class of the command
TrackPaymentActionsCmd . |
UndoPaymentActionsCmdImpl |
This is the default implementation class of the command
UndoPaymentActionsCmd . |