NetQuarry.Services.Paypal Namespace |
Class | Description | |
---|---|---|
CancelRecurringPaymentsResult |
Return value from CancelRecurringPaymentsProfile(String, String) method.
| |
CheckoutDetailsResult |
Return value from the GetExpressCheckoutDetails(String) method.
| |
CreditCardDetails |
Holds information about a credit card
| |
ExpressCheckoutResult |
Return value from the SetExpressCheckout(PaymentDetails, PayerInfo, String) and DoExpressCheckout(PaymentDetails, String, String) methods.
| |
PayerInfo |
Holds information about the payer
| |
PaymentDetails |
Holds information about the payment
| |
PaymentResult |
Return value from the DoDirectPayment(CreditCardDetails, PayerInfo, PaymentDetails) method.
| |
PaypalException |
The exception that is thrown when a paypal error occurs.
| |
PaypalResult |
Base class for all results. The Ack will normally be 'SUCCESS'. All of the API calls through the
IPaypal interface will throw an exception of type PaypalException and will not return a failure directly.
| |
RecurringPaymentsDetailsResult |
Return value from the GetRecurringPaymentsInfo(String) method.
| |
RecurringPaymentsResult |
Part of the return value from the GetRecurringPaymentsInfo(String) method.
| |
RecurringPaymentsSummary |
Return value from the GetRecurringPaymentsInfo(String) method.
| |
RefundTransactionResult |
Return value from the RefundTransaction(String, String) method.
|
Interface | Description | |
---|---|---|
IPaypal |
Standard payment interface for paypal using Website Payments Pro interface.
|
Enumeration | Description | |
---|---|---|
BillingPeriod |
The billing period (unit for billing during this subscription period).
| |
CreditCardType |
The type of the credit card.
| |
RecurringPaymentsProfileStatus |
Represents the status of the recurring profile.
|