Classes
| Class | Description | |
|---|---|---|
|
|
CartItem |
Cart Item in PayPal
|
|
|
OrderParams |
Memento for order parameters that should be passed to PayPal provider.
|
|
|
PayPalAPI |
PayPal API and support methods.
|
|
|
PayPalCancelPaymentArgs |
Arguments for Cancel payment.
|
|
|
PayPalCompletePaymentArgs |
Arguments for Complete payment.
|
|
|
PayPalCompletePaymentResult |
Result of the operation Complete Payment, CompletePayment(CompletePaymentArgs, SecurityToken)
|
|
|
PayPalExecutePaymentArgs |
Paypal arguments for execute payment.
|
|
|
PayPalExecutePaymentResult |
PayPal result of ExecutePayment.
|
|
|
PayPalProvider |
Implements the PayPal provider
|
|
|
PayPalReturnPaymentArgs |
Arguments for Return payment.
|
|
|
PluginSettings |
Provides configuration information about the PayPal payment provider from configuration file.
|
|
|
Response |
Response from PayPal provider.
|
Structures
| Structure | Description | |
|---|---|---|
|
|
PayPalCurrencyUnit |
Currency unit denotes a preset rounded off decimal value.
The precision of currency units is two decimal places for Paypal.
|
Delegates
| Delegate | Description | |
|---|---|---|
|
|
PayPalExecutePaymentArgs..::..ExecuteScriptHandler |
delegate to execute the payment provider script that post information to provider site, or redirect to provider site.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
|
|
CompleteType |
Paypal complete types
|
|
|
PaymentAction |
PayPal supported payment actions
|
|
|
PaymentMethod |
Represents PayPal payment methods.
|
|
|
RefundType |
Paypal refund types
|
|
|
ResponseACK |
Paypal response acknowledgements.
|
|
|
TransactionStatus |
Paypal transaction status
|