Uses of Interface
paypalnvp.request.Request

Packages that use Request
paypalnvp.core   
paypalnvp.request   
 

Uses of Request in paypalnvp.core
 

Methods in paypalnvp.core with parameters of type Request
 java.lang.String PayPal.getRedirectUrl(Request request)
          Returns paypal url, where profile should be redirected.
 void PayPal.setResponse(Request request)
          Sets response from PayPal.
 

Uses of Request in paypalnvp.request
 

Classes in paypalnvp.request that implement Request
 class AddressVerify
          AddressVerify request.
 class BillOutstandingAmount
          BillOutstandingAmount Request Message Bill the buyer for the outstanding balance associated with a recurring payments profile.
 class CreateRecurringPaymentsProfile
          Create a recurring payments profile.
 class DoAuthorization
          Authorize a payment.
 class DoCapture
          Capture an authorized payment.
 class DoDirectPayment
           
 class DoExpressCheckoutPayment
           
 class DoNonReferencedCredit
          Issue a credit to a card not referenced by the original transaction.
 class DoReauthorization
           
 class DoReferenceTransaction
          Process a payment from a buyer’s account, which is identified by a previous transaction.
 class DoVoid
          Void an order or an authorization.
 class GetBalance
          Obtain the available balance for a PayPal account.
 class GetBillingAgreementCustomer
          GetBillingAgreementCustomerDetails Request Message
 class GetExpressCheckoutDetails
          Obtain information about an Express Checkout transaction.
 class GetRecurringPaymentsProfileDetails
          Obtain information about a recurring payments profile.
 class GetTransactionDetails
          Obtain information about a specific transaction.
 class ManagePendingTransactionStatus
           
 class ManageRecurringPaymentsProfileStatus
           
 class MassPay
          Make a payment to one or more PayPal account holders.
 class RefundTransaction
          RefundTransaction Request Message
 class SetExpressCheckout
          Instance is used for SetExpressCheckout request.
 class TransactionSearch
          Instance is used for TransactionSearch request.
 class UpdateRecurringPaymentsProfile