See: Description
| Interface | Description |
|---|---|
| CheckCCNumberCmd |
The
CheckCCNumberCmd Task Command performs various checks on
the supplied credit card number. |
| CheckOrderCmd | Deprecated
this command is deprecated and will not be called by the new payments component.
|
| CheckPaymentAcceptCmd | Deprecated
Replaced by
ReservePaymentCmd |
| CheckPaymentAcceptPolicyCmd | Deprecated
Replaced by
DoPaymentActionsPolicyCmd |
| CheckPaymentPolicyDisplayCmd |
This task command is to check if the payment policy is allowed to display at the client.
|
| CheckPOSpendingLimitCmd |
Checks if the Spending Limit of a Limited PO would be exceeded by the specified Order.
|
| CheckTASpendingLimitCmd |
Check Trading Agreement's Spending Limit of the specified by given order.
|
| DoCancelCmd | Deprecated
Replaced by
CancelOrderCmd |
| DoCancelPolicyCmd | Deprecated
Replaced by
DoPaymentActionsPolicyCmd |
| DoDepositCmd | Deprecated
Replaced by
FinalizePaymentCmd |
| DoDepositPolicyCmd | Deprecated
Replaced by
DoPaymentActionsPolicyCmdImpl |
| DoInventory | Deprecated |
| DoLuhnCheckCmd |
The
DoLuhnCheckCmd Task Command checks the validity of the
credit card number using the LUHN algorithm. |
| DoPaymentCmd | Deprecated
Replaced by
PrimePaymentCmd |
| DoPaymentPolicyCmd | Deprecated
Replaced by
DoPaymentActionsPolicyCmd |
| DoRefundCmd | Deprecated
Replaced by
FinalizeRefundCmd |
| DoRefundPolicyCmd | Deprecated
Replaced by
DoPaymentActionsPolicyCmdImpl |
| GetOrderDescCmd |
The
GetOrderDescCmd Task Command constructs
a human readable description of the order suitable for display
by a wallet application that runs on the shopper's machine. |
| GetPaymentInfoCmd | Deprecated
This command is replaced by
QueryPaymentsInfoPolicyCmd |
| PaymentConstants |
This class consists of constant used in the Payment Component
|
| PaymentSummaryGenerateCmd |
This controller command generates payment summary records for a Store by account
by payment policy for charged amounts captured since the command last ran.
|
| PrepareInvoiceCmd |
The
PrepareInvoiceCmd Task Command prepares an invoice for an
order release. |
| UpdatePOSpendingCmd |
This task command is used to update Purchase Order's Spending for the given order and buyerPurchaseOrder.
|
| UpdateTADepositRecordsCmd |
This task command is used to update Trading Agreement's Deposit Records for the given order.
|
| UpdateTARefundCmd |
This task command is used to update Trading Agreement's refund amount for the given order and Return Merchandise Authorization (RMA).
|
| UpdateTASpendingCmd |
This task command is used to update Trading Agreement's Spending information for the given order.
|
| ValidatePONumberCmd |
This task command is used to perform the checks on the specified buyerPONumber.
|
| Class | Description |
|---|---|
| CheckCCNumberCmdImpl |
This
CheckCCNumberCmd Task Command Implementation performs various checks on
the supplied credit card number. |
| CheckOrderCmdImpl | Deprecated
this command is deprecated and will not be called by the new payments component.
|
| CheckPaymentAcceptCLCmdImpl | Deprecated
Replaced by
DoPaymentActionsPolicyCmdImpl |
| CheckPaymentAcceptCmdImpl | Deprecated
Replaced by
ReservePaymentCmdImpl |
| CheckPaymentAcceptTestCmdImpl | Deprecated
Replaced by
DoPaymentActionsPolicyCmdImpl |
| CheckPaymentPolicyDisplayCmdImpl |
This task command is to check if the payment policy is allowed to display at the client.
|
| CheckPOSpendingLimitCmdImpl |
Default
CheckPOSpendingLimit task command implementation. |
| CheckTASpendingLimitCmdImpl |
Default
CheckTASpendingLimit task command implementation. |
| DoCancelCLCmdImpl | Deprecated
Replaced by
DoPaymentActionsPolicyCmdImpl |
| DoCancelCmdImpl | Deprecated
Replaced by
CancelOrderCmdImpl |
| DoCancelTestCmdImpl | Deprecated
Replaced by
DoPaymentActionsPolicyCmdImpl |
| DoDepositCLCmdImpl | Deprecated
Replaced by
DoPaymentActionsPolicyCmdImpl |
| DoDepositCmdImpl | Deprecated
Replaced by
FinalizePaymentCmdImpl |
| DoDepositTestCmdImpl | Deprecated
Replaced by
DoPaymentActionsPolicyCmdImpl |
| DoLuhnCheckCmdImpl |
This
DoLuhnCheckCmd Task Command Implementation checks the
validity of the credit card number using the LUHN algorithm. |
| DoPaymentCLCmdImpl | Deprecated
Replaced by
DoPaymentActionsPolicyCmdImpl |
| DoPaymentCmdImpl | Deprecated
Replaced by
PrimePaymentCmdImpl |
| DoPaymentMPFCmdImpl | Deprecated
Replaced by
PrimePaymentCmdImpl |
| DoPaymentTestCmdImpl | Deprecated
Replaced by
DoPaymentActionsPolicyCmdImpl |
| DoRefundCLCmdImpl | Deprecated
Replaced by
DoPaymentActionsPolicyCmdImpl |
| DoRefundCmdImpl | Deprecated
Replaced by
FinalizeRefundCmdImpl |
| DoRefundTestCmdImpl | Deprecated
Replaced by
DoPaymentActionsPolicyCmdImpl |
| GetOrderDescCmdImpl |
This
GetOrderDescCmd Task Command implementation constructs
a human readable description of the order suitable for display
by a wallet application that runs on the shopper's machine. |
| GetPaymentInfoCmdImpl | Deprecated
This class is replaced by
QueryPaymentsInfoPolicyCmdImpl. |
| PaymentHelper |
This class defines several helper methods used by the Order Capture subsystem classes.
|
| PaymentSummaryGenerateCmdImpl |
This is the default implementation of the
PayCleanupCmd controller command. |
| PrepareInvoiceCmdImpl |
This
PrepareInvoiceCmd Task Command implementation class prepares an invoice for an
order release in the form of an XML String. |
| ServiceProviderCheckPaymentPolicyDisplayCmdImpl |
This is the default implementation of the
ListPaymentPolicyCmd task command. |
| UpdatePOSpendingForLimitCheckCmdImpl |
This is the default implementation of the
UpdatePOSpendingCmd task command. |
| UpdateTADepositRecordsCmdImpl |
This is the default implementation of the
UpdateTADepositRecordsCmd task command . |
| UpdateTARefundRecordsCmdImpl |
The default implementation of the
UpdateTARefundCmd task command. |
| UpdateTASpendingForLimitCheckCmdImpl |
This is the default implementation of the
UpdateTASpendingCmd task command. |
| ValidatePONumberCmdImpl |
This is the default implementation of the
ValidatePONumberCmd task command. |