Classes
| Class | Description | |
|---|---|---|
|
|
Address |
Represent the address of a transaction for PayEx
|
|
|
Invoice |
Represents a PayEx invoice.
|
|
|
InvoiceRow |
Represent a payEx invoice row.
|
|
|
PayExCompletePaymentArgs |
Base class for arguments passed to CompletePayment(CompletePaymentArgs, SecurityToken)
|
|
|
PayExCompletePaymentResult |
Result of the operation Complete Payment, CompletePayment(CompletePaymentArgs, SecurityToken)
|
|
|
PayExExecutePaymentArgs |
Arguments for Execute payment.
|
|
|
PayExExecutePaymentResult |
Result of ExecutePayment.
|
|
|
PayExOrder |
Wraps the pxOrder web service
|
|
|
PayExOrder..::..AddOrderAddressResponse |
Provides a typed instance of response received from PxOrder.AddAddress webMethod
|
|
|
PayExOrder..::..AddSingleOrderLineResponse |
Provides a typed instance of response received from PxOrder.AddSingleOrderLine webMethod
|
|
|
PayExOrder..::..CancelResponse |
Provides a typed instance of response received from PxOrder.Ccancel webMethod
|
|
|
PayExOrder..::..CaptureResponse |
Provides a typed instance of response received from PxOrder.Complete webMethod
|
|
|
PayExOrder..::..CompleteResponse |
Provides a typed instance of response received from PxOrder.Complete webMethod
|
|
|
PayExOrder..::..CreditResponse |
Provides a typed instance of response received from PxOrder.Ccancel webMethod
|
|
|
PayExOrder..::..Initialize6Response |
provides a typed instance of reponse received from PxOrder.Initialize6 web method
|
|
|
PayExOrder..::..Initialize7Response |
provides a typed instance of reponse received from PxOrder.Initialize7 web method
|
|
|
PayExOrder..::..TransactionCheckResponse |
Provides a typed instance of response received from PxOrder.TransactionCheck webMethod
|
|
|
PayExProvider |
Implementation of the Payment Provider functionality
|
|
|
PluginSettings |
Provides configuration information about the payex payment provider from configuration file
|
|
|
PriceArgList |
provides a strongly typed collection for PriceArgList, used in pxOrder.Initialize6 method
|
Delegates
| Delegate | Description | |
|---|---|---|
|
|
PayExExecutePaymentArgs..::..ExecuteScriptHandler |
delegate to execute the payment provider script that post information to provider site, or redirect to provider site.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
|
|
AuthenticatedWith3DSecureState |
If authentication with 3D secure used, the state of the authentication
|
|
|
AuthenticationState |
Authentication status relating to 3D Secure transactions
|
|
|
Currency |
defined currencies by PayEx
|
|
|
MediaDistribution |
Defines how an Invoice will be distributed by PayEx.
|
|
|
OrderStatus |
Status of the order
|
|
|
PriceType |
Defines valid price types for PayEx.
A price type is a specific payment method, such as master card, visa card, American Express card...
|
|
|
PurchaseOperation |
defines whether purchase is single phase or two phase. if two phase commit occurs later.
|
|
|
ReturnCode |
Describes return codes returned by the Payex system
|
|
|
TransactionState |
Defines transaction state in Payex system
|
|
|
View |
PayEx payment method. this is the payment category, such as pay by credit card, pay by invoice.
|
|
|
ViewType |
Differentiate between different payment pages in PayEx (re-direct model)
|