A B C D E F G I M P R S T U V

P

PayerInformation - Class in paypalnvp.fields
Payer Information Fields
PayerInformation() - Constructor for class paypalnvp.fields.PayerInformation
 
PayerInformation.PayerStatus - Enum in paypalnvp.fields
Status of payer
PayerName - Class in paypalnvp.fields
Payer Name Fields
PayerName() - Constructor for class paypalnvp.fields.PayerName
 
Payment - Class in paypalnvp.fields
Payment Details Type Fields.
Payment(String) - Constructor for class paypalnvp.fields.Payment
You are adviced to use Payment(PaymentItem[] itmes) contructor, where you can specify all items individually, add individual descriptions, recurring payments etc.
Payment(PaymentItem[]) - Constructor for class paypalnvp.fields.Payment
Create Payment from supplied items.
Payment(String, EbayPaymentItem[]) - Constructor for class paypalnvp.fields.Payment
Create Payment from supplied ebay items.
PaymentAction - Enum in paypalnvp.fields
How you want to obtain payment You cannot set this value to Sale on SetExpressCheckout request and then change this value to Authorization on the final PayPal Express Checkout API DoExpressCheckoutPayment request.
PaymentItem - Class in paypalnvp.fields
Payment Details Item Type Fields.
PaymentItem() - Constructor for class paypalnvp.fields.PaymentItem
 
PayPal - Class in paypalnvp.core
Instance of this class is used for sending requests and returning responses from paypal.
PayPal(Profile, PayPal.Environment) - Constructor for class paypalnvp.core.PayPal
Returns new instance of PayPal for use with api signatures.
PayPal(Profile, PayPal.Environment, boolean) - Constructor for class paypalnvp.core.PayPal
Returns new instance of PayPal.
PayPal.Environment - Enum in paypalnvp.core
paypal environment - live, sandbox or beta sandbox
paypalnvp.core - package paypalnvp.core
 
paypalnvp.fields - package paypalnvp.fields
 
paypalnvp.profile - package paypalnvp.profile
 
paypalnvp.request - package paypalnvp.request
 
paypalnvp.util - package paypalnvp.util
 
Profile - Interface in paypalnvp.profile
Represents paypal user - his/her password, user name etc.

A B C D E F G I M P R S T U V