A B C D E F G H I J L M N O P Q R S T U V W X

A

AbstractCertificateHttpHeaderAuthStrategy - Class in com.paypal.base
AbstractCertificateHttpHeaderAuthStrategy is an abstract implementation for certificate based ICredential to be realized as HTTP headers
AbstractCertificateHttpHeaderAuthStrategy(String) - Constructor for class com.paypal.base.AbstractCertificateHttpHeaderAuthStrategy
AbstractCertificateHttpHeaderAuthStrategy
AbstractSignatureHttpHeaderAuthStrategy - Class in com.paypal.base
AbstractSignatureHttpHeaderAuthStrategy is an abstract implementation for signature based ICredential to be realized as HTTP headers
AbstractSignatureHttpHeaderAuthStrategy(String) - Constructor for class com.paypal.base.AbstractSignatureHttpHeaderAuthStrategy
AbstractCertificateHttpHeaderAuthStrategy
ACCOUNT_PREFIX - Static variable in class com.paypal.base.Constants
 
addParameter(String, String) - Method in class com.paypal.base.util.OAuthSignature
Adds Parameter.
Address - Class in com.paypal.api.openidconnect
 
Address() - Constructor for class com.paypal.api.openidconnect.Address
Default Constructor
Address - Class in com.paypal.api.payments
 
Address() - Constructor for class com.paypal.api.payments.Address
Default Constructor
Address(String, String, String) - Constructor for class com.paypal.api.payments.Address
Parameterized Constructor
Agreement - Class in com.paypal.api.payments
 
Agreement() - Constructor for class com.paypal.api.payments.Agreement
Default Constructor
Agreement(String, String, String, Payer, Plan) - Constructor for class com.paypal.api.payments.Agreement
Parameterized Constructor
AgreementDetails - Class in com.paypal.api.payments
 
AgreementDetails() - Constructor for class com.paypal.api.payments.AgreementDetails
Default Constructor
AgreementStateDescriptor - Class in com.paypal.api.payments
 
AgreementStateDescriptor() - Constructor for class com.paypal.api.payments.AgreementStateDescriptor
Default Constructor
AgreementStateDescriptor(Currency) - Constructor for class com.paypal.api.payments.AgreementStateDescriptor
Parameterized Constructor
AgreementTransaction - Class in com.paypal.api.payments
 
AgreementTransaction() - Constructor for class com.paypal.api.payments.AgreementTransaction
Default Constructor
AgreementTransaction(Currency, Currency, Currency) - Constructor for class com.paypal.api.payments.AgreementTransaction
Parameterized Constructor
AgreementTransactions - Class in com.paypal.api.payments
 
AgreementTransactions() - Constructor for class com.paypal.api.payments.AgreementTransactions
Default Constructor
Amount - Class in com.paypal.api.payments
 
Amount() - Constructor for class com.paypal.api.payments.Amount
Default Constructor
Amount(String, String) - Constructor for class com.paypal.api.payments.Amount
Parameterized Constructor
APICallPreHandler - Interface in com.paypal.base
APICallPreHandler defines a high level abstraction for call specific operations.
APICallPreHandlerFactory - Interface in com.paypal.base
APICallPreHandlerFactory factory for returning implementations if APICallPreHandler
APIContext - Class in com.paypal.base.rest
APIContext wraps wire-level parameters for the API call.
APIContext() - Constructor for class com.paypal.base.rest.APIContext
Default Constructor
APIContext(String) - Constructor for class com.paypal.base.rest.APIContext
APIContext, requestId is auto generated, calling setMaskRequestId(true) will override the requestId getter to return null
APIContext(String, String) - Constructor for class com.paypal.base.rest.APIContext
APIContext
APIService - Class in com.paypal.base
Wrapper class for api calls
APIService() - Constructor for class com.paypal.base.APIService
Deprecated.  
APIService(Map<String, String>) - Constructor for class com.paypal.base.APIService
APIService configured through Map
AuthenticationStrategy<T,E extends ICredential> - Interface in com.paypal.base
A Strategy pattern to retrieve ICredential as any conceivable datatype as required by the application
Authorization - Class in com.paypal.api.payments
 
Authorization() - Constructor for class com.paypal.api.payments.Authorization
Default Constructor
AUTHORIZATION_HEADER - Static variable in class com.paypal.base.Constants
 
authorize(String) - Method in class com.paypal.api.payments.Order
Creates an authorization on an order
authorize(APIContext) - Method in class com.paypal.api.payments.Order
Creates an authorization on an order
availableEventTypes(String) - Static method in class com.paypal.api.payments.EventType
Retrieves the master list of available Webhooks events-types resources for any webhook to subscribe to.
availableEventTypes(APIContext) - Static method in class com.paypal.api.payments.EventType
Retrieves the master list of available Webhooks events-types resources for any webhook to subscribe to.

B

BankAccount - Class in com.paypal.api.payments
 
BankAccount() - Constructor for class com.paypal.api.payments.BankAccount
Default Constructor
BankAccount(String, String) - Constructor for class com.paypal.api.payments.BankAccount
Parameterized Constructor
BankToken - Class in com.paypal.api.payments
 
BankToken() - Constructor for class com.paypal.api.payments.BankToken
Default Constructor
BankToken(String, String) - Constructor for class com.paypal.api.payments.BankToken
Parameterized Constructor
Base64 - Class in com.paypal.base.codec.binary
Provides Base64 encoding and decoding as defined by RFC 2045.
Base64() - Constructor for class com.paypal.base.codec.binary.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(boolean) - Constructor for class com.paypal.base.codec.binary.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in the given URL-safe mode.
Base64(int) - Constructor for class com.paypal.base.codec.binary.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(int, byte[]) - Constructor for class com.paypal.base.codec.binary.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(int, byte[], boolean) - Constructor for class com.paypal.base.codec.binary.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
BaseAPIContext - Class in com.paypal.base
 
BaseAPIContext() - Constructor for class com.paypal.base.BaseAPIContext
 
BaseException - Exception in com.paypal.base.exception
BaseException for SDK
BaseException(String) - Constructor for exception com.paypal.base.exception.BaseException
 
BaseException(String, Throwable) - Constructor for exception com.paypal.base.exception.BaseException
 
BaseNCodec - Class in com.paypal.base.codec.binary
Abstract superclass for Base-N encoders and decoders.
BaseNCodec(int, int, int, int) - Constructor for class com.paypal.base.codec.binary.BaseNCodec
Note lineLength is rounded down to the nearest multiple of BaseNCodec.encodedBlockSize If chunkSeparatorLength is zero, then chunking is disabled.
BaseService - Class in com.paypal.base
BaseService acts as base class for any concrete API service.
BaseService() - Constructor for class com.paypal.base.BaseService
Default Constructor
BaseService(InputStream) - Constructor for class com.paypal.base.BaseService
Constructs BaseService using the supplied InputStream for Properties configuration
BaseService(Properties) - Constructor for class com.paypal.base.BaseService
Constructs BaseService using the supplied Properties for configuration
BaseService(Map<String, String>) - Constructor for class com.paypal.base.BaseService
Constructs BaseService using the supplied Map for configuration
billBalance(String, AgreementStateDescriptor) - Method in class com.paypal.api.payments.Agreement
Bill an outstanding amount for an agreement by passing the ID of the agreement to the request URI.
billBalance(APIContext, AgreementStateDescriptor) - Method in class com.paypal.api.payments.Agreement
Bill an outstanding amount for an agreement by passing the ID of the agreement to the request URI.
BillingInfo - Class in com.paypal.api.payments
 
BillingInfo() - Constructor for class com.paypal.api.payments.BillingInfo
Default Constructor
BillingInfo(String) - Constructor for class com.paypal.api.payments.BillingInfo
Parameterized Constructor
BinaryDecoder - Interface in com.paypal.base.codec
Defines common decoding methods for byte array decoders.
BinaryEncoder - Interface in com.paypal.base.codec
Defines common encoding methods for byte array encoders.
buffer - Variable in class com.paypal.base.codec.binary.BaseNCodec
Buffer for streaming.

C

call(APICallPreHandler) - Method in class com.paypal.base.BaseService
Calls the APIService with the corresponding APICallPreHandler
cancel(String, AgreementStateDescriptor) - Method in class com.paypal.api.payments.Agreement
Cancel a billing agreement by passing the ID of the agreement to the request URI.
cancel(APIContext, AgreementStateDescriptor) - Method in class com.paypal.api.payments.Agreement
Cancel a billing agreement by passing the ID of the agreement to the request URI.
cancel(String, CancelNotification) - Method in class com.paypal.api.payments.Invoice
Cancels an invoice.
cancel(APIContext, CancelNotification) - Method in class com.paypal.api.payments.Invoice
Cancels an invoice.
CancelNotification - Class in com.paypal.api.payments
 
CancelNotification() - Constructor for class com.paypal.api.payments.CancelNotification
Default Constructor
capture(String, Capture) - Method in class com.paypal.api.payments.Authorization
Creates (and processes) a new Capture Transaction added as a related resource.
capture(APIContext, Capture) - Method in class com.paypal.api.payments.Authorization
Creates (and processes) a new Capture Transaction added as a related resource.
Capture - Class in com.paypal.api.payments
 
Capture() - Constructor for class com.paypal.api.payments.Capture
Default Constructor
Capture(Amount) - Constructor for class com.paypal.api.payments.Capture
Parameterized Constructor
capture(String, Capture) - Method in class com.paypal.api.payments.Order
Creates (and processes) a new Capture Transaction added as a related resource.
capture(APIContext, Capture) - Method in class com.paypal.api.payments.Order
Creates (and processes) a new Capture Transaction added as a related resource.
CartBase - Class in com.paypal.api.payments
 
CartBase() - Constructor for class com.paypal.api.payments.CartBase
Default Constructor
CertificateCredential - Class in com.paypal.base.credential
CertificateCredential encapsulates certificate credential information used by service authentication systems.
CertificateCredential(String, String, String, String) - Constructor for class com.paypal.base.credential.CertificateCredential
Certificate Credential
CertificateHttpHeaderAuthStrategy - Class in com.paypal.base.nvp
CertificateHttpHeaderAuthStrategy is an implementation of AuthenticationStrategy which acts on CertificateCredential and retrieves them as HTTP headers
CertificateHttpHeaderAuthStrategy(String) - Constructor for class com.paypal.base.nvp.CertificateHttpHeaderAuthStrategy
CertificateHttpHeaderAuthStrategy
CertificateHttpHeaderAuthStrategy - Class in com.paypal.base.soap
CertificateHttpHeaderAuthStrategy is an implementation of AuthenticationStrategy which acts on CertificateCredential and retrieves them as HTTP headers
CertificateHttpHeaderAuthStrategy(String) - Constructor for class com.paypal.base.soap.CertificateHttpHeaderAuthStrategy
CertificateHttpHeaderAuthStrategy
CertificateSOAPHeaderAuthStrategy - Class in com.paypal.base.soap
CertificateSOAPHeaderAuthStrategy is an implementation of AuthenticationStrategy which acts on CertificateCredential and retrieves them as SOAP headers
CertificateSOAPHeaderAuthStrategy() - Constructor for class com.paypal.base.soap.CertificateSOAPHeaderAuthStrategy
 
CharEncoding - Class in com.paypal.base.codec
Character encoding names required of every implementation of the Java platform.
CharEncoding() - Constructor for class com.paypal.base.codec.CharEncoding
 
ChargeModels - Class in com.paypal.api.payments
 
ChargeModels() - Constructor for class com.paypal.api.payments.ChargeModels
Default Constructor
ChargeModels(String, Currency) - Constructor for class com.paypal.api.payments.ChargeModels
Parameterized Constructor
CLIENT_ID - Static variable in class com.paypal.base.Constants
 
CLIENT_SECRET - Static variable in class com.paypal.base.Constants
 
ClientActionRequiredException - Exception in com.paypal.base.exception
ClientActionRequiredException, encapsulates instances where client has to take actions based or errors in API call.
ClientActionRequiredException(String) - Constructor for exception com.paypal.base.exception.ClientActionRequiredException
 
ClientActionRequiredException(String, Throwable) - Constructor for exception com.paypal.base.exception.ClientActionRequiredException
 
ClientCredentials - Class in com.paypal.base
ClientCredentials holds Client ID and Client Secret
ClientCredentials() - Constructor for class com.paypal.base.ClientCredentials
 
com.paypal.api.openidconnect - package com.paypal.api.openidconnect
 
com.paypal.api.payments - package com.paypal.api.payments
 
com.paypal.base - package com.paypal.base
 
com.paypal.base.codec - package com.paypal.base.codec
 
com.paypal.base.codec.binary - package com.paypal.base.codec.binary
 
com.paypal.base.credential - package com.paypal.base.credential
 
com.paypal.base.exception - package com.paypal.base.exception
 
com.paypal.base.ipn - package com.paypal.base.ipn
 
com.paypal.base.message - package com.paypal.base.message
 
com.paypal.base.nvp - package com.paypal.base.nvp
 
com.paypal.base.rest - package com.paypal.base.rest
 
com.paypal.base.sdk.info - package com.paypal.base.sdk.info
 
com.paypal.base.soap - package com.paypal.base.soap
 
com.paypal.base.util - package com.paypal.base.util
 
combineDefaultMap(Map<String, String>) - Static method in class com.paypal.base.SDKUtil
Combines some Map with default values.
combineDefaultProperties(Properties) - Static method in class com.paypal.base.ConfigManager
Combines some Properties with Default Properties
computeV1Signature() - Method in class com.paypal.base.util.OAuthSignature
Computes OAuth Signature as per OAuth specification using signature Method.
config - Variable in class com.paypal.base.HttpConnection
Subclasses must set the http configuration in the createAndconfigureHttpConnection() method.
ConfigManager - Class in com.paypal.base
ConfigManager loads configuration from 'sdk_config.properties' file found in the classpath.
configurationMap - Variable in class com.paypal.base.BaseService
 
configureAndExecute(String, HttpMethod, String, String, Class<T>) - Static method in class com.paypal.base.rest.PayPalResource
Deprecated.  
configureAndExecute(APIContext, HttpMethod, String, String, Class<T>) - Static method in class com.paypal.base.rest.PayPalResource
Configures and executes REST call: Supports JSON
configureAndExecute(APIContext, HttpMethod, String, Map<String, String>, String, Class<T>) - Static method in class com.paypal.base.rest.PayPalResource
Deprecated.  
connection - Variable in class com.paypal.base.HttpConnection
Subclasses must create and set the connection in the createAndconfigureHttpConnection() method.
ConnectionManager - Class in com.paypal.base
ConnectionManager acts as a interface to retrieve HttpConnection objects used by API service
Constants - Class in com.paypal.base
 
constructMap(Properties) - Static method in class com.paypal.base.SDKUtil
Constructs a Map from a Properties object by combining the default values.
containsAlphabetOrPad(byte[]) - Method in class com.paypal.base.codec.binary.BaseNCodec
Tests a given byte array to see if it contains any characters within the alphabet or PAD.
Cost - Class in com.paypal.api.payments
 
Cost() - Constructor for class com.paypal.api.payments.Cost
Default Constructor
create(String) - Method in class com.paypal.api.payments.Agreement
Create a new billing agreement by passing the details for the agreement, including the name, description, start date, payer, and billing plan in the request JSON.
create(APIContext) - Method in class com.paypal.api.payments.Agreement
Create a new billing agreement by passing the details for the agreement, including the name, description, start date, payer, and billing plan in the request JSON.
create(String) - Method in class com.paypal.api.payments.CreditCard
Creates a new Credit Card Resource (aka Tokenize).
create(APIContext) - Method in class com.paypal.api.payments.CreditCard
Creates a new Credit Card Resource (aka Tokenize).
create(String, String) - Method in class com.paypal.api.payments.FuturePayment
Creates a future payment using either authorization code or refresh token with correlation ID.
create(String) - Method in class com.paypal.api.payments.Invoice
Creates a new invoice Resource.
create(APIContext) - Method in class com.paypal.api.payments.Invoice
Creates a new invoice Resource.
create(String) - Method in class com.paypal.api.payments.Payment
Creates (and processes) a new Payment Resource.
create(APIContext) - Method in class com.paypal.api.payments.Payment
Creates (and processes) a new Payment Resource.
create(String) - Method in class com.paypal.api.payments.Plan
Create a new billing plan by passing the details for the plan, including the plan name, description, and type, to the request URI.
create(APIContext) - Method in class com.paypal.api.payments.Plan
Create a new billing plan by passing the details for the plan, including the plan name, description, and type, to the request URI.
create(String, Webhook) - Method in class com.paypal.api.payments.Webhook
Creates the Webhook for the application associated with the access token.
create(APIContext, Webhook) - Method in class com.paypal.api.payments.Webhook
Creates the Webhook for the application associated with the access token.
create(String) - Method in class com.paypal.api.payments.WebProfile
Create a web experience profile by passing the name of the profile and other profile details in the request JSON to the request URI.
create(APIContext) - Method in class com.paypal.api.payments.WebProfile
Create a web experience profile by passing the name of the profile and other profile details in the request JSON to the request URI.
createAndconfigureHttpConnection(HttpConfiguration) - Method in class com.paypal.base.DefaultHttpConnection
 
createAndconfigureHttpConnection(HttpConfiguration) - Method in class com.paypal.base.GoogleAppEngineHttpConnection
 
createAndconfigureHttpConnection(HttpConfiguration) - Method in class com.paypal.base.HttpConnection
create and configure HttpsURLConnection object
createAPICallPreHandler() - Method in interface com.paypal.base.APICallPreHandlerFactory
Creates an instance of APICallPreHandler
createAPICallPreHandler(Map<String, String>, String, String, Map<String, String>, String, String, SDKVersion) - Static method in class com.paypal.base.rest.PayPalResource
Returns a implementation of APICallPreHandler for the underlying layer.
createFromAuthorizationCode(CreateFromAuthorizationCodeParameters) - Static method in class com.paypal.api.openidconnect.Tokeninfo
Creates an Access Token from an Authorization Code.
createFromAuthorizationCode(APIContext, CreateFromAuthorizationCodeParameters) - Static method in class com.paypal.api.openidconnect.Tokeninfo
Creates an Access Token from an Authorization Code.
createFromAuthorizationCodeForFpp(APIContext, CreateFromAuthorizationCodeParameters) - Static method in class com.paypal.api.openidconnect.Tokeninfo
Creates an Access and a Refresh Tokens from an Authorization Code for future payment.
CreateFromAuthorizationCodeParameters - Class in com.paypal.api.openidconnect
 
CreateFromAuthorizationCodeParameters() - Constructor for class com.paypal.api.openidconnect.CreateFromAuthorizationCodeParameters
 
createFromRefreshToken(CreateFromRefreshTokenParameters) - Method in class com.paypal.api.openidconnect.Tokeninfo
Creates an Access Token from an Refresh Token.
createFromRefreshToken(APIContext, CreateFromRefreshTokenParameters) - Method in class com.paypal.api.openidconnect.Tokeninfo
Creates an Access Token from an Refresh Token.
CreateFromRefreshTokenParameters - Class in com.paypal.api.openidconnect
 
CreateFromRefreshTokenParameters() - Constructor for class com.paypal.api.openidconnect.CreateFromRefreshTokenParameters
 
CreateProfileResponse - Class in com.paypal.api.payments
 
CreateProfileResponse() - Constructor for class com.paypal.api.payments.CreateProfileResponse
Default Constructor
CREDENTIAL_APPLICATIONID_SUFFIX - Static variable in class com.paypal.base.Constants
 
CREDENTIAL_CERTKEY_SUFFIX - Static variable in class com.paypal.base.Constants
 
CREDENTIAL_CERTPATH_SUFFIX - Static variable in class com.paypal.base.Constants
 
CREDENTIAL_PASSWORD_SUFFIX - Static variable in class com.paypal.base.Constants
 
CREDENTIAL_SIGNATURE_SUFFIX - Static variable in class com.paypal.base.Constants
 
CREDENTIAL_SUBJECT_SUFFIX - Static variable in class com.paypal.base.Constants
 
CREDENTIAL_USERNAME_SUFFIX - Static variable in class com.paypal.base.Constants
 
CredentialManager - Class in com.paypal.base
CredentialManager acts as a factory for loading ICredential credential configured in application properties
CredentialManager(Map<String, String>) - Constructor for class com.paypal.base.CredentialManager
Credential Manager
Credit - Class in com.paypal.api.payments
 
Credit() - Constructor for class com.paypal.api.payments.Credit
Default Constructor
Credit(String) - Constructor for class com.paypal.api.payments.Credit
Parameterized Constructor
CreditCard - Class in com.paypal.api.payments
 
CreditCard() - Constructor for class com.paypal.api.payments.CreditCard
Default Constructor
CreditCard(String, String, int, int) - Constructor for class com.paypal.api.payments.CreditCard
Parameterized Constructor
CreditCardHistory - Class in com.paypal.api.payments
 
CreditCardHistory() - Constructor for class com.paypal.api.payments.CreditCardHistory
Default Constructor
CreditCardToken - Class in com.paypal.api.payments
 
CreditCardToken() - Constructor for class com.paypal.api.payments.CreditCardToken
Default Constructor
CreditCardToken(String) - Constructor for class com.paypal.api.payments.CreditCardToken
Parameterized Constructor
Currency - Class in com.paypal.api.payments
 
Currency() - Constructor for class com.paypal.api.payments.Currency
Default Constructor
Currency(String, String) - Constructor for class com.paypal.api.payments.Currency
Parameterized Constructor
currentLinePos - Variable in class com.paypal.base.codec.binary.BaseNCodec
Variable tracks how many characters have been written to the current line.
CustomAmount - Class in com.paypal.api.payments
 
CustomAmount() - Constructor for class com.paypal.api.payments.CustomAmount
Default Constructor

D

decode(Object) - Method in class com.paypal.base.codec.binary.BaseNCodec
Decodes an Object using the Base-N algorithm.
decode(String) - Method in class com.paypal.base.codec.binary.BaseNCodec
Decodes a String containing characters in the Base-N alphabet.
decode(byte[]) - Method in class com.paypal.base.codec.binary.BaseNCodec
Decodes a byte[] containing characters in the Base-N alphabet.
decode(byte[]) - Method in interface com.paypal.base.codec.BinaryDecoder
Decodes a byte array and returns the results as a byte array.
decode(Object) - Method in interface com.paypal.base.codec.Decoder
Decodes an "encoded" Object and returns a "decoded" Object.
decode(String) - Static method in class com.paypal.base.NVPUtil
Utility method used to decode the nvp response String
decodeBase64(String) - Static method in class com.paypal.base.codec.binary.Base64
Decodes a Base64 String into octets
decodeBase64(byte[]) - Static method in class com.paypal.base.codec.binary.Base64
Decodes Base64 data into octets
decodeInteger(byte[]) - Static method in class com.paypal.base.codec.binary.Base64
Decodes a byte64-encoded integer according to crypto standards such as W3C's XML-Signature
Decoder - Interface in com.paypal.base.codec
Provides the highest level of abstraction for Decoders.
decodeResponseObject(Object, String) - Static method in class com.paypal.base.ReflectionUtil
 
DecoderException - Exception in com.paypal.base.codec
Thrown when there is a failure condition during the decoding process.
DecoderException() - Constructor for exception com.paypal.base.codec.DecoderException
Constructs a new exception with null as its detail message.
DecoderException(String) - Constructor for exception com.paypal.base.codec.DecoderException
Constructs a new exception with the specified detail message.
DecoderException(String, Throwable) - Constructor for exception com.paypal.base.codec.DecoderException
Constructsa new exception with the specified detail message and cause.
DecoderException(Throwable) - Constructor for exception com.paypal.base.codec.DecoderException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
DEFAULT_CONFIGURATION_FILE - Static variable in class com.paypal.base.Constants
 
DefaultHttpConnection - Class in com.paypal.base
Wrapper class used for HttpsURLConnection
DefaultHttpConnection() - Constructor for class com.paypal.base.DefaultHttpConnection
 
DefaultSOAPAPICallHandler - Class in com.paypal.base
DefaultSOAPAPICallHandler acts as a basic SOAP APICallPreHandler.
DefaultSOAPAPICallHandler(String, String, String) - Constructor for class com.paypal.base.DefaultSOAPAPICallHandler
Deprecated.  
DefaultSOAPAPICallHandler(String, String, String, Map<String, String>) - Constructor for class com.paypal.base.DefaultSOAPAPICallHandler
DefaultSOAPAPICallHandler acts as the base SOAPAPICallHandler.
DefaultSOAPAPICallHandler(XMLMessageSerializer, BaseAPIContext, Map<String, String>, String) - Constructor for class com.paypal.base.DefaultSOAPAPICallHandler
DefaultSOAPAPICallHandler taking XMLMessageSerializer instance for SOAP Body part.
DefaultSOAPAPICallHandler.XmlNamespaceProvider - Interface in com.paypal.base
XML Namespace provider for SOAP serialization
delete(String) - Method in class com.paypal.api.payments.CreditCard
Delete the Credit Card resource for the given identifier.
delete(APIContext) - Method in class com.paypal.api.payments.CreditCard
Delete the Credit Card resource for the given identifier.
delete(String) - Method in class com.paypal.api.payments.Invoice
Delete invoice resource for the given identifier.
delete(APIContext) - Method in class com.paypal.api.payments.Invoice
Delete invoice resource for the given identifier.
delete(String, String) - Method in class com.paypal.api.payments.Webhook
Deletes the Webhook identified by webhook_id for the application associated with access token.
delete(APIContext, String) - Method in class com.paypal.api.payments.Webhook
Deletes the Webhook identified by webhook_id for the application associated with access token.
delete(String) - Method in class com.paypal.api.payments.WebProfile
Delete an existing web experience profile by passing the profile ID to the request URI.
delete(APIContext) - Method in class com.paypal.api.payments.WebProfile
Delete an existing web experience profile by passing the profile ID to the request URI.
Details - Class in com.paypal.api.payments
 
Details() - Constructor for class com.paypal.api.payments.Details
Default Constructor
DEVICE_IP_ADDRESS - Static variable in class com.paypal.base.Constants
 
doVoid(String) - Method in class com.paypal.api.payments.Authorization
Voids (cancels) an Authorization.
doVoid(APIContext) - Method in class com.paypal.api.payments.Authorization
Voids (cancels) an Authorization.
doVoid(String) - Method in class com.paypal.api.payments.Order
Voids (cancels) an Order.
doVoid(APIContext) - Method in class com.paypal.api.payments.Order
Voids (cancels) an Order.

E

EMPTY_STRING - Static variable in class com.paypal.base.Constants
 
encode(Object) - Method in class com.paypal.base.codec.binary.BaseNCodec
Encodes an Object using the Base-N algorithm.
encode(byte[]) - Method in class com.paypal.base.codec.binary.BaseNCodec
Encodes a byte[] containing binary data, into a byte[] containing characters in the alphabet.
encode(byte[]) - Method in interface com.paypal.base.codec.BinaryEncoder
Encodes a byte array and return the encoded data as a byte array.
encode(Object) - Method in interface com.paypal.base.codec.Encoder
Encodes an "Object" and returns the encoded content as an Object.
encode(String, String) - Static method in class com.paypal.base.util.PayPalURLEncoder
Encodes the given string s in a x-www-form-urlencoded string using the specified encoding scheme enc.
encodeAsString(byte[]) - Method in class com.paypal.base.codec.binary.BaseNCodec
Encodes a byte[] containing binary data, into a String containing characters in the appropriate alphabet.
encodeBase64(byte[]) - Static method in class com.paypal.base.codec.binary.Base64
Encodes binary data using the base64 algorithm but does not chunk the output.
encodeBase64(byte[], boolean) - Static method in class com.paypal.base.codec.binary.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64(byte[], boolean, boolean) - Static method in class com.paypal.base.codec.binary.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64(byte[], boolean, boolean, int) - Static method in class com.paypal.base.codec.binary.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64Chunked(byte[]) - Static method in class com.paypal.base.codec.binary.Base64
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
encodeBase64String(byte[]) - Static method in class com.paypal.base.codec.binary.Base64
Encodes binary data using the base64 algorithm but does not chunk the output.
encodeBase64URLSafe(byte[]) - Static method in class com.paypal.base.codec.binary.Base64
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
encodeBase64URLSafeString(byte[]) - Static method in class com.paypal.base.codec.binary.Base64
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
encodeInteger(BigInteger) - Static method in class com.paypal.base.codec.binary.Base64
Encodes to a byte64-encoded integer according to crypto standards such as W3C's XML-Signature
Encoder - Interface in com.paypal.base.codec
Provides the highest level of abstraction for Encoders.
EncoderException - Exception in com.paypal.base.codec
Thrown when there is a failure condition during the encoding process.
EncoderException() - Constructor for exception com.paypal.base.codec.EncoderException
Constructs a new exception with null as its detail message.
EncoderException(String) - Constructor for exception com.paypal.base.codec.EncoderException
Constructs a new exception with the specified detail message.
EncoderException(String, Throwable) - Constructor for exception com.paypal.base.codec.EncoderException
Constructs a new exception with the specified detail message and cause.
EncoderException(Throwable) - Constructor for exception com.paypal.base.codec.EncoderException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
encodeToString(byte[]) - Method in class com.paypal.base.codec.binary.BaseNCodec
Encodes a byte[] containing binary data, into a String containing characters in the Base-N alphabet.
encodeUrl(String) - Static method in class com.paypal.base.NVPUtil
Utility method used to encode the value
ENCODING_FORMAT - Static variable in class com.paypal.base.Constants
 
ENDPOINT - Static variable in class com.paypal.base.Constants
 
endPointUrl - Variable in class com.paypal.base.AbstractCertificateHttpHeaderAuthStrategy
Endpoint url
endPointUrl - Variable in class com.paypal.base.AbstractSignatureHttpHeaderAuthStrategy
Endpoint url
ensureBufferSize(int) - Method in class com.paypal.base.codec.binary.BaseNCodec
Ensure that the buffer has room for size bytes
eof - Variable in class com.paypal.base.codec.binary.BaseNCodec
Boolean flag to indicate the EOF has been reached.
Error - Class in com.paypal.api.openidconnect
 
Error() - Constructor for class com.paypal.api.openidconnect.Error
Default Constructor
Error(String) - Constructor for class com.paypal.api.openidconnect.Error
Parameterized Constructor
Error - Class in com.paypal.api.payments
 
Error() - Constructor for class com.paypal.api.payments.Error
Default Constructor
Error(String, String, String) - Constructor for class com.paypal.api.payments.Error
Parameterized Constructor
ErrorDetails - Class in com.paypal.api.payments
 
ErrorDetails() - Constructor for class com.paypal.api.payments.ErrorDetails
Default Constructor
ErrorDetails(String, String) - Constructor for class com.paypal.api.payments.ErrorDetails
Parameterized Constructor
escapeInvalidXmlChars(String) - Static method in class com.paypal.base.SDKUtil
Method replaces invalid XML entities with proper escapes, this method does not depend on regular expressions
escapeInvalidXmlCharsRegex(String) - Static method in class com.paypal.base.SDKUtil
Method replaces invalid XML entities with proper escapes, this method depends on regular expressions
escapeInvalidXmlCharsRegex(Integer) - Static method in class com.paypal.base.SDKUtil
Method replaces invalid XML entities with proper escapes, this method depends on regular expressions
escapeInvalidXmlCharsRegex(Long) - Static method in class com.paypal.base.SDKUtil
Method replaces invalid XML entities with proper escapes, this method depends on regular expressions
escapeInvalidXmlCharsRegex(Boolean) - Static method in class com.paypal.base.SDKUtil
Method replaces invalid XML entities with proper escapes, this method depends on regular expressions
escapeInvalidXmlCharsRegex(Double) - Static method in class com.paypal.base.SDKUtil
Method replaces invalid XML entities with proper escapes, this method depends on regular expressions
escapeInvalidXmlCharsRegex(Float) - Static method in class com.paypal.base.SDKUtil
Method replaces invalid XML entities with proper escapes, this method depends on regular expressions
Event - Class in com.paypal.api.payments
 
Event() - Constructor for class com.paypal.api.payments.Event
Default Constructor
EventList - Class in com.paypal.api.payments
 
EventList() - Constructor for class com.paypal.api.payments.EventList
Default Constructor
EventType - Class in com.paypal.api.payments
 
EventType() - Constructor for class com.paypal.api.payments.EventType
Default Constructor
EventType(String) - Constructor for class com.paypal.api.payments.EventType
Parameterized Constructor
EventTypeList - Class in com.paypal.api.payments
 
EventTypeList() - Constructor for class com.paypal.api.payments.EventTypeList
Default Constructor
execute(String) - Method in class com.paypal.api.payments.Agreement
Execute a billing agreement after buyer approval by passing the payment token to the request URI.
execute(APIContext) - Method in class com.paypal.api.payments.Agreement
Execute a billing agreement after buyer approval by passing the payment token to the request URI.
execute(String, PaymentExecution) - Method in class com.paypal.api.payments.Payment
Executes the payment (after approved by the Payer) associated with this resource when the payment method is PayPal.
execute(APIContext, PaymentExecution) - Method in class com.paypal.api.payments.Payment
Executes the payment (after approved by the Payer) associated with this resource when the payment method is PayPal.
execute(String, String, Map<String, String>) - Method in class com.paypal.base.HttpConnection
Executes HTTP request
expiresIn() - Method in class com.paypal.base.rest.OAuthTokenCredential
Specifies how long this token can be used for placing API calls.
ExtendedBankAccount - Class in com.paypal.api.payments
 
ExtendedBankAccount() - Constructor for class com.paypal.api.payments.ExtendedBankAccount
Default Constructor

F

FlowConfig - Class in com.paypal.api.payments
 
FlowConfig() - Constructor for class com.paypal.api.payments.FlowConfig
Default Constructor
formatURIPath(String, Object[]) - Static method in class com.paypal.base.rest.RESTUtil
Formats the URI path for REST calls.
formatURIPath(String, Map<String, String>) - Static method in class com.paypal.base.rest.RESTUtil
Formats the URI path for REST calls.
formatURIPath(String, Map<String, String>, Map<String, String>) - Static method in class com.paypal.base.rest.RESTUtil
Formats the URI path for REST calls.
formUserAgentHeader() - Method in class com.paypal.base.rest.RESTAPICallPreHandler
Returns User-Agent header
fromJSON(String, Class<T>) - Static method in class com.paypal.base.rest.JSONFormatter
Converts a JSON String to object representation
FundingInstrument - Class in com.paypal.api.payments
 
FundingInstrument() - Constructor for class com.paypal.api.payments.FundingInstrument
Default Constructor
FuturePayment - Class in com.paypal.api.payments
 
FuturePayment() - Constructor for class com.paypal.api.payments.FuturePayment
 

G

generateHeaderStrategy(CertificateCredential) - Method in class com.paypal.base.AbstractCertificateHttpHeaderAuthStrategy
Returns CertificateCredential as HTTP headers
generateHeaderStrategy(SignatureCredential) - Method in class com.paypal.base.AbstractSignatureHttpHeaderAuthStrategy
Returns CertificateCredential as HTTP headers
generateHeaderStrategy(E) - Method in interface com.paypal.base.AuthenticationStrategy
Generates Headers ICredential as any type as chosen by the implementation
generateHeaderStrategy(CertificateCredential) - Method in class com.paypal.base.soap.CertificateSOAPHeaderAuthStrategy
 
generateHeaderStrategy(SignatureCredential) - Method in class com.paypal.base.soap.SignatureSOAPHeaderAuthStrategy
 
generateMapFromResponse(Object, String) - Static method in class com.paypal.base.ReflectionUtil
 
get(String, String) - Static method in class com.paypal.api.payments.Agreement
Retrieve details for a particular billing agreement by passing the ID of the agreement to the request URI.
get(APIContext, String) - Static method in class com.paypal.api.payments.Agreement
Retrieve details for a particular billing agreement by passing the ID of the agreement to the request URI.
get(String, String) - Static method in class com.paypal.api.payments.Authorization
Obtain the Authorization transaction resource for the given identifier.
get(APIContext, String) - Static method in class com.paypal.api.payments.Authorization
Obtain the Authorization transaction resource for the given identifier.
get(String, String) - Static method in class com.paypal.api.payments.Capture
Obtain the Capture transaction resource for the given identifier.
get(APIContext, String) - Static method in class com.paypal.api.payments.Capture
Obtain the Capture transaction resource for the given identifier.
get(String, String) - Static method in class com.paypal.api.payments.CreditCard
Obtain the Credit Card resource for the given identifier.
get(APIContext, String) - Static method in class com.paypal.api.payments.CreditCard
Obtain the Credit Card resource for the given identifier.
get(String, String) - Static method in class com.paypal.api.payments.Event
Retrieves the Webhooks event resource identified by event_id.
get(APIContext, String) - Static method in class com.paypal.api.payments.Event
Retrieves the Webhooks event resource identified by event_id.
get(String, String) - Static method in class com.paypal.api.payments.Invoice
Get the invoice resource for the given identifier.
get(APIContext, String) - Static method in class com.paypal.api.payments.Invoice
Get the invoice resource for the given identifier.
get(String, String) - Static method in class com.paypal.api.payments.Order
Obtain the Order resource for the given identifier.
get(APIContext, String) - Static method in class com.paypal.api.payments.Order
Obtain the Order resource for the given identifier.
get(String, String) - Static method in class com.paypal.api.payments.Payment
Obtain the Payment resource for the given identifier.
get(APIContext, String) - Static method in class com.paypal.api.payments.Payment
Obtain the Payment resource for the given identifier.
get(String, String) - Static method in class com.paypal.api.payments.Plan
Retrieve the details for a particular billing plan by passing the billing plan ID to the request URI.
get(APIContext, String) - Static method in class com.paypal.api.payments.Plan
Retrieve the details for a particular billing plan by passing the billing plan ID to the request URI.
get(String, String) - Static method in class com.paypal.api.payments.Refund
Obtain the Refund transaction resource for the given identifier.
get(APIContext, String) - Static method in class com.paypal.api.payments.Refund
Obtain the Refund transaction resource for the given identifier.
get(String, String) - Static method in class com.paypal.api.payments.Sale
Obtain the Sale transaction resource for the given identifier.
get(APIContext, String) - Static method in class com.paypal.api.payments.Sale
Obtain the Sale transaction resource for the given identifier.
get(String, String) - Method in class com.paypal.api.payments.Webhook
Retrieves the Webhook identified by webhook_id for the application associated with access token.
get(APIContext, String) - Method in class com.paypal.api.payments.Webhook
Retrieves the Webhook identified by webhook_id for the application associated with access token.
get(String, String) - Static method in class com.paypal.api.payments.WebProfile
Retrieve the details of a particular web experience profile by passing the ID of the profile to the request URI.
get(APIContext, String) - Static method in class com.paypal.api.payments.WebProfile
Retrieve the details of a particular web experience profile by passing the ID of the profile to the request URI.
getAcceptedPaymentType() - Method in class com.paypal.api.payments.MerchantPreferences
Getter for acceptedPaymentType
getAccessToken() - Method in class com.paypal.api.openidconnect.Tokeninfo
Getter for just accessToken without type (e.g., "EEwJ6tF9x5WCIZDYzyZGaz6Khbw7raYRIBV_WxVvgmsG")
getAccessToken() - Method in class com.paypal.base.BaseService
Gets the Access Token
getAccessToken() - Method in class com.paypal.base.credential.TokenAuthorization
 
getAccessToken() - Method in class com.paypal.base.rest.APIContext
Returns the Access Token
getAccessToken() - Method in class com.paypal.base.rest.OAuthTokenCredential
Computes Access Token by placing a call to OAuth server using ClientID and ClientSecret.
getAccessTokenWithType() - Method in class com.paypal.api.openidconnect.Tokeninfo
Getter for accessToken with token type (e.g., "Bearer: EEwJ6tF9x5WCIZDYzyZGaz6Khbw7raYRIBV_WxVvgmsG")
getAccountName() - Method in class com.paypal.api.payments.BankAccount
Getter for accountName
getAccountNumber() - Method in class com.paypal.api.payments.BankAccount
Getter for accountNumber
getAccountNumberType() - Method in class com.paypal.api.payments.BankAccount
Getter for accountNumberType
getAccountType() - Method in class com.paypal.api.openidconnect.Userinfo
Getter for accountType
getAccountType() - Method in class com.paypal.api.payments.BankAccount
Getter for accountType
getAdditionalInfo() - Method in class com.paypal.api.payments.BillingInfo
Getter for additionalInfo
getAdditionalInfo() - Method in class com.paypal.api.payments.MerchantInfo
Getter for additionalInfo
getAddress() - Method in class com.paypal.api.openidconnect.Userinfo
Getter for address
getAddress() - Method in class com.paypal.api.payments.BillingInfo
Getter for address
getAddress() - Method in class com.paypal.api.payments.MerchantInfo
Getter for address
getAddress() - Method in class com.paypal.api.payments.ShippingInfo
Getter for address
getAddressOverride() - Method in class com.paypal.api.payments.InputFields
Getter for addressOverride
getAgeRange() - Method in class com.paypal.api.openidconnect.Userinfo
Getter for ageRange
getAgreementDetails() - Method in class com.paypal.api.payments.Agreement
Getter for agreementDetails
getAgreementTransactionList() - Method in class com.paypal.api.payments.AgreementTransactions
Getter for agreementTransactionList
getAll(String) - Static method in class com.paypal.api.payments.Invoice
Get all invoices of a merchant.
getAll(APIContext) - Static method in class com.paypal.api.payments.Invoice
Get all invoices of a merchant.
getAll(String) - Method in class com.paypal.api.payments.WebhookList
Retrieves all Webhooks for the application associated with access token.
getAll(APIContext) - Method in class com.paypal.api.payments.WebhookList
Retrieves all Webhooks for the application associated with access token.
getAllowedPaymentMethod() - Method in class com.paypal.api.payments.PaymentOptions
Getter for allowedPaymentMethod
getAllowNote() - Method in class com.paypal.api.payments.InputFields
Getter for allowNote
getAmount() - Method in class com.paypal.api.payments.AgreementStateDescriptor
Getter for amount
getAmount() - Method in class com.paypal.api.payments.AgreementTransaction
Getter for amount
getAmount() - Method in class com.paypal.api.payments.Authorization
Getter for amount
getAmount() - Method in class com.paypal.api.payments.Capture
Getter for amount
getAmount() - Method in class com.paypal.api.payments.CartBase
Getter for amount
getAmount() - Method in class com.paypal.api.payments.ChargeModels
Getter for amount
getAmount() - Method in class com.paypal.api.payments.Cost
Getter for amount
getAmount() - Method in class com.paypal.api.payments.CustomAmount
Getter for amount
getAmount() - Method in class com.paypal.api.payments.Order
Getter for amount
getAmount() - Method in class com.paypal.api.payments.OverrideChargeModel
Getter for amount
getAmount() - Method in class com.paypal.api.payments.PaymentDefinition
Getter for amount
getAmount() - Method in class com.paypal.api.payments.Refund
Getter for amount
getAmount() - Method in class com.paypal.api.payments.Sale
Getter for amount
getAmount() - Method in class com.paypal.api.payments.ShippingCost
Getter for amount
getAmount() - Method in class com.paypal.api.payments.Tax
Getter for amount
getAmount() - Method in class com.paypal.api.payments.Transactions
Getter for amount
getAmountRange() - Method in class com.paypal.api.payments.Terms
Getter for amountRange
getApplicationId() - Method in class com.paypal.base.credential.CertificateCredential
 
getApplicationId() - Method in class com.paypal.base.credential.SignatureCredential
 
getAuthCaptureTimestamp() - Method in class com.paypal.api.payments.BankAccount
Getter for authCaptureTimestamp
getAuthHeader(String, String, String, String, OAuthSignature.HTTPMethod, String, Map) - Static method in class com.paypal.base.util.OAuthSignature
Accepts the required parameters and Provides OAuth signature and TimeStamp.
getAuthorization() - Method in class com.paypal.api.payments.RelatedResources
Getter for authorization
getAuthorizationHeader() - Method in class com.paypal.base.rest.OAuthTokenCredential
Computes Access Token by doing a Base64 encoding on the ClientID and ClientSecret.
getAuthType() - Method in class com.paypal.api.payments.BankAccount
Getter for authType
getAutoBillAmount() - Method in class com.paypal.api.payments.MerchantPreferences
Getter for autoBillAmount
getBankAccount() - Method in class com.paypal.api.payments.FundingInstrument
Getter for bankAccount
getBankAccountToken() - Method in class com.paypal.api.payments.FundingInstrument
Getter for bankAccountToken
getBankId() - Method in class com.paypal.api.payments.BankToken
Getter for bankId
getBankName() - Method in class com.paypal.api.payments.BankAccount
Getter for bankName
getBankTxnPendingUrl() - Method in class com.paypal.api.payments.FlowConfig
Getter for bankTxnPendingUrl
getBaseURL() - Method in class com.paypal.base.rest.RESTAPICallPreHandler
Returns the base URL configured in application resources or Map passed for dynamic configuration
getBillingAddress() - Method in class com.paypal.api.payments.BankAccount
Getter for billingAddress
getBillingAddress() - Method in class com.paypal.api.payments.CreditCard
Getter for billingAddress
getBillingAddress() - Method in class com.paypal.api.payments.PayerInfo
Getter for billingAddress
getBillingAddress() - Method in class com.paypal.api.payments.PaymentCard
Getter for billingAddress
getBillingInfo() - Method in class com.paypal.api.payments.Invoice
Getter for billingInfo
getBirthdate() - Method in class com.paypal.api.openidconnect.Userinfo
Getter for birthdate
getBirthDate() - Method in class com.paypal.api.payments.BankAccount
Getter for birthDate
getBirthDate() - Method in class com.paypal.api.payments.PayerInfo
Getter for birthDate
getBrandName() - Method in class com.paypal.api.payments.Presentation
Getter for brandName
getBusinessName() - Method in class com.paypal.api.payments.BillingInfo
Getter for businessName
getBusinessName() - Method in class com.paypal.api.payments.MerchantInfo
Getter for businessName
getBusinessName() - Method in class com.paypal.api.payments.ShippingInfo
Getter for businessName
getBuyerAccountNumber() - Method in class com.paypal.api.payments.PayerInfo
Getter for buyerAccountNumber
getBuyerEditable() - Method in class com.paypal.api.payments.Terms
Getter for buyerEditable
getBytesIso8859_1(String) - Static method in class com.paypal.base.codec.binary.StringUtils
Encodes the given string into a sequence of bytes using the ISO-8859-1 charset, storing the result into a new byte array.
getBytesUnchecked(String, String) - Static method in class com.paypal.base.codec.binary.StringUtils
Encodes the given string into a sequence of bytes using the named charset, storing the result into a new byte array.
getBytesUsAscii(String) - Static method in class com.paypal.base.codec.binary.StringUtils
Encodes the given string into a sequence of bytes using the US-ASCII charset, storing the result into a new byte array.
getBytesUtf16(String) - Static method in class com.paypal.base.codec.binary.StringUtils
Encodes the given string into a sequence of bytes using the UTF-16 charset, storing the result into a new byte array.
getBytesUtf16Be(String) - Static method in class com.paypal.base.codec.binary.StringUtils
Encodes the given string into a sequence of bytes using the UTF-16BE charset, storing the result into a new byte array.
getBytesUtf16Le(String) - Static method in class com.paypal.base.codec.binary.StringUtils
Encodes the given string into a sequence of bytes using the UTF-16LE charset, storing the result into a new byte array.
getBytesUtf8(String) - Static method in class com.paypal.base.codec.binary.StringUtils
Encodes the given string into a sequence of bytes using the UTF-8 charset, storing the result into a new byte array.
getCancelledBy() - Method in class com.paypal.api.payments.InvoicingMetaData
Getter for cancelledBy
getCancelledBy() - Method in class com.paypal.api.payments.Metadata
Getter for cancelledBy
getCancelledDate() - Method in class com.paypal.api.payments.InvoicingMetaData
Getter for cancelledDate
getCancelledDate() - Method in class com.paypal.api.payments.Metadata
Getter for cancelledDate
getCancelUrl() - Method in class com.paypal.api.payments.MerchantPreferences
Getter for cancelUrl
getCancelUrl() - Method in class com.paypal.api.payments.RedirectUrls
Getter for cancelUrl
getCapture() - Method in class com.paypal.api.payments.RelatedResources
Getter for capture
getCaptureId() - Method in class com.paypal.api.payments.Refund
Getter for captureId
getCart() - Method in class com.paypal.api.payments.Payment
Getter for cart
getCertificateKey() - Method in class com.paypal.base.credential.CertificateCredential
 
getCertificatePath() - Method in class com.paypal.base.credential.CertificateCredential
 
getChargeId() - Method in class com.paypal.api.payments.OverrideChargeModel
Getter for chargeId
getChargeModels() - Method in class com.paypal.api.payments.PaymentDefinition
Getter for chargeModels
getCharSet() - Method in class com.paypal.api.payments.MerchantPreferences
Getter for charSet
getCheckType() - Method in class com.paypal.api.payments.BankAccount
Getter for checkType
getCity() - Method in class com.paypal.api.payments.Address
Getter for city
getClearingTime() - Method in class com.paypal.api.payments.Sale
Getter for clearingTime
getClientCredential() - Method in class com.paypal.api.payments.FuturePayment
 
getClientID() - Method in class com.paypal.base.ClientCredentials
 
getClientID() - Static method in class com.paypal.base.rest.PayPalResource
Return Client ID from configuration Map
getClientSecret() - Method in class com.paypal.base.ClientCredentials
 
getClientSecret() - Static method in class com.paypal.base.rest.PayPalResource
Returns Client Secret from configuration Map
getConfigurationMap() - Method in class com.paypal.base.BaseAPIContext
 
getConfigurationMap() - Method in class com.paypal.base.ConfigManager
Constructs a Map object from the underlying Properties.
getConfirmationStatus() - Method in class com.paypal.api.payments.BankAccount
Getter for confirmationStatus
getConnection() - Method in class com.paypal.base.ConnectionManager
 
getConnection(HttpConfiguration) - Method in class com.paypal.base.ConnectionManager
Overloaded method used factory to load GoogleAppEngineSpecific connection
getConnectionTimeout() - Method in class com.paypal.base.HttpConfiguration
 
getContainerMap() - Method in class com.paypal.api.openidconnect.CreateFromAuthorizationCodeParameters
 
getContainerMap() - Method in class com.paypal.api.openidconnect.CreateFromRefreshTokenParameters
 
getContainerMap() - Method in class com.paypal.api.openidconnect.UserinfoParameters
 
getContainerMap() - Method in class com.paypal.base.rest.QueryParameters
 
getContentEncoding() - Method in class com.paypal.api.payments.HyperSchema
Getter for contentEncoding
getContentType() - Method in class com.paypal.base.HttpConfiguration
Deprecated. Set/Get Content-Type HTTP Header in BaseAPIContext HTTPHeaders parameter
getCount() - Method in class com.paypal.api.payments.CreditCardHistory
Getter for count
getCount() - Method in class com.paypal.api.payments.EventList
Getter for count
getCount() - Method in class com.paypal.api.payments.PaymentHistory
Getter for count
getCountry() - Method in class com.paypal.api.openidconnect.Address
Getter for country
getCountryCode() - Method in class com.paypal.api.payments.Address
Getter for countryCode
getCountryCode() - Method in class com.paypal.api.payments.BankAccount
Getter for countryCode
getCountryCode() - Method in class com.paypal.api.payments.Phone
Getter for countryCode
getCreatedBy() - Method in class com.paypal.api.payments.InvoicingMetaData
Getter for createdBy
getCreatedBy() - Method in class com.paypal.api.payments.Metadata
Getter for createdBy
getCreatedDate() - Method in class com.paypal.api.payments.InvoicingMetaData
Getter for createdDate
getCreatedDate() - Method in class com.paypal.api.payments.Metadata
Getter for createdDate
getCreateTime() - Method in class com.paypal.api.payments.Agreement
Getter for createTime
getCreateTime() - Method in class com.paypal.api.payments.Authorization
Getter for createTime
getCreateTime() - Method in class com.paypal.api.payments.BankAccount
Getter for createTime
getCreateTime() - Method in class com.paypal.api.payments.Capture
Getter for createTime
getCreateTime() - Method in class com.paypal.api.payments.Event
Getter for createTime
getCreateTime() - Method in class com.paypal.api.payments.Order
Getter for createTime
getCreateTime() - Method in class com.paypal.api.payments.Payment
Getter for createTime
getCreateTime() - Method in class com.paypal.api.payments.Plan
Getter for createTime
getCreateTime() - Method in class com.paypal.api.payments.Refund
Getter for createTime
getCreateTime() - Method in class com.paypal.api.payments.Sale
Getter for createTime
getCredential() - Method in interface com.paypal.base.APICallPreHandler
Returns ICredential configured for the api call
getCredential() - Method in class com.paypal.base.DefaultSOAPAPICallHandler
 
getCredential() - Method in class com.paypal.base.nvp.PlatformAPICallPreHandler
 
getCredential() - Method in class com.paypal.base.rest.RESTAPICallPreHandler
 
getCredential() - Method in class com.paypal.base.soap.MerchantAPICallPreHandler
 
getCredentialObject(String) - Method in class com.paypal.base.CredentialManager
 
getCredit() - Method in class com.paypal.api.payments.FundingInstrument
Getter for credit
getCreditCard() - Method in class com.paypal.api.payments.FundingInstrument
Getter for creditCard
getCreditCardId() - Method in class com.paypal.api.payments.CreditCardToken
Getter for creditCardId
getCreditCards() - Method in class com.paypal.api.payments.CreditCardHistory
Getter for creditCards
getCreditCardToken() - Method in class com.paypal.api.payments.FundingInstrument
Getter for creditCardToken
getCurrency() - Method in class com.paypal.api.payments.Amount
Getter for currency
getCurrency() - Method in class com.paypal.api.payments.Currency
Getter for currency
getCurrency() - Method in class com.paypal.api.payments.Item
Getter for currency
getCustom() - Method in class com.paypal.api.payments.CartBase
Getter for custom
getCustom() - Method in class com.paypal.api.payments.Invoice
Getter for custom
getCvv2() - Method in class com.paypal.api.payments.CreditCard
Getter for cvv2
getCvv2() - Method in class com.paypal.api.payments.PaymentCard
Getter for cvv2
getCycles() - Method in class com.paypal.api.payments.PaymentDefinition
Getter for cycles
getCyclesCompleted() - Method in class com.paypal.api.payments.AgreementDetails
Getter for cyclesCompleted
getCyclesRemaining() - Method in class com.paypal.api.payments.AgreementDetails
Getter for cyclesRemaining
getDate() - Method in class com.paypal.api.payments.InvoiceItem
Getter for date
getDate() - Method in class com.paypal.api.payments.InvoicingPaymentDetail
Getter for date
getDate() - Method in class com.paypal.api.payments.InvoicingRefundDetail
Getter for date
getDate() - Method in class com.paypal.api.payments.PaymentDetail
Getter for date
getDate() - Method in class com.paypal.api.payments.RefundDetail
Getter for date
getDebugId() - Method in class com.paypal.api.payments.Error
Getter for debugId
getDefaultAddress() - Method in class com.paypal.api.payments.ShippingAddress
Getter for defaultAddress
getDefaultBufferSize() - Method in class com.paypal.base.codec.binary.BaseNCodec
Get the default buffer size.
getDefaultProperties() - Static method in class com.paypal.base.ConfigManager
Returns the Default Properties of System Configuration
getDefaultSDKMap() - Static method in class com.paypal.base.ConfigManager
Returns a Map view of Default Properties
getDescription() - Method in class com.paypal.api.payments.Agreement
Getter for description
getDescription() - Method in class com.paypal.api.payments.CartBase
Getter for description
getDescription() - Method in class com.paypal.api.payments.EventType
Getter for description
getDescription() - Method in class com.paypal.api.payments.InvoiceItem
Getter for description
getDescription() - Method in class com.paypal.api.payments.Plan
Getter for description
getDescription() - Method in class com.paypal.api.payments.Refund
Getter for description
getDetails() - Method in class com.paypal.api.payments.Amount
Getter for details
getDetails() - Method in class com.paypal.api.payments.Error
Getter for details
getDiscount() - Method in class com.paypal.api.payments.Invoice
Getter for discount
getDiscount() - Method in class com.paypal.api.payments.InvoiceItem
Getter for discount
getDueDate() - Method in class com.paypal.api.payments.PaymentTerm
Getter for dueDate
getEmail() - Method in class com.paypal.api.openidconnect.Userinfo
Getter for email
getEmail() - Method in class com.paypal.api.payments.BillingInfo
Getter for email
getEmail() - Method in class com.paypal.api.payments.InvoicingSearch
Getter for email
getEmail() - Method in class com.paypal.api.payments.MerchantInfo
Getter for email
getEmail() - Method in class com.paypal.api.payments.Payee
Getter for email
getEmail() - Method in class com.paypal.api.payments.PayerInfo
Getter for email
getEmail() - Method in class com.paypal.api.payments.Search
Getter for email
getEmailVerified() - Method in class com.paypal.api.openidconnect.Userinfo
Getter for emailVerified
getEncodedLength(byte[]) - Method in class com.paypal.base.codec.binary.BaseNCodec
Calculates the amount of space needed to encode the supplied array.
getEnctype() - Method in class com.paypal.api.payments.Links
Getter for enctype
getEndCreationDate() - Method in class com.paypal.api.payments.InvoicingSearch
Getter for endCreationDate
getEndCreationDate() - Method in class com.paypal.api.payments.Search
Getter for endCreationDate
getEndDueDate() - Method in class com.paypal.api.payments.InvoicingSearch
Getter for endDueDate
getEndDueDate() - Method in class com.paypal.api.payments.Search
Getter for endDueDate
getEndInvoiceDate() - Method in class com.paypal.api.payments.InvoicingSearch
Getter for endInvoiceDate
getEndInvoiceDate() - Method in class com.paypal.api.payments.Search
Getter for endInvoiceDate
getEndPaymentDate() - Method in class com.paypal.api.payments.InvoicingSearch
Getter for endPaymentDate
getEndPaymentDate() - Method in class com.paypal.api.payments.Search
Getter for endPaymentDate
getEndPoint() - Method in interface com.paypal.base.APICallPreHandler
Returns the endpoint for the API call.
getEndPoint() - Method in class com.paypal.base.APIService
Deprecated.  
getEndPoint() - Method in class com.paypal.base.DefaultSOAPAPICallHandler
 
getEndPoint() - Method in class com.paypal.base.nvp.PlatformAPICallPreHandler
 
getEndPoint() - Method in class com.paypal.base.rest.RESTAPICallPreHandler
 
getEndPoint() - Method in class com.paypal.base.soap.MerchantAPICallPreHandler
 
getEndPointUrl() - Method in class com.paypal.base.HttpConfiguration
 
getError() - Method in class com.paypal.api.openidconnect.Error
Getter for error
getError() - Method in exception com.paypal.base.exception.OAuthException
 
getErrorDescription() - Method in class com.paypal.api.openidconnect.Error
Getter for errorDescription
getErrorResponse() - Method in exception com.paypal.base.exception.HttpErrorException
 
getErrorUri() - Method in class com.paypal.api.openidconnect.Error
Getter for errorUri
getEvents() - Method in class com.paypal.api.payments.EventList
Getter for events
getEventType() - Method in class com.paypal.api.payments.Event
Getter for eventType
getEventTypes() - Method in class com.paypal.api.payments.EventTypeList
Getter for eventTypes
getEventTypes() - Method in class com.paypal.api.payments.Webhook
Getter for eventTypes
getExperienceProfileId() - Method in class com.paypal.api.payments.Payment
Getter for Experience Profile ID
getExpireMonth() - Method in class com.paypal.api.payments.CreditCard
Getter for expireMonth
getExpireMonth() - Method in class com.paypal.api.payments.CreditCardToken
Getter for expireMonth
getExpireMonth() - Method in class com.paypal.api.payments.PaymentCard
Getter for expireMonth
getExpireMonth() - Method in class com.paypal.api.payments.PaymentCardToken
Getter for expireMonth
getExpiresIn() - Method in class com.paypal.api.openidconnect.Tokeninfo
Getter for expiresIn
getExpireYear() - Method in class com.paypal.api.payments.CreditCard
Getter for expireYear
getExpireYear() - Method in class com.paypal.api.payments.CreditCardToken
Getter for expireYear
getExpireYear() - Method in class com.paypal.api.payments.PaymentCard
Getter for expireYear
getExpireYear() - Method in class com.paypal.api.payments.PaymentCardToken
Getter for expireYear
getExtension() - Method in class com.paypal.api.payments.Phone
Getter for extension
getExternalCustomerId() - Method in class com.paypal.api.payments.BankAccount
Getter for externalCustomerId
getExternalCustomerId() - Method in class com.paypal.api.payments.BankToken
Getter for externalCustomerId
getExternalCustomerId() - Method in class com.paypal.api.payments.CreditCard
Getter for externalCustomerId
getExternalCustomerId() - Method in class com.paypal.api.payments.PaymentCard
Getter for externalCustomerId
getExternalCustomerId() - Method in class com.paypal.api.payments.PaymentCardToken
Getter for externalCustomerId
getExternalRememberMeId() - Method in class com.paypal.api.payments.PayerInfo
Getter for externalRememberMeId
getFailedPaymentCount() - Method in class com.paypal.api.payments.AgreementDetails
Getter for failedPaymentCount
getFamilyName() - Method in class com.paypal.api.openidconnect.Userinfo
Getter for familyName
getFax() - Method in class com.paypal.api.payments.MerchantInfo
Getter for fax
getFee() - Method in class com.paypal.api.payments.Details
Getter for fee
getFeeAmount() - Method in class com.paypal.api.payments.AgreementTransaction
Getter for feeAmount
getField() - Method in class com.paypal.api.payments.ErrorDetails
Getter for field
getFinalPaymentDate() - Method in class com.paypal.api.payments.AgreementDetails
Getter for finalPaymentDate
getFirstName() - Method in class com.paypal.api.payments.BankAccount
Getter for firstName
getFirstName() - Method in class com.paypal.api.payments.BillingInfo
Getter for firstName
getFirstName() - Method in class com.paypal.api.payments.CreditCard
Getter for firstName
getFirstName() - Method in class com.paypal.api.payments.MerchantInfo
Getter for firstName
getFirstName() - Method in class com.paypal.api.payments.PayerInfo
Getter for firstName
getFirstName() - Method in class com.paypal.api.payments.PaymentCard
Getter for firstName
getFirstName() - Method in class com.paypal.api.payments.ShippingInfo
Getter for firstName
getFirstSentDate() - Method in class com.paypal.api.payments.InvoicingMetaData
Getter for firstSentDate
getFirstSentDate() - Method in class com.paypal.api.payments.Metadata
Getter for firstSentDate
getFlowConfig() - Method in class com.paypal.api.payments.WebProfile
Getter for flowConfig
getFragmentResolution() - Method in class com.paypal.api.payments.HyperSchema
Getter for fragmentResolution
getFrequency() - Method in class com.paypal.api.payments.PaymentDefinition
Getter for frequency
getFrequencyInterval() - Method in class com.paypal.api.payments.PaymentDefinition
Getter for frequencyInterval
getFrom() - Method in class com.paypal.api.payments.Patch
 
getFullAuthString(String, String, String, String, OAuthSignature.HTTPMethod, String, Map) - Static method in class com.paypal.base.util.OAuthSignature
Computes the value of the X_PP_AUTHORIZATION header
getFundingInstruments() - Method in class com.paypal.api.payments.Payer
Getter for fundingInstruments
getFundingOptionId() - Method in class com.paypal.api.payments.Payer
Getter for fundingOptionId
getGender() - Method in class com.paypal.api.openidconnect.Userinfo
Getter for gender
getGiftWrap() - Method in class com.paypal.api.payments.Details
Getter for giftWrap
getGivenName() - Method in class com.paypal.api.openidconnect.Userinfo
Getter for givenName
getHandlingFee() - Method in class com.paypal.api.payments.Details
Getter for handlingFee
getHeader() - Method in class com.paypal.base.util.UserAgentHeader
 
getHeaderMap() - Method in interface com.paypal.base.APICallPreHandler
Returns headers for HTTP call
getHeaderMap() - Method in class com.paypal.base.DefaultSOAPAPICallHandler
 
getHeaderMap() - Method in class com.paypal.base.nvp.PlatformAPICallPreHandler
 
getHeaderMap() - Method in class com.paypal.base.rest.RESTAPICallPreHandler
Returns HTTP headers as a Map
getHeaderMap() - Method in class com.paypal.base.soap.MerchantAPICallPreHandler
 
getHeadersMap() - Method in class com.paypal.base.rest.APIContext
Deprecated. Use getHTTPHeaders() instead
getHeaderString() - Method in class com.paypal.base.DefaultSOAPAPICallHandler
 
getHref() - Method in class com.paypal.api.payments.Links
Getter for href
getHTTPHeaders() - Method in class com.paypal.base.BaseAPIContext
 
getHttpMethod() - Method in class com.paypal.base.HttpConfiguration
 
getId() - Method in class com.paypal.api.payments.Agreement
Getter for id
getId() - Method in class com.paypal.api.payments.Authorization
Getter for id
getId() - Method in class com.paypal.api.payments.BankAccount
Getter for id
getId() - Method in class com.paypal.api.payments.Capture
Getter for id
getId() - Method in class com.paypal.api.payments.ChargeModels
Getter for id
getId() - Method in class com.paypal.api.payments.CreateProfileResponse
Getter for id
getId() - Method in class com.paypal.api.payments.Credit
Getter for id
getId() - Method in class com.paypal.api.payments.CreditCard
Getter for id
getId() - Method in class com.paypal.api.payments.Event
Getter for id
getId() - Method in class com.paypal.api.payments.Invoice
Getter for id
getId() - Method in class com.paypal.api.payments.MerchantPreferences
Getter for id
getId() - Method in class com.paypal.api.payments.Order
Getter for id
getId() - Method in class com.paypal.api.payments.Payment
Getter for id
getId() - Method in class com.paypal.api.payments.PaymentCard
Getter for id
getId() - Method in class com.paypal.api.payments.PaymentDefinition
Getter for id
getId() - Method in class com.paypal.api.payments.Plan
Getter for id
getId() - Method in class com.paypal.api.payments.Refund
Getter for id
getId() - Method in class com.paypal.api.payments.Sale
Getter for id
getId() - Method in class com.paypal.api.payments.ShippingAddress
Getter for id
getId() - Method in class com.paypal.api.payments.Tax
Getter for id
getId() - Method in class com.paypal.api.payments.Terms
Getter for id
getId() - Method in class com.paypal.api.payments.Webhook
Getter for id
getId() - Method in class com.paypal.api.payments.WebProfile
Getter for id
getInformationLink() - Method in class com.paypal.api.payments.Error
Getter for informationLink
getInitialFailAmountAction() - Method in class com.paypal.api.payments.MerchantPreferences
Getter for initialFailAmountAction
getInputFields() - Method in class com.paypal.api.payments.WebProfile
Getter for inputFields
getInputStream() - Method in class com.paypal.base.util.ResourceLoader
 
getInstance() - Static method in class com.paypal.base.ConfigManager
Singleton accessor method
getInstance() - Static method in class com.paypal.base.ConnectionManager
Singleton accessor method
getIntent() - Method in class com.paypal.api.payments.Payment
Getter for intent
getInvoiceDate() - Method in class com.paypal.api.payments.Invoice
Getter for invoiceDate
getInvoiceNumber() - Method in class com.paypal.api.payments.CartBase
Getter for invoiceNumber
getInvoices() - Method in class com.paypal.api.payments.Invoices
Getter for invoices
getIpAddress() - Method in class com.paypal.base.HttpConfiguration
 
getIpnMap() - Method in class com.paypal.base.ipn.IPNMessage
 
getIpnValue(String) - Method in class com.paypal.base.ipn.IPNMessage
 
getIsFinalCapture() - Method in class com.paypal.api.payments.Capture
Getter for isFinalCapture
getIssue() - Method in class com.paypal.api.payments.ErrorDetails
Getter for issue
getItemList() - Method in class com.paypal.api.payments.CartBase
Getter for itemList
getItems() - Method in class com.paypal.api.payments.Invoice
Getter for items
getItems() - Method in class com.paypal.api.payments.ItemList
Getter for items
getLabel() - Method in class com.paypal.api.payments.CustomAmount
Getter for label
getLandingPageType() - Method in class com.paypal.api.payments.FlowConfig
Getter for landingPageType
getLanguage() - Method in class com.paypal.api.payments.BillingInfo
Getter for language
getLast4() - Method in class com.paypal.api.payments.CreditCardToken
Getter for last4
getLast4() - Method in class com.paypal.api.payments.PaymentCardToken
Getter for last4
getLastName() - Method in class com.paypal.api.payments.BankAccount
Getter for lastName
getLastName() - Method in class com.paypal.api.payments.BillingInfo
Getter for lastName
getLastName() - Method in class com.paypal.api.payments.CreditCard
Getter for lastName
getLastName() - Method in class com.paypal.api.payments.MerchantInfo
Getter for lastName
getLastName() - Method in class com.paypal.api.payments.PayerInfo
Getter for lastName
getLastName() - Method in class com.paypal.api.payments.PaymentCard
Getter for lastName
getLastName() - Method in class com.paypal.api.payments.ShippingInfo
Getter for lastName
getLastPaymentAmount() - Method in class com.paypal.api.payments.AgreementDetails
Getter for lastPaymentAmount
getLastPaymentDate() - Method in class com.paypal.api.payments.AgreementDetails
Getter for lastPaymentDate
getLastRequest() - Static method in class com.paypal.api.openidconnect.Tokeninfo
Returns the last request sent to the Service
getLastRequest() - Static method in class com.paypal.api.openidconnect.Userinfo
Returns the last request sent to the Service
getLastRequest() - Static method in class com.paypal.api.payments.Agreement
Returns the last request sent to the Service
getLastRequest() - Static method in class com.paypal.api.payments.Authorization
Returns the last request sent to the Service
getLastRequest() - Static method in class com.paypal.api.payments.Capture
Returns the last request sent to the Service
getLastRequest() - Static method in class com.paypal.api.payments.CreditCard
Returns the last request sent to the Service
getLastRequest() - Static method in class com.paypal.api.payments.Event
Returns the last request sent to the Service
getLastRequest() - Static method in class com.paypal.api.payments.EventType
Returns the last request sent to the Service
getLastRequest() - Static method in class com.paypal.api.payments.Invoice
Returns the last request sent to the Service
getLastRequest() - Static method in class com.paypal.api.payments.Order
Returns the last request sent to the Service
getLastRequest() - Static method in class com.paypal.api.payments.Payment
Returns the last request sent to the Service
getLastRequest() - Static method in class com.paypal.api.payments.Plan
Returns the last request sent to the Service
getLastRequest() - Static method in class com.paypal.api.payments.Refund
Returns the last request sent to the Service
getLastRequest() - Static method in class com.paypal.api.payments.Sale
Returns the last request sent to the Service
getLastRequest() - Static method in class com.paypal.api.payments.WebProfile
Returns the last request sent to the Service
getLastRequest() - Method in class com.paypal.base.BaseService
 
getLastRequest() - Static method in class com.paypal.base.rest.PayPalResource
Returns the last request sent to the Service
getLastResponse() - Static method in class com.paypal.api.openidconnect.Tokeninfo
Returns the last response returned by the Service
getLastResponse() - Static method in class com.paypal.api.openidconnect.Userinfo
Returns the last response returned by the Service
getLastResponse() - Static method in class com.paypal.api.payments.Agreement
Returns the last response returned by the Service
getLastResponse() - Static method in class com.paypal.api.payments.Authorization
Returns the last response returned by the Service
getLastResponse() - Static method in class com.paypal.api.payments.Capture
Returns the last response returned by the Service
getLastResponse() - Static method in class com.paypal.api.payments.CreditCard
Returns the last response returned by the Service
getLastResponse() - Static method in class com.paypal.api.payments.Event
Returns the last response returned by the Service
getLastResponse() - Static method in class com.paypal.api.payments.EventType
Returns the last response returned by the Service
getLastResponse() - Static method in class com.paypal.api.payments.Invoice
Returns the last response returned by the Service
getLastResponse() - Static method in class com.paypal.api.payments.Order
Returns the last response returned by the Service
getLastResponse() - Static method in class com.paypal.api.payments.Payment
Returns the last response returned by the Service
getLastResponse() - Static method in class com.paypal.api.payments.Plan
Returns the last response returned by the Service
getLastResponse() - Static method in class com.paypal.api.payments.Refund
Returns the last response returned by the Service
getLastResponse() - Static method in class com.paypal.api.payments.Sale
Returns the last response returned by the Service
getLastResponse() - Static method in class com.paypal.api.payments.WebProfile
Returns the last response returned by the Service
getLastResponse() - Method in class com.paypal.base.BaseService
 
getLastResponse() - Static method in class com.paypal.base.rest.PayPalResource
Returns the last response returned by the Service
getLastSentBy() - Method in class com.paypal.api.payments.InvoicingMetaData
Getter for lastSentBy
getLastSentBy() - Method in class com.paypal.api.payments.Metadata
Getter for lastSentBy
getLastSentDate() - Method in class com.paypal.api.payments.InvoicingMetaData
Getter for lastSentDate
getLastSentDate() - Method in class com.paypal.api.payments.Metadata
Getter for lastSentDate
getLastUpdatedBy() - Method in class com.paypal.api.payments.InvoicingMetaData
Getter for lastUpdatedBy
getLastUpdatedBy() - Method in class com.paypal.api.payments.Metadata
Getter for lastUpdatedBy
getLastUpdatedDate() - Method in class com.paypal.api.payments.InvoicingMetaData
Getter for lastUpdatedDate
getLastUpdatedDate() - Method in class com.paypal.api.payments.Metadata
Getter for lastUpdatedDate
getLine1() - Method in class com.paypal.api.payments.Address
Getter for line1
getLine2() - Method in class com.paypal.api.payments.Address
Getter for line2
getLinks() - Method in class com.paypal.api.payments.Agreement
Getter for links
getLinks() - Method in class com.paypal.api.payments.Authorization
Getter for links
getLinks() - Method in class com.paypal.api.payments.BankAccount
Getter for links
getLinks() - Method in class com.paypal.api.payments.Capture
Getter for links
getLinks() - Method in class com.paypal.api.payments.CreditCard
Getter for links
getLinks() - Method in class com.paypal.api.payments.Event
Getter for links
getLinks() - Method in class com.paypal.api.payments.EventList
Getter for links
getLinks() - Method in class com.paypal.api.payments.HyperSchema
Getter for links
getLinks() - Method in class com.paypal.api.payments.Payment
Getter for links
getLinks() - Method in class com.paypal.api.payments.PaymentCard
Getter for links
getLinks() - Method in class com.paypal.api.payments.Plan
Getter for links
getLinks() - Method in class com.paypal.api.payments.PlanList
Getter for links
getLinks() - Method in class com.paypal.api.payments.Refund
Getter for links
getLinks() - Method in class com.paypal.api.payments.Sale
Getter for links
getLinks() - Method in class com.paypal.api.payments.Webhook
Getter for links
getList(String) - Static method in class com.paypal.api.payments.WebProfile
Lists all web experience profiles that exist for a merchant (or subject).
getList(APIContext) - Static method in class com.paypal.api.payments.WebProfile
Lists all web experience profiles that exist for a merchant (or subject).
getLocale() - Method in class com.paypal.api.openidconnect.Userinfo
Getter for locale
getLocaleCode() - Method in class com.paypal.api.payments.Presentation
Getter for localeCode
getLocality() - Method in class com.paypal.api.openidconnect.Address
Getter for locality
getLogoImage() - Method in class com.paypal.api.payments.Presentation
Getter for logoImage
getLogoUrl() - Method in class com.paypal.api.payments.Invoice
Getter for logoUrl
getLogoutUrl(String, String, APIContext) - Static method in class com.paypal.api.openidconnect.Session
Returns the URL to which the user must be redirected to logout from the OpenID provider (i.e.
getLowerTotalAmount() - Method in class com.paypal.api.payments.InvoicingSearch
Getter for lowerTotalAmount
getLowerTotalAmount() - Method in class com.paypal.api.payments.Search
Getter for lowerTotalAmount
getMandateReferenceNumber() - Method in class com.paypal.api.payments.BankToken
Getter for mandateReferenceNumber
getMandateReferenceNumber() - Method in class com.paypal.api.payments.ExtendedBankAccount
Getter for mandateReferenceNumber
getMaxBillingAmount() - Method in class com.paypal.api.payments.Terms
Getter for maxBillingAmount
getMaxFailAttempts() - Method in class com.paypal.api.payments.MerchantPreferences
Getter for maxFailAttempts
getMaxHttpConnection() - Method in class com.paypal.base.HttpConfiguration
 
getMaxRetry() - Method in class com.paypal.base.HttpConfiguration
 
getMediaType() - Method in class com.paypal.api.payments.HyperSchema
Getter for mediaType
getMerchantId() - Method in class com.paypal.api.payments.BankAccount
Getter for merchantId
getMerchantId() - Method in class com.paypal.api.payments.Payee
Getter for merchantId
getMerchantInfo() - Method in class com.paypal.api.payments.Invoice
Getter for merchantInfo
getMerchantMemo() - Method in class com.paypal.api.payments.Invoice
Getter for merchantMemo
getMerchantPreferences() - Method in class com.paypal.api.payments.Plan
Getter for merchantPreferences
getMessage() - Method in class com.paypal.api.payments.Error
Getter for message
getMetadata() - Method in class com.paypal.api.payments.Invoice
Getter for metadata
getMethod() - Method in class com.paypal.api.payments.InvoicingPaymentDetail
Getter for method
getMethod() - Method in class com.paypal.api.payments.Links
Getter for method
getMethod() - Method in class com.paypal.api.payments.PaymentDetail
Getter for method
getMiddleName() - Method in class com.paypal.api.openidconnect.Userinfo
Getter for middleName
getName() - Method in class com.paypal.api.openidconnect.Userinfo
Getter for name
getName() - Method in class com.paypal.api.payments.Agreement
Getter for name
getName() - Method in class com.paypal.api.payments.Error
Getter for name
getName() - Method in class com.paypal.api.payments.EventType
Getter for name
getName() - Method in class com.paypal.api.payments.InvoiceItem
Getter for name
getName() - Method in class com.paypal.api.payments.Item
Getter for name
getName() - Method in class com.paypal.api.payments.NameValuePair
Getter for name
getName() - Method in class com.paypal.api.payments.PaymentDefinition
Getter for name
getName() - Method in class com.paypal.api.payments.Plan
Getter for name
getName() - Method in class com.paypal.api.payments.Tax
Getter for name
getName() - Method in class com.paypal.api.payments.WebProfile
Getter for name
getNamespaceMap() - Method in interface com.paypal.base.DefaultSOAPAPICallHandler.XmlNamespaceProvider
Return a Map of XML Namespaces with the entries in the format [prefix] = [namespace]
getNamespaces() - Method in class com.paypal.base.DefaultSOAPAPICallHandler
 
getNationalNumber() - Method in class com.paypal.api.payments.Phone
Getter for nationalNumber
getNetAmount() - Method in class com.paypal.api.payments.AgreementTransaction
Getter for netAmount
getNextBillingDate() - Method in class com.paypal.api.payments.AgreementDetails
Getter for nextBillingDate
getNextId() - Method in class com.paypal.api.payments.CreditCardHistory
Getter for nextId
getNextId() - Method in class com.paypal.api.payments.PaymentHistory
Getter for nextId
getNoShipping() - Method in class com.paypal.api.payments.InputFields
Getter for noShipping
getNote() - Method in class com.paypal.api.payments.AgreementStateDescriptor
Getter for note
getNote() - Method in class com.paypal.api.payments.CancelNotification
Getter for note
getNote() - Method in class com.paypal.api.payments.Invoice
Getter for note
getNote() - Method in class com.paypal.api.payments.InvoicingNotification
Getter for note
getNote() - Method in class com.paypal.api.payments.InvoicingPaymentDetail
Getter for note
getNote() - Method in class com.paypal.api.payments.InvoicingRefundDetail
Getter for note
getNote() - Method in class com.paypal.api.payments.Notification
Getter for note
getNote() - Method in class com.paypal.api.payments.PaymentDetail
Getter for note
getNote() - Method in class com.paypal.api.payments.RefundDetail
Getter for note
getNoteToPayee() - Method in class com.paypal.api.payments.CartBase
Getter for noteToPayee
getNotifyUrl() - Method in class com.paypal.api.payments.MerchantPreferences
Getter for notifyUrl
getNumber() - Method in class com.paypal.api.payments.CreditCard
Getter for number
getNumber() - Method in class com.paypal.api.payments.Invoice
Getter for number
getNumber() - Method in class com.paypal.api.payments.InvoicingSearch
Getter for number
getNumber() - Method in class com.paypal.api.payments.PaymentCard
Getter for number
getNumber() - Method in class com.paypal.api.payments.Search
Getter for number
getNumOfAcct() - Method in class com.paypal.base.ConfigManager
Deprecated.  
getOAuthTokenCredential() - Static method in class com.paypal.base.rest.PayPalResource
Returns OAuthTokenCredential instance using client ID and client secret loaded from configuration.
getOccurrences() - Method in class com.paypal.api.payments.Terms
Getter for occurrences
getOp() - Method in class com.paypal.api.payments.Patch
Getter for op
getOp() - Method in class com.paypal.api.payments.PatchRequest
Getter for op
getOutstandingBalance() - Method in class com.paypal.api.payments.AgreementDetails
Getter for outstandingBalance
getOverrideChargeModels() - Method in class com.paypal.api.payments.Agreement
Getter for overrideChargeModels
getOverrideMerchantPreferences() - Method in class com.paypal.api.payments.Agreement
Getter for overrideMerchantPreferences
getPage() - Method in class com.paypal.api.payments.InvoicingSearch
Getter for page
getPage() - Method in class com.paypal.api.payments.Search
Getter for page
getPageSize() - Method in class com.paypal.api.payments.InvoicingSearch
Getter for pageSize
getPageSize() - Method in class com.paypal.api.payments.Search
Getter for pageSize
getParentPayment() - Method in class com.paypal.api.payments.Authorization
Getter for parentPayment
getParentPayment() - Method in class com.paypal.api.payments.Capture
Getter for parentPayment
getParentPayment() - Method in class com.paypal.api.payments.Refund
Getter for parentPayment
getParentPayment() - Method in class com.paypal.api.payments.Sale
Getter for parentPayment
getPassword() - Method in class com.paypal.base.credential.CertificateCredential
 
getPassword() - Method in class com.paypal.base.credential.SignatureCredential
 
getPath() - Method in class com.paypal.api.payments.Patch
Getter for path
getPath() - Method in class com.paypal.api.payments.PatchRequest
Getter for path
getPathStart() - Method in class com.paypal.api.payments.HyperSchema
Getter for pathStart
getPayee() - Method in class com.paypal.api.payments.CartBase
Getter for payee
getPayer() - Method in class com.paypal.api.payments.Agreement
Getter for payer
getPayer() - Method in class com.paypal.api.payments.Payment
Getter for payer
getPayerEmail() - Method in class com.paypal.api.payments.AgreementTransaction
Getter for payerEmail
getPayerId() - Method in class com.paypal.api.openidconnect.Userinfo
Getter for payerId
getPayerId() - Method in class com.paypal.api.payments.BankAccount
Getter for payerId
getPayerId() - Method in class com.paypal.api.payments.CreditCardToken
Getter for payerId
getPayerId() - Method in class com.paypal.api.payments.PayerInfo
Getter for payerId
getPayerId() - Method in class com.paypal.api.payments.PaymentExecution
Getter for payerId
getPayerInfo() - Method in class com.paypal.api.payments.Payer
Getter for payerInfo
getPayerName() - Method in class com.paypal.api.payments.AgreementTransaction
Getter for payerName
getPayLoad() - Method in interface com.paypal.base.APICallPreHandler
Returns the payload for the API call.
getPayLoad() - Method in class com.paypal.base.DefaultSOAPAPICallHandler
 
getPayLoad() - Method in class com.paypal.base.nvp.PlatformAPICallPreHandler
 
getPayLoad() - Method in class com.paypal.base.rest.RESTAPICallPreHandler
 
getPayLoad() - Method in class com.paypal.base.soap.MerchantAPICallPreHandler
 
getPaymentCard() - Method in class com.paypal.api.payments.FundingInstrument
Getter for paymentCard
getPaymentCardId() - Method in class com.paypal.api.payments.PaymentCardToken
Getter for paymentCardId
getPaymentCardToken() - Method in class com.paypal.api.payments.FundingInstrument
Getter for paymentCardToken
getPaymentDefinitions() - Method in class com.paypal.api.payments.Plan
Getter for paymentDefinitions
getPaymentDetails() - Method in class com.paypal.api.payments.Invoice
Getter for paymentDetails
getPaymentMethod() - Method in class com.paypal.api.payments.Payer
Getter for paymentMethod
getPaymentMode() - Method in class com.paypal.api.payments.Authorization
Getter for paymentMode
getPaymentMode() - Method in class com.paypal.api.payments.Order
Getter for paymentMode
getPaymentMode() - Method in class com.paypal.api.payments.Sale
Getter for paymentMode
getPaymentOptions() - Method in class com.paypal.api.payments.CartBase
Getter for paymentOptions
getPayments() - Method in class com.paypal.api.payments.PaymentHistory
Getter for payments
getPaymentTerm() - Method in class com.paypal.api.payments.Invoice
Getter for paymentTerm
getPercent() - Method in class com.paypal.api.payments.Cost
Getter for percent
getPercent() - Method in class com.paypal.api.payments.Tax
Getter for percent
getPhone() - Method in class com.paypal.api.payments.Address
Getter for phone
getPhone() - Method in class com.paypal.api.payments.MerchantInfo
Getter for phone
getPhone() - Method in class com.paypal.api.payments.Payee
Getter for phone
getPhone() - Method in class com.paypal.api.payments.PayerInfo
Getter for phone
getPhoneNumber() - Method in class com.paypal.api.openidconnect.Userinfo
Getter for phoneNumber
getPhoneType() - Method in class com.paypal.api.payments.PayerInfo
Getter for phoneType
getPicture() - Method in class com.paypal.api.openidconnect.Userinfo
Getter for picture
getPlan() - Method in class com.paypal.api.payments.Agreement
Getter for plan
getPlans() - Method in class com.paypal.api.payments.PlanList
Getter for plans
getPortName() - Method in class com.paypal.base.nvp.PlatformAPICallPreHandler
 
getPortName() - Method in class com.paypal.base.soap.MerchantAPICallPreHandler
 
getPostalCode() - Method in class com.paypal.api.openidconnect.Address
Getter for postalCode
getPostalCode() - Method in class com.paypal.api.payments.Address
Getter for postalCode
getPresentation() - Method in class com.paypal.api.payments.WebProfile
Getter for presentation
getPrice() - Method in class com.paypal.api.payments.Item
Getter for price
getProcessedEndPoint() - Method in class com.paypal.base.rest.RESTAPICallPreHandler
Override this method to process EndPoint
getProcessedHeaderMap() - Method in class com.paypal.base.rest.RESTAPICallPreHandler
Override this method to return a Map of HTTP headers
getProcessedPayLoad() - Method in class com.paypal.base.rest.RESTAPICallPreHandler
Override this method to process payload for processing
getProtectionEligibility() - Method in class com.paypal.api.payments.Authorization
Getter for protectionEligibility
getProtectionEligibility() - Method in class com.paypal.api.payments.Order
Getter for protectionEligibility
getProtectionEligibility() - Method in class com.paypal.api.payments.Sale
Getter for protectionEligibility
getProtectionEligibilityType() - Method in class com.paypal.api.payments.Authorization
Getter for protectionEligibilityType
getProtectionEligibilityType() - Method in class com.paypal.api.payments.Order
Getter for protectionEligibilityType
getProtectionEligibilityType() - Method in class com.paypal.api.payments.Sale
Getter for protectionEligibilityType
getProxyHost() - Method in class com.paypal.base.HttpConfiguration
 
getProxyPassword() - Method in class com.paypal.base.HttpConfiguration
 
getProxyPort() - Method in class com.paypal.base.HttpConfiguration
 
getProxyUserName() - Method in class com.paypal.base.HttpConfiguration
 
getPurchaseUnitReferenceId() - Method in class com.paypal.api.payments.Order
Getter for purchaseUnitReferenceId
getQuantity() - Method in class com.paypal.api.payments.InvoiceItem
Getter for quantity
getQuantity() - Method in class com.paypal.api.payments.Item
Getter for quantity
getReadonly() - Method in class com.paypal.api.payments.HyperSchema
Getter for readonly
getReadTimeout() - Method in class com.paypal.base.HttpConfiguration
 
getReasonCode() - Method in class com.paypal.api.payments.Sale
Getter for reasonCode
getRecipientBusinessName() - Method in class com.paypal.api.payments.InvoicingSearch
Getter for recipientBusinessName
getRecipientBusinessName() - Method in class com.paypal.api.payments.Search
Getter for recipientBusinessName
getRecipientFirstName() - Method in class com.paypal.api.payments.InvoicingSearch
Getter for recipientFirstName
getRecipientFirstName() - Method in class com.paypal.api.payments.Search
Getter for recipientFirstName
getRecipientLastName() - Method in class com.paypal.api.payments.InvoicingSearch
Getter for recipientLastName
getRecipientLastName() - Method in class com.paypal.api.payments.Search
Getter for recipientLastName
getRecipientName() - Method in class com.paypal.api.payments.ShippingAddress
Getter for recipientName
getRedirectURL(String, List<String>, APIContext) - Static method in class com.paypal.api.openidconnect.Session
Returns the PayPal URL to which the user must be redirected to start the authentication / authorization process.
getRedirectURL(String, List<String>, APIContext, ClientCredentials) - Static method in class com.paypal.api.openidconnect.Session
 
getRedirectUrls() - Method in class com.paypal.api.payments.Payment
Getter for redirectUrls
getRefreshToken() - Method in class com.paypal.api.openidconnect.Tokeninfo
Getter for refreshToken
getRefund() - Method in class com.paypal.api.payments.RelatedResources
Getter for refund
getRefundDetails() - Method in class com.paypal.api.payments.Invoice
Getter for refundDetails
getRegion() - Method in class com.paypal.api.openidconnect.Address
Getter for region
getRel() - Method in class com.paypal.api.payments.Links
Getter for rel
getRelatedResources() - Method in class com.paypal.api.payments.TransactionBase
Getter for relatedResources
getRequestId() - Method in class com.paypal.base.rest.APIContext
Returns the unique requestId set during creation, if not available and if maskRequestId is set to false returns a generated one, else returns null.
getRequestPayload() - Method in class com.paypal.base.rest.OAuthTokenCredential
Returns the request payload for OAuth Service.
getResource() - Method in class com.paypal.api.payments.Event
Getter for resource
getResourceType() - Method in class com.paypal.api.payments.Event
Getter for resourceType
getResponsecode() - Method in exception com.paypal.base.exception.HttpErrorException
 
getRetryDelay() - Method in class com.paypal.base.HttpConfiguration
 
getReturnUrl() - Method in class com.paypal.api.payments.MerchantPreferences
Getter for returnUrl
getReturnUrl() - Method in class com.paypal.api.payments.RedirectUrls
Getter for returnUrl
getRoutingNumber() - Method in class com.paypal.api.payments.BankAccount
Getter for routingNumber
getSale() - Method in class com.paypal.api.payments.RelatedResources
Getter for sale
getSaleId() - Method in class com.paypal.api.payments.Refund
Getter for saleId
getSchema() - Method in class com.paypal.api.payments.Links
Getter for schema
getScope() - Method in class com.paypal.api.openidconnect.Tokeninfo
Getter for scope
getSDKId() - Method in class com.paypal.base.sdk.info.SDKVersionImpl
 
getSDKId() - Method in interface com.paypal.base.SDKVersion
Returns the SDK Id
getSdkName() - Method in class com.paypal.base.nvp.PlatformAPICallPreHandler
 
getSdkName() - Method in class com.paypal.base.soap.MerchantAPICallPreHandler
 
getSdkVersion() - Method in class com.paypal.base.nvp.PlatformAPICallPreHandler
 
getSdkVersion() - Method in class com.paypal.base.rest.APIContext
 
getSDKVersion() - Method in class com.paypal.base.sdk.info.SDKVersionImpl
 
getSDKVersion() - Method in interface com.paypal.base.SDKVersion
Returns the SDK Version
getSdkVersion() - Method in class com.paypal.base.soap.MerchantAPICallPreHandler
 
getSendToMerchant() - Method in class com.paypal.api.payments.CancelNotification
Getter for sendToMerchant
getSendToMerchant() - Method in class com.paypal.api.payments.InvoicingNotification
Getter for sendToMerchant
getSendToMerchant() - Method in class com.paypal.api.payments.Notification
Getter for sendToMerchant
getSendToPayer() - Method in class com.paypal.api.payments.CancelNotification
Getter for sendToPayer
getSetupFee() - Method in class com.paypal.api.payments.MerchantPreferences
Getter for setupFee
getShipping() - Method in class com.paypal.api.payments.Details
Getter for shipping
getShippingAddress() - Method in class com.paypal.api.payments.Agreement
Getter for shippingAddress
getShippingAddress() - Method in class com.paypal.api.payments.ItemList
Getter for shippingAddress
getShippingAddress() - Method in class com.paypal.api.payments.PayerInfo
Getter for shippingAddress
getShippingCost() - Method in class com.paypal.api.payments.Invoice
Getter for shippingCost
getShippingInfo() - Method in class com.paypal.api.payments.Invoice
Getter for shippingInfo
getSignature() - Method in class com.paypal.base.credential.SignatureCredential
 
getSku() - Method in class com.paypal.api.payments.Item
Getter for sku
getSOAPHeader() - Method in class com.paypal.base.BaseAPIContext
 
getSoftDescriptor() - Method in class com.paypal.api.payments.CartBase
Getter for softDescriptor
getSSLContext(KeyManager[]) - Static method in class com.paypal.base.SSLUtil
Returns a SSLContext
getStartCreationDate() - Method in class com.paypal.api.payments.InvoicingSearch
Getter for startCreationDate
getStartCreationDate() - Method in class com.paypal.api.payments.Search
Getter for startCreationDate
getStartDate() - Method in class com.paypal.api.payments.Agreement
Getter for startDate
getStartDueDate() - Method in class com.paypal.api.payments.InvoicingSearch
Getter for startDueDate
getStartDueDate() - Method in class com.paypal.api.payments.Search
Getter for startDueDate
getStartInvoiceDate() - Method in class com.paypal.api.payments.InvoicingSearch
Getter for startInvoiceDate
getStartInvoiceDate() - Method in class com.paypal.api.payments.Search
Getter for startInvoiceDate
getStartMonth() - Method in class com.paypal.api.payments.PaymentCard
Getter for startMonth
getStartPaymentDate() - Method in class com.paypal.api.payments.InvoicingSearch
Getter for startPaymentDate
getStartPaymentDate() - Method in class com.paypal.api.payments.Search
Getter for startPaymentDate
getStartYear() - Method in class com.paypal.api.payments.PaymentCard
Getter for startYear
getState() - Method in class com.paypal.api.payments.Address
Getter for state
getState() - Method in class com.paypal.api.payments.Agreement
Getter for state
getState() - Method in class com.paypal.api.payments.Authorization
Getter for state
getState() - Method in class com.paypal.api.payments.BankAccount
Getter for state
getState() - Method in class com.paypal.api.payments.Capture
Getter for state
getState() - Method in class com.paypal.api.payments.CreditCard
Getter for state
getState() - Method in class com.paypal.api.payments.Order
Getter for state
getState() - Method in class com.paypal.api.payments.Payment
Getter for state
getState() - Method in class com.paypal.api.payments.Plan
Getter for state
getState() - Method in class com.paypal.api.payments.Refund
Getter for state
getState() - Method in class com.paypal.api.payments.Sale
Getter for state
getStatus() - Method in class com.paypal.api.payments.AgreementTransaction
Getter for status
getStatus() - Method in class com.paypal.api.payments.Invoice
Getter for status
getStatus() - Method in class com.paypal.api.payments.InvoicingSearch
Getter for status
getStatus() - Method in class com.paypal.api.payments.Payer
Getter for status
getStatus() - Method in class com.paypal.api.payments.PaymentCard
Getter for status
getStatus() - Method in class com.paypal.api.payments.Search
Getter for status
getStreetAddress() - Method in class com.paypal.api.openidconnect.Address
Getter for streetAddress
getSub() - Method in class com.paypal.api.openidconnect.Userinfo
Getter for sub
getSubject() - Method in class com.paypal.api.payments.CancelNotification
Getter for subject
getSubject() - Method in class com.paypal.api.payments.InvoicingNotification
Getter for subject
getSubject() - Method in class com.paypal.api.payments.Notification
Getter for subject
getSubject() - Method in class com.paypal.base.credential.SubjectAuthorization
 
getSubtotal() - Method in class com.paypal.api.payments.Details
Getter for subtotal
getSummary() - Method in class com.paypal.api.payments.Event
Getter for summary
getTargetSchema() - Method in class com.paypal.api.payments.Links
Getter for targetSchema
getTax() - Method in class com.paypal.api.payments.Details
Getter for tax
getTax() - Method in class com.paypal.api.payments.InvoiceItem
Getter for tax
getTax() - Method in class com.paypal.api.payments.Item
Getter for tax
getTax() - Method in class com.paypal.api.payments.ShippingCost
Getter for tax
getTaxCalculatedAfterDiscount() - Method in class com.paypal.api.payments.Invoice
Getter for taxCalculatedAfterDiscount
getTaxId() - Method in class com.paypal.api.payments.MerchantInfo
Getter for taxId
getTaxId() - Method in class com.paypal.api.payments.PayerInfo
Getter for taxId
getTaxIdType() - Method in class com.paypal.api.payments.PayerInfo
Getter for taxIdType
getTaxInclusive() - Method in class com.paypal.api.payments.Invoice
Getter for taxInclusive
getTerms() - Method in class com.paypal.api.payments.Credit
Getter for terms
getTerms() - Method in class com.paypal.api.payments.Invoice
Getter for terms
getTerms() - Method in class com.paypal.api.payments.Plan
Getter for terms
getTermType() - Method in class com.paypal.api.payments.PaymentTerm
Getter for termType
getThirdPartyAuthorization() - Method in class com.paypal.base.credential.CertificateCredential
 
getThirdPartyAuthorization() - Method in class com.paypal.base.credential.SignatureCredential
 
getThirdPartyAuthorization() - Method in class com.paypal.base.soap.CertificateSOAPHeaderAuthStrategy
 
getThirdPartyAuthorization() - Method in class com.paypal.base.soap.SignatureSOAPHeaderAuthStrategy
 
getTimeUpdated() - Method in class com.paypal.api.payments.AgreementTransaction
Getter for timeUpdated
getTimeZone() - Method in class com.paypal.api.payments.AgreementTransaction
Getter for timeZone
getToken() - Method in class com.paypal.api.payments.Agreement
Getter for token
getTokeninfo(CreateFromAuthorizationCodeParameters) - Method in class com.paypal.api.payments.FuturePayment
 
getTokeninfo(CreateFromRefreshTokenParameters, Tokeninfo) - Method in class com.paypal.api.payments.FuturePayment
 
getTokenSecret() - Method in class com.paypal.base.BaseService
Gets the Token Secret
getTokenSecret() - Method in class com.paypal.base.credential.TokenAuthorization
 
getTokenType() - Method in class com.paypal.api.openidconnect.Tokeninfo
Getter for tokenType
getTotal() - Method in class com.paypal.api.payments.Amount
Getter for total
getTotalAmount() - Method in class com.paypal.api.payments.Invoice
Getter for totalAmount
getTotalCount() - Method in class com.paypal.api.payments.Invoices
Getter for totalCount
getTotalCountRequired() - Method in class com.paypal.api.payments.InvoicingSearch
Getter for totalCountRequired
getTotalCountRequired() - Method in class com.paypal.api.payments.Search
Getter for totalCountRequired
getTotalItems() - Method in class com.paypal.api.payments.PlanList
Getter for totalItems
getTotalPages() - Method in class com.paypal.api.payments.PlanList
Getter for totalPages
getTransactionId() - Method in class com.paypal.api.payments.AgreementTransaction
Getter for transactionId
getTransactionId() - Method in class com.paypal.api.payments.InvoicingPaymentDetail
Getter for transactionId
getTransactionId() - Method in class com.paypal.api.payments.PaymentDetail
Getter for transactionId
getTransactions() - Method in class com.paypal.api.payments.Payment
Getter for transactions
getTransactions() - Method in class com.paypal.api.payments.PaymentExecution
Getter for transactions
getTransactions() - Method in class com.paypal.api.payments.Transaction
Getter for transactions
getTransactionType() - Method in class com.paypal.api.payments.AgreementTransaction
Getter for transactionType
getTransactionType() - Method in class com.paypal.api.payments.InvoicingPaymentDetail
Getter for transactionType
getTransactionType() - Method in class com.paypal.api.payments.PaymentDetail
Getter for transactionType
getTransactionType() - Method in class com.paypal.base.ipn.IPNMessage
 
getType() - Method in class com.paypal.api.payments.ChargeModels
Getter for type
getType() - Method in class com.paypal.api.payments.Credit
Getter for type
getType() - Method in class com.paypal.api.payments.CreditCard
Getter for type
getType() - Method in class com.paypal.api.payments.CreditCardToken
Getter for type
getType() - Method in class com.paypal.api.payments.InvoicingPaymentDetail
Getter for type
getType() - Method in class com.paypal.api.payments.InvoicingRefundDetail
Getter for type
getType() - Method in class com.paypal.api.payments.PaymentCard
Getter for type
getType() - Method in class com.paypal.api.payments.PaymentCardToken
Getter for type
getType() - Method in class com.paypal.api.payments.PaymentDefinition
Getter for type
getType() - Method in class com.paypal.api.payments.PaymentDetail
Getter for type
getType() - Method in class com.paypal.api.payments.Plan
Getter for type
getType() - Method in class com.paypal.api.payments.RefundDetail
Getter for type
getType() - Method in class com.paypal.api.payments.Terms
Getter for type
getUnitPrice() - Method in class com.paypal.api.payments.InvoiceItem
Getter for unitPrice
getUpdateTime() - Method in class com.paypal.api.payments.Agreement
Getter for updateTime
getUpdateTime() - Method in class com.paypal.api.payments.Authorization
Getter for updateTime
getUpdateTime() - Method in class com.paypal.api.payments.BankAccount
Getter for updateTime
getUpdateTime() - Method in class com.paypal.api.payments.Capture
Getter for updateTime
getUpdateTime() - Method in class com.paypal.api.payments.Order
Getter for updateTime
getUpdateTime() - Method in class com.paypal.api.payments.Payment
Getter for updateTime
getUpdateTime() - Method in class com.paypal.api.payments.Plan
Getter for updateTime
getUpdateTime() - Method in class com.paypal.api.payments.Refund
Getter for updateTime
getUpdateTime() - Method in class com.paypal.api.payments.Sale
Getter for updateTime
getUpperTotalAmount() - Method in class com.paypal.api.payments.InvoicingSearch
Getter for upperTotalAmount
getUpperTotalAmount() - Method in class com.paypal.api.payments.Search
Getter for upperTotalAmount
getUri() - Method in class com.paypal.api.payments.Invoice
Getter for uri
getUrl() - Method in class com.paypal.api.payments.Webhook
Getter for url
getUserId() - Method in class com.paypal.api.openidconnect.Userinfo
Getter for userId
getUserinfo(UserinfoParameters) - Static method in class com.paypal.api.openidconnect.Userinfo
Returns user details
getUserinfo(APIContext, UserinfoParameters) - Static method in class com.paypal.api.openidconnect.Userinfo
Returns user details
getUserName() - Method in class com.paypal.base.credential.CertificateCredential
 
getUserName() - Method in class com.paypal.base.credential.SignatureCredential
 
getValidUntil() - Method in class com.paypal.api.payments.Authorization
Getter for validUntil
getValidUntil() - Method in class com.paypal.api.payments.BankAccount
Getter for validUntil
getValidUntil() - Method in class com.paypal.api.payments.CreditCard
Getter for validUntil
getValidUntil() - Method in class com.paypal.api.payments.PaymentCard
Getter for validUntil
getValue() - Method in class com.paypal.api.payments.Currency
Getter for value
getValue() - Method in class com.paypal.api.payments.NameValuePair
Getter for value
getValue() - Method in class com.paypal.api.payments.Patch
 
getValue(String) - Method in class com.paypal.base.ConfigManager
Deprecated.  
getValuesByCategory(String) - Method in class com.paypal.base.ConfigManager
Deprecated.  
getValueWithDefault(String, String) - Method in class com.paypal.base.ConfigManager
Deprecated.  
getVerifiedAccount() - Method in class com.paypal.api.openidconnect.Userinfo
Getter for verifiedAccount
getWebhooks() - Method in class com.paypal.api.payments.WebhookList
Getter for webhooks
getWebProfileLists() - Method in class com.paypal.api.payments.WebProfileList
Getter for items
getWebsite() - Method in class com.paypal.api.payments.MerchantInfo
Getter for website
getZoneinfo() - Method in class com.paypal.api.openidconnect.Userinfo
Getter for zoneinfo
GOOGLE_APP_ENGINE - Static variable in class com.paypal.base.Constants
 
GoogleAppEngineHttpConnection - Class in com.paypal.base
A special HttpConnection for use on Google App Engine.
GoogleAppEngineHttpConnection() - Constructor for class com.paypal.base.GoogleAppEngineHttpConnection
 
GSON - Static variable in class com.paypal.base.rest.JSONFormatter
Gson

H

HTTP_ACCEPT_HEADER - Static variable in class com.paypal.base.Constants
 
HTTP_CONFIG_DEFAULT_CONTENT_TYPE - Static variable in class com.paypal.base.Constants
 
HTTP_CONFIG_DEFAULT_HTTP_METHOD - Static variable in class com.paypal.base.Constants
 
HTTP_CONNECTION_MAX_CONNECTION - Static variable in class com.paypal.base.Constants
 
HTTP_CONNECTION_READ_TIMEOUT - Static variable in class com.paypal.base.Constants
 
HTTP_CONNECTION_RETRY - Static variable in class com.paypal.base.Constants
 
HTTP_CONNECTION_TIMEOUT - Static variable in class com.paypal.base.Constants
 
HTTP_CONTENT_TYPE_HEADER - Static variable in class com.paypal.base.Constants
 
HTTP_CONTENT_TYPE_JSON - Static variable in class com.paypal.base.Constants
 
HTTP_CONTENT_TYPE_PATCH_JSON - Static variable in class com.paypal.base.Constants
 
HTTP_CONTENT_TYPE_XML - Static variable in class com.paypal.base.Constants
 
HTTP_PROXY_HOST - Static variable in class com.paypal.base.Constants
 
HTTP_PROXY_PASSWORD - Static variable in class com.paypal.base.Constants
 
HTTP_PROXY_PORT - Static variable in class com.paypal.base.Constants
 
HTTP_PROXY_USERNAME - Static variable in class com.paypal.base.Constants
 
HttpConfiguration - Class in com.paypal.base
Class contains http specific configuration parameters
HttpConfiguration() - Constructor for class com.paypal.base.HttpConfiguration
 
HttpConnection - Class in com.paypal.base
Base HttpConnection class
HttpConnection() - Constructor for class com.paypal.base.HttpConnection
 
HttpErrorException - Exception in com.paypal.base.exception
HttpErrorException denotes errors that occur in HTTP call
HttpErrorException(String) - Constructor for exception com.paypal.base.exception.HttpErrorException
 
HttpErrorException(String, Throwable) - Constructor for exception com.paypal.base.exception.HttpErrorException
 
HttpErrorException(int, String, String, Throwable) - Constructor for exception com.paypal.base.exception.HttpErrorException
 
HttpMethod - Enum in com.paypal.base.rest
HttpMethod enums used for HTTP method verbs
HyperSchema - Class in com.paypal.api.payments
 
HyperSchema() - Constructor for class com.paypal.api.payments.HyperSchema
Default Constructor

I

ICredential - Interface in com.paypal.base.credential
ICredential acts a base class for any credential required by the service for authentication.
initConfig(InputStream) - Static method in class com.paypal.api.openidconnect.Tokeninfo
Initialize using InputStream(of a Properties file)
initConfig(File) - Static method in class com.paypal.api.openidconnect.Tokeninfo
Initialize using a File(Properties file)
initConfig(Properties) - Static method in class com.paypal.api.openidconnect.Tokeninfo
Initialize using Properties
initConfig(InputStream) - Static method in class com.paypal.api.openidconnect.Userinfo
Initialize using InputStream(of a Properties file)
initConfig(File) - Static method in class com.paypal.api.openidconnect.Userinfo
Initialize using a File(Properties file)
initConfig(Properties) - Static method in class com.paypal.api.openidconnect.Userinfo
Initialize using Properties
initConfig(InputStream) - Static method in class com.paypal.api.payments.Agreement
Initialize using InputStream(of a Properties file)
initConfig(File) - Static method in class com.paypal.api.payments.Agreement
Initialize using a File(Properties file)
initConfig(Properties) - Static method in class com.paypal.api.payments.Agreement
Initialize using Properties
initConfig(InputStream) - Static method in class com.paypal.api.payments.Authorization
Initialize using InputStream(of a Properties file)
initConfig(File) - Static method in class com.paypal.api.payments.Authorization
Initialize using a File(Properties file)
initConfig(Properties) - Static method in class com.paypal.api.payments.Authorization
Initialize using Properties
initConfig(InputStream) - Static method in class com.paypal.api.payments.Capture
Initialize using InputStream(of a Properties file)
initConfig(File) - Static method in class com.paypal.api.payments.Capture
Initialize using a File(Properties file)
initConfig(Properties) - Static method in class com.paypal.api.payments.Capture
Initialize using Properties
initConfig(InputStream) - Static method in class com.paypal.api.payments.CreditCard
Initialize using InputStream(of a Properties file)
initConfig(File) - Static method in class com.paypal.api.payments.CreditCard
Initialize using a File(Properties file)
initConfig(Properties) - Static method in class com.paypal.api.payments.CreditCard
Initialize using Properties
initConfig(InputStream) - Static method in class com.paypal.api.payments.Event
Initialize using InputStream(of a Properties file)
initConfig(File) - Static method in class com.paypal.api.payments.Event
Initialize using a File(Properties file)
initConfig(Properties) - Static method in class com.paypal.api.payments.Event
Initialize using Properties
initConfig(InputStream) - Static method in class com.paypal.api.payments.EventType
Initialize using InputStream(of a Properties file)
initConfig(File) - Static method in class com.paypal.api.payments.EventType
Initialize using a File(Properties file)
initConfig(Properties) - Static method in class com.paypal.api.payments.EventType
Initialize using Properties
initConfig(InputStream) - Static method in class com.paypal.api.payments.Invoice
Initialize using InputStream(of a Properties file)
initConfig(File) - Static method in class com.paypal.api.payments.Invoice
Initialize using a File(Properties file)
initConfig(Properties) - Static method in class com.paypal.api.payments.Invoice
Initialize using Properties
initConfig(InputStream) - Static method in class com.paypal.api.payments.Order
Initialize using InputStream(of a Properties file)
initConfig(File) - Static method in class com.paypal.api.payments.Order
Initialize using a File(Properties file)
initConfig(Properties) - Static method in class com.paypal.api.payments.Order
Initialize using Properties
initConfig(InputStream) - Static method in class com.paypal.api.payments.Payment
Initialize using InputStream(of a Properties file)
initConfig(File) - Static method in class com.paypal.api.payments.Payment
Initialize using a File(Properties file)
initConfig(Properties) - Static method in class com.paypal.api.payments.Payment
Initialize using Properties
initConfig(InputStream) - Static method in class com.paypal.api.payments.Plan
Initialize using InputStream(of a Properties file)
initConfig(File) - Static method in class com.paypal.api.payments.Plan
Initialize using a File(Properties file)
initConfig(Properties) - Static method in class com.paypal.api.payments.Plan
Initialize using Properties
initConfig(InputStream) - Static method in class com.paypal.api.payments.Refund
Initialize using InputStream(of a Properties file)
initConfig(File) - Static method in class com.paypal.api.payments.Refund
Initialize using a File(Properties file)
initConfig(Properties) - Static method in class com.paypal.api.payments.Refund
Initialize using Properties
initConfig(InputStream) - Static method in class com.paypal.api.payments.Sale
Initialize using InputStream(of a Properties file)
initConfig(File) - Static method in class com.paypal.api.payments.Sale
Initialize using a File(Properties file)
initConfig(Properties) - Static method in class com.paypal.api.payments.Sale
Initialize using Properties
initConfig(InputStream) - Static method in class com.paypal.api.payments.WebProfile
Initialize using InputStream(of a Properties file)
initConfig(File) - Static method in class com.paypal.api.payments.WebProfile
Initialize using a File(Properties file)
initConfig(Properties) - Static method in class com.paypal.api.payments.WebProfile
Initialize using Properties
initConfig(InputStream) - Static method in class com.paypal.base.BaseService
Deprecated.  
initConfig(File) - Static method in class com.paypal.base.BaseService
Deprecated.  
initConfig(String) - Static method in class com.paypal.base.BaseService
Deprecated.  
initConfig(Properties) - Static method in class com.paypal.base.BaseService
Deprecated.  
initConfig(File) - Static method in class com.paypal.base.rest.PayPalResource
Initialize the system using a File(Properties file).
initConfig(Properties) - Static method in class com.paypal.base.rest.PayPalResource
Initialize using Properties.
initConfig(InputStream) - Static method in class com.paypal.base.rest.PayPalResource
Initialize using InputStream(of a Properties file)..
initializeToDefault() - Method in class com.paypal.base.BaseService
Initialize from sdk_config.properties
initializeToDefault() - Static method in class com.paypal.base.rest.PayPalResource
Initialize to default properties
InputFields - Class in com.paypal.api.payments
 
InputFields() - Constructor for class com.paypal.api.payments.InputFields
Default Constructor
InvalidCredentialException - Exception in com.paypal.base.exception
InvalidCredentialException used to denote errors in credentials used in API call
InvalidCredentialException(String) - Constructor for exception com.paypal.base.exception.InvalidCredentialException
 
InvalidCredentialException(String, Throwable) - Constructor for exception com.paypal.base.exception.InvalidCredentialException
 
InvalidResponseDataException - Exception in com.paypal.base.exception
InvalidResponseException used to denote errors in response data
InvalidResponseDataException(String) - Constructor for exception com.paypal.base.exception.InvalidResponseDataException
 
InvalidResponseDataException(String, Throwable) - Constructor for exception com.paypal.base.exception.InvalidResponseDataException
 
Invoice - Class in com.paypal.api.payments
 
Invoice() - Constructor for class com.paypal.api.payments.Invoice
Default Constructor
Invoice(MerchantInfo) - Constructor for class com.paypal.api.payments.Invoice
Parameterized Constructor
InvoiceItem - Class in com.paypal.api.payments
 
InvoiceItem() - Constructor for class com.paypal.api.payments.InvoiceItem
Default Constructor
InvoiceItem(String, float, Currency) - Constructor for class com.paypal.api.payments.InvoiceItem
Parameterized Constructor
Invoices - Class in com.paypal.api.payments
 
Invoices() - Constructor for class com.paypal.api.payments.Invoices
Default Constructor
InvoicingMetaData - Class in com.paypal.api.payments
 
InvoicingMetaData() - Constructor for class com.paypal.api.payments.InvoicingMetaData
Default Constructor
InvoicingNotification - Class in com.paypal.api.payments
 
InvoicingNotification() - Constructor for class com.paypal.api.payments.InvoicingNotification
Default Constructor
InvoicingPaymentDetail - Class in com.paypal.api.payments
 
InvoicingPaymentDetail() - Constructor for class com.paypal.api.payments.InvoicingPaymentDetail
Default Constructor
InvoicingPaymentDetail(String) - Constructor for class com.paypal.api.payments.InvoicingPaymentDetail
Parameterized Constructor
InvoicingRefundDetail - Class in com.paypal.api.payments
 
InvoicingRefundDetail() - Constructor for class com.paypal.api.payments.InvoicingRefundDetail
Default Constructor
InvoicingRefundDetail(String) - Constructor for class com.paypal.api.payments.InvoicingRefundDetail
Parameterized Constructor
InvoicingSearch - Class in com.paypal.api.payments
 
InvoicingSearch() - Constructor for class com.paypal.api.payments.InvoicingSearch
Default Constructor
IPN_ENDPOINT - Static variable in class com.paypal.base.Constants
 
IPN_LIVE_ENDPOINT - Static variable in class com.paypal.base.Constants
 
IPN_SANDBOX_ENDPOINT - Static variable in class com.paypal.base.Constants
 
IPNMessage - Class in com.paypal.base.ipn
 
IPNMessage(HttpServletRequest) - Constructor for class com.paypal.base.ipn.IPNMessage
Constructs IPNMessage using the given HttpServletRequest to retrieve the name and value Map.
IPNMessage(Map<String, String[]>) - Constructor for class com.paypal.base.ipn.IPNMessage
Constructs IPNMessage using the given Map for name and values.
IPNMessage(HttpServletRequest, Map<String, String>) - Constructor for class com.paypal.base.ipn.IPNMessage
Constructs IPNMessage using the given HttpServletRequest to retrieve the name and value Map and a custom configuration Map
IPNMessage(Map<String, String[]>, Map<String, String>) - Constructor for class com.paypal.base.ipn.IPNMessage
Constructs IPNMessage using the given Map for name and values and a custom configuration Map
isArrayByteBase64(byte[]) - Static method in class com.paypal.base.codec.binary.Base64
Deprecated. 1.5 Use Base64.isBase64(byte[]), will be removed in 2.0.
isBase64(byte) - Static method in class com.paypal.base.codec.binary.Base64
Returns whether or not the octet is in the base 64 alphabet.
isBase64(String) - Static method in class com.paypal.base.codec.binary.Base64
Tests a given String to see if it contains only valid characters within the Base64 alphabet.
isBase64(byte[]) - Static method in class com.paypal.base.codec.binary.Base64
Tests a given byte array to see if it contains only valid characters within the Base64 alphabet.
isGoogleAppEngine() - Method in class com.paypal.base.HttpConfiguration
 
isInAlphabet(byte) - Method in class com.paypal.base.codec.binary.Base64
Returns whether or not the octet is in the Base32 alphabet.
isInAlphabet(byte) - Method in class com.paypal.base.codec.binary.BaseNCodec
Returns whether or not the octet is in the current alphabet.
isInAlphabet(byte[], boolean) - Method in class com.paypal.base.codec.binary.BaseNCodec
Tests a given byte array to see if it contains only valid characters within the alphabet.
isInAlphabet(String) - Method in class com.paypal.base.codec.binary.BaseNCodec
Tests a given String to see if it contains only valid characters within the alphabet.
ISO_8859_1 - Static variable in class com.paypal.base.codec.CharEncoding
CharEncodingISO Latin Alphabet No.
isPropertyLoaded() - Method in class com.paypal.base.ConfigManager
Deprecated.  
isProxySet() - Method in class com.paypal.base.HttpConfiguration
 
isUrlSafe() - Method in class com.paypal.base.codec.binary.Base64
Returns our current encode mode.
isWhiteSpace(byte) - Static method in class com.paypal.base.codec.binary.BaseNCodec
Checks if a byte value is whitespace or not.
Item - Class in com.paypal.api.payments
 
Item() - Constructor for class com.paypal.api.payments.Item
Default Constructor
Item(String, String, String, String) - Constructor for class com.paypal.api.payments.Item
Parameterized Constructor
ItemList - Class in com.paypal.api.payments
 
ItemList() - Constructor for class com.paypal.api.payments.ItemList
Default Constructor

J

JSONFormatter - Class in com.paypal.base.rest
JSONFormatter converts objects to JSON representation and vice-versa.

L

lineLength - Variable in class com.paypal.base.codec.binary.BaseNCodec
Chunksize for encoding.
Links - Class in com.paypal.api.payments
 
Links() - Constructor for class com.paypal.api.payments.Links
Default Constructor
Links(String, String) - Constructor for class com.paypal.api.payments.Links
Parameterized Constructor
list(String, Map<String, String>) - Static method in class com.paypal.api.payments.CreditCard
Retrieves a list of Credit Card resources.
list(APIContext, Map<String, String>) - Static method in class com.paypal.api.payments.CreditCard
Retrieves a list of Credit Card resources.
list(String, String) - Static method in class com.paypal.api.payments.Event
Retrieves the list of Webhooks events resources for the application associated with token.
list(APIContext, String) - Static method in class com.paypal.api.payments.Event
Retrieves the list of Webhooks events resources for the application associated with token.
list(String, Map<String, String>) - Static method in class com.paypal.api.payments.Payment
Retrieves a list of Payment resources.
list(APIContext, Map<String, String>) - Static method in class com.paypal.api.payments.Payment
Retrieves a list of Payment resources.
list(String, Map<String, String>) - Static method in class com.paypal.api.payments.Plan
List billing plans according to optional query string parameters specified.
list(APIContext, Map<String, String>) - Static method in class com.paypal.api.payments.Plan
List billing plans according to optional query string parameters specified.
LIVE - Static variable in class com.paypal.base.Constants
 
load(InputStream) - Method in class com.paypal.base.ConfigManager
Deprecated. use PayPalResource.initConfig() instead
load(Properties) - Method in class com.paypal.base.ConfigManager
Deprecated. use PayPalResource.initConfig() instead

M

makeRequestUsing(APICallPreHandler) - Method in class com.paypal.base.APIService
Makes a request to API service
MASK_8BITS - Static variable in class com.paypal.base.codec.binary.BaseNCodec
Mask used to extract 8 bits, used in decoding bytes
MERCHANT_LIVE_CERTIFICATE_ENDPOINT - Static variable in class com.paypal.base.Constants
 
MERCHANT_LIVE_SIGNATURE_ENDPOINT - Static variable in class com.paypal.base.Constants
 
MERCHANT_SANDBOX_CERTIFICATE_ENDPOINT - Static variable in class com.paypal.base.Constants
 
MERCHANT_SANDBOX_SIGNATURE_ENDPOINT - Static variable in class com.paypal.base.Constants
 
MerchantAPICallPreHandler - Class in com.paypal.base.soap
MerchantAPICallPreHandler is an implementation of APICallPreHandler for Merchant API service.
MerchantAPICallPreHandler(APICallPreHandler, String, String, String) - Constructor for class com.paypal.base.soap.MerchantAPICallPreHandler
Deprecated.  
MerchantAPICallPreHandler(APICallPreHandler, ICredential) - Constructor for class com.paypal.base.soap.MerchantAPICallPreHandler
Deprecated.  
MerchantAPICallPreHandler(APICallPreHandler, ICredential, String, String, String, Map<String, String>) - Constructor for class com.paypal.base.soap.MerchantAPICallPreHandler
MerchantAPICallPreHandler decorating basic APICallPreHandler using ICredential
MerchantAPICallPreHandler(APICallPreHandler, String, String, String, String, String, String, Map<String, String>) - Constructor for class com.paypal.base.soap.MerchantAPICallPreHandler
MerchantAPICallPreHandler decorating basic APICallPreHandler using API Username
MerchantInfo - Class in com.paypal.api.payments
 
MerchantInfo() - Constructor for class com.paypal.api.payments.MerchantInfo
Default Constructor
MerchantInfo(String) - Constructor for class com.paypal.api.payments.MerchantInfo
Parameterized Constructor
MerchantPreferences - Class in com.paypal.api.payments
 
MerchantPreferences() - Constructor for class com.paypal.api.payments.MerchantPreferences
Default Constructor
MerchantPreferences(String, String) - Constructor for class com.paypal.api.payments.MerchantPreferences
Parameterized Constructor
Metadata - Class in com.paypal.api.payments
 
Metadata() - Constructor for class com.paypal.api.payments.Metadata
Default Constructor
MIME_CHUNK_SIZE - Static variable in class com.paypal.base.codec.binary.BaseNCodec
MIME chunk size per RFC 2045 section 6.8.
MissingCredentialException - Exception in com.paypal.base.exception
MissingCredentialException is throw when the credential used are wrongly configured or not found in the application properties
MissingCredentialException(String) - Constructor for exception com.paypal.base.exception.MissingCredentialException
 
MissingCredentialException(String, Throwable) - Constructor for exception com.paypal.base.exception.MissingCredentialException
 
MODE - Static variable in class com.paypal.base.Constants
 
modulus - Variable in class com.paypal.base.codec.binary.BaseNCodec
Writes to the buffer only occur after every 3/5 reads when encoding, and every 4/8 reads when decoding.

N

NameValuePair - Class in com.paypal.api.payments
 
NameValuePair() - Constructor for class com.paypal.api.payments.NameValuePair
Default Constructor
NameValuePair(String, String) - Constructor for class com.paypal.api.payments.NameValuePair
Parameterized Constructor
newString(byte[], String) - Static method in class com.paypal.base.codec.binary.StringUtils
Constructs a new String by decoding the specified array of bytes using the given charset.
newStringIso8859_1(byte[]) - Static method in class com.paypal.base.codec.binary.StringUtils
Constructs a new String by decoding the specified array of bytes using the ISO-8859-1 charset.
newStringUsAscii(byte[]) - Static method in class com.paypal.base.codec.binary.StringUtils
Constructs a new String by decoding the specified array of bytes using the US-ASCII charset.
newStringUtf16(byte[]) - Static method in class com.paypal.base.codec.binary.StringUtils
Constructs a new String by decoding the specified array of bytes using the UTF-16 charset.
newStringUtf16Be(byte[]) - Static method in class com.paypal.base.codec.binary.StringUtils
Constructs a new String by decoding the specified array of bytes using the UTF-16BE charset.
newStringUtf16Le(byte[]) - Static method in class com.paypal.base.codec.binary.StringUtils
Constructs a new String by decoding the specified array of bytes using the UTF-16LE charset.
newStringUtf8(byte[]) - Static method in class com.paypal.base.codec.binary.StringUtils
Constructs a new String by decoding the specified array of bytes using the UTF-8 charset.
Notification - Class in com.paypal.api.payments
 
Notification() - Constructor for class com.paypal.api.payments.Notification
Default Constructor
NVPUtil - Class in com.paypal.base
 

O

OAUTH_ENDPOINT - Static variable in class com.paypal.base.Constants
 
OAUTH_VERSION - Static variable in class com.paypal.base.util.OAuthSignature
 
OAuthException - Exception in com.paypal.base.exception
 
OAuthException(String) - Constructor for exception com.paypal.base.exception.OAuthException
Constructs a new exception with the specified detail message.
OAuthException(String, Throwable) - Constructor for exception com.paypal.base.exception.OAuthException
 
OAuthSignature - Class in com.paypal.base.util
 
OAuthSignature(String, String) - Constructor for class com.paypal.base.util.OAuthSignature
Default Constructor
OAuthSignature.HTTPMethod - Enum in com.paypal.base.util
 
OAuthTokenCredential - Class in com.paypal.base.rest
OAuthTokenCredential is used for generation of OAuth Token used by PayPal REST API service.
OAuthTokenCredential(String, String) - Constructor for class com.paypal.base.rest.OAuthTokenCredential
 
OAuthTokenCredential(String, String, Map<String, String>) - Constructor for class com.paypal.base.rest.OAuthTokenCredential
Configuration Constructor for dynamic configuration
OPENID_REDIRECT_URI - Static variable in class com.paypal.base.Constants
 
OPENID_REDIRECT_URI_CONSTANT_LIVE - Static variable in class com.paypal.base.Constants
 
OPENID_REDIRECT_URI_CONSTANT_SANDBOX - Static variable in class com.paypal.base.Constants
 
Order - Class in com.paypal.api.payments
 
Order() - Constructor for class com.paypal.api.payments.Order
Default Constructor
Order(String, Amount, String) - Constructor for class com.paypal.api.payments.Order
Parameterized Constructor
OverrideChargeModel - Class in com.paypal.api.payments
 
OverrideChargeModel() - Constructor for class com.paypal.api.payments.OverrideChargeModel
Default Constructor
OverrideChargeModel(String, Currency) - Constructor for class com.paypal.api.payments.OverrideChargeModel
Parameterized Constructor

P

PAD - Variable in class com.paypal.base.codec.binary.BaseNCodec
 
PAD_DEFAULT - Static variable in class com.paypal.base.codec.binary.BaseNCodec
Byte used to pad output.
partialUpdate(String, PatchRequest) - Method in class com.paypal.api.payments.WebProfile
Partially update an existing web experience profile by passing the ID of the profile to the request URI.
partialUpdate(APIContext, PatchRequest) - Method in class com.paypal.api.payments.WebProfile
Partially update an existing web experience profile by passing the ID of the profile to the request URI.
Patch - Class in com.paypal.api.payments
 
Patch() - Constructor for class com.paypal.api.payments.Patch
Default Constructor
Patch(String, String) - Constructor for class com.paypal.api.payments.Patch
Parameterized Constructor
PatchRequest - Class in com.paypal.api.payments
 
PatchRequest() - Constructor for class com.paypal.api.payments.PatchRequest
Default Constructor
PatchRequest(String, String) - Constructor for class com.paypal.api.payments.PatchRequest
Parameterized Constructor
Payee - Class in com.paypal.api.payments
 
Payee() - Constructor for class com.paypal.api.payments.Payee
Default Constructor
Payee(String, String) - Constructor for class com.paypal.api.payments.Payee
Parameterized Constructor
Payer - Class in com.paypal.api.payments
 
Payer() - Constructor for class com.paypal.api.payments.Payer
Default Constructor
Payer(String) - Constructor for class com.paypal.api.payments.Payer
Parameterized Constructor
PayerInfo - Class in com.paypal.api.payments
 
PayerInfo() - Constructor for class com.paypal.api.payments.PayerInfo
Default Constructor
PAYLOAD_FORMAT_NVP - Static variable in class com.paypal.base.Constants
 
PAYLOAD_FORMAT_SOAP - Static variable in class com.paypal.base.Constants
 
Payment - Class in com.paypal.api.payments
 
Payment() - Constructor for class com.paypal.api.payments.Payment
Default Constructor
Payment(String, Payer) - Constructor for class com.paypal.api.payments.Payment
Parameterized Constructor
PaymentCard - Class in com.paypal.api.payments
 
PaymentCard() - Constructor for class com.paypal.api.payments.PaymentCard
Default Constructor
PaymentCard(String, String, int, int) - Constructor for class com.paypal.api.payments.PaymentCard
Parameterized Constructor
PaymentCardToken - Class in com.paypal.api.payments
 
PaymentCardToken() - Constructor for class com.paypal.api.payments.PaymentCardToken
Default Constructor
PaymentCardToken(String, String, String) - Constructor for class com.paypal.api.payments.PaymentCardToken
Parameterized Constructor
PaymentDefinition - Class in com.paypal.api.payments
 
PaymentDefinition() - Constructor for class com.paypal.api.payments.PaymentDefinition
Default Constructor
PaymentDefinition(String, String, String, String, String, Currency) - Constructor for class com.paypal.api.payments.PaymentDefinition
Parameterized Constructor
PaymentDetail - Class in com.paypal.api.payments
 
PaymentDetail() - Constructor for class com.paypal.api.payments.PaymentDetail
Default Constructor
PaymentDetail(String) - Constructor for class com.paypal.api.payments.PaymentDetail
Parameterized Constructor
PaymentExecution - Class in com.paypal.api.payments
 
PaymentExecution() - Constructor for class com.paypal.api.payments.PaymentExecution
Default Constructor
PaymentExecution(String) - Constructor for class com.paypal.api.payments.PaymentExecution
Parameterized Constructor
PaymentHistory - Class in com.paypal.api.payments
 
PaymentHistory() - Constructor for class com.paypal.api.payments.PaymentHistory
Default Constructor
PaymentOptions - Class in com.paypal.api.payments
 
PaymentOptions() - Constructor for class com.paypal.api.payments.PaymentOptions
Default Constructor
PaymentTerm - Class in com.paypal.api.payments
 
PaymentTerm() - Constructor for class com.paypal.api.payments.PaymentTerm
Default Constructor
PAYPAL_APPLICATION_ID_HEADER - Static variable in class com.paypal.base.Constants
 
PAYPAL_AUTHORIZATION_MERCHANT_HEADER - Static variable in class com.paypal.base.Constants
 
PAYPAL_AUTHORIZATION_PLATFORM_HEADER - Static variable in class com.paypal.base.Constants
 
PAYPAL_DEVICE_IPADDRESS_HEADER - Static variable in class com.paypal.base.Constants
 
PAYPAL_REQUEST_DATA_FORMAT_HEADER - Static variable in class com.paypal.base.Constants
 
PAYPAL_REQUEST_ID_HEADER - Static variable in class com.paypal.base.Constants
 
PAYPAL_REQUEST_SOURCE_HEADER - Static variable in class com.paypal.base.Constants
 
PAYPAL_RESPONSE_DATA_FORMAT_HEADER - Static variable in class com.paypal.base.Constants
 
PAYPAL_SANDBOX_EMAIL_ADDRESS_HEADER - Static variable in class com.paypal.base.Constants
 
PAYPAL_SECURITY_PASSWORD_HEADER - Static variable in class com.paypal.base.Constants
 
PAYPAL_SECURITY_SIGNATURE_HEADER - Static variable in class com.paypal.base.Constants
 
PAYPAL_SECURITY_USERID_HEADER - Static variable in class com.paypal.base.Constants
 
PayPalException - Exception in com.paypal.base.exception
A PayPalException is thrown to signal a problem during SDK execution.
PayPalException() - Constructor for exception com.paypal.base.exception.PayPalException
 
PayPalException(String) - Constructor for exception com.paypal.base.exception.PayPalException
 
PayPalException(String, Throwable) - Constructor for exception com.paypal.base.exception.PayPalException
 
PayPalResource - Class in com.paypal.base.rest
PayPalResource acts as a base class for REST enabled resources.
PayPalResource() - Constructor for class com.paypal.base.rest.PayPalResource
 
PayPalRESTException - Exception in com.paypal.base.rest
PayPalException handles all exceptions related to REST services
PayPalRESTException(String) - Constructor for exception com.paypal.base.rest.PayPalRESTException
 
PayPalRESTException(String, Throwable) - Constructor for exception com.paypal.base.rest.PayPalRESTException
 
PayPalRESTException(Throwable) - Constructor for exception com.paypal.base.rest.PayPalRESTException
 
PayPalURLEncoder - Class in com.paypal.base.util
 
PEM_CHUNK_SIZE - Static variable in class com.paypal.base.codec.binary.BaseNCodec
PEM chunk size per RFC 1421 section 4.3.2.4.
Phone - Class in com.paypal.api.payments
 
Phone() - Constructor for class com.paypal.api.payments.Phone
Default Constructor
Phone(String, String) - Constructor for class com.paypal.api.payments.Phone
Parameterized Constructor
Plan - Class in com.paypal.api.payments
 
Plan() - Constructor for class com.paypal.api.payments.Plan
Default Constructor
Plan(String, String, String) - Constructor for class com.paypal.api.payments.Plan
Parameterized Constructor
PlanList - Class in com.paypal.api.payments
 
PlanList() - Constructor for class com.paypal.api.payments.PlanList
Default Constructor
PLATFORM_LIVE_ENDPOINT - Static variable in class com.paypal.base.Constants
 
PLATFORM_SANDBOX_ENDPOINT - Static variable in class com.paypal.base.Constants
 
PlatformAPICallPreHandler - Class in com.paypal.base.nvp
PlatformAPICallPreHandler is an implementation of APICallPreHandler for NVP based API service
PlatformAPICallPreHandler(String, String, String, String, String, String) - Constructor for class com.paypal.base.nvp.PlatformAPICallPreHandler
Deprecated.  
PlatformAPICallPreHandler(String, String, String, ICredential) - Constructor for class com.paypal.base.nvp.PlatformAPICallPreHandler
Deprecated.  
PlatformAPICallPreHandler(String, String, String, ICredential, String, String, String, Map<String, String>) - Constructor for class com.paypal.base.nvp.PlatformAPICallPreHandler
PlatformAPICallPreHandler
PlatformAPICallPreHandler(String, String, String, String, String, String, String, String, String, Map<String, String>) - Constructor for class com.paypal.base.nvp.PlatformAPICallPreHandler
PlatformAPICallPreHandler
pos - Variable in class com.paypal.base.codec.binary.BaseNCodec
Position where next character should be written in the buffer.
Presentation - Class in com.paypal.api.payments
 
Presentation() - Constructor for class com.paypal.api.payments.Presentation
Default Constructor
processTokenAuthorization(CertificateCredential, TokenAuthorization) - Method in class com.paypal.base.AbstractCertificateHttpHeaderAuthStrategy
Process TokenAuthorization based on API format
processTokenAuthorization(SignatureCredential, TokenAuthorization) - Method in class com.paypal.base.AbstractSignatureHttpHeaderAuthStrategy
Process TokenAuthorization based on API format
processTokenAuthorization(CertificateCredential, TokenAuthorization) - Method in class com.paypal.base.nvp.CertificateHttpHeaderAuthStrategy
Processing for TokenAuthorization under CertificateCredential
processTokenAuthorization(SignatureCredential, TokenAuthorization) - Method in class com.paypal.base.nvp.SignatureHttpHeaderAuthStrategy
Processing for TokenAuthorization under SignatureCredential
processTokenAuthorization(CertificateCredential, TokenAuthorization) - Method in class com.paypal.base.soap.CertificateHttpHeaderAuthStrategy
Processing for TokenAuthorization under CertificateCredential
processTokenAuthorization(SignatureCredential, TokenAuthorization) - Method in class com.paypal.base.soap.SignatureHttpHeaderAuthStrategy
Processing for TokenAuthorization under SignatureCredential

Q

QueryParameters - Class in com.paypal.base.rest
QueryParameters holds query parameters used for retrieving PaymentHistory object.
QueryParameters() - Constructor for class com.paypal.base.rest.QueryParameters
 

R

reActivate(String, AgreementStateDescriptor) - Method in class com.paypal.api.payments.Agreement
Reactivate a suspended billing agreement by passing the ID of the agreement to the appropriate URI.
reActivate(APIContext, AgreementStateDescriptor) - Method in class com.paypal.api.payments.Agreement
Reactivate a suspended billing agreement by passing the ID of the agreement to the appropriate URI.
read(BufferedReader) - Method in class com.paypal.base.HttpConnection
 
reauthorize(String) - Method in class com.paypal.api.payments.Authorization
Reauthorizes an expired Authorization.
reauthorize(APIContext) - Method in class com.paypal.api.payments.Authorization
Reauthorizes an expired Authorization.
recordPayment(String, PaymentDetail) - Method in class com.paypal.api.payments.Invoice
Mark the status of the invoice as paid.
recordPayment(APIContext, PaymentDetail) - Method in class com.paypal.api.payments.Invoice
Mark the status of the invoice as paid.
recordRefund(String, RefundDetail) - Method in class com.paypal.api.payments.Invoice
Mark the status of the invoice as refunded.
recordRefund(APIContext, RefundDetail) - Method in class com.paypal.api.payments.Invoice
Mark the status of the invoice as refunded.
RedirectUrls - Class in com.paypal.api.payments
 
RedirectUrls() - Constructor for class com.paypal.api.payments.RedirectUrls
Default Constructor
ReflectionUtil - Class in com.paypal.base
 
refund(String, Refund) - Method in class com.paypal.api.payments.Capture
Creates (and processes) a new Refund Transaction added as a related resource.
refund(APIContext, Refund) - Method in class com.paypal.api.payments.Capture
Creates (and processes) a new Refund Transaction added as a related resource.
Refund - Class in com.paypal.api.payments
 
Refund() - Constructor for class com.paypal.api.payments.Refund
Default Constructor
refund(String, Refund) - Method in class com.paypal.api.payments.Sale
Creates (and processes) a new Refund Transaction added as a related resource.
refund(APIContext, Refund) - Method in class com.paypal.api.payments.Sale
Creates (and processes) a new Refund Transaction added as a related resource.
RefundDetail - Class in com.paypal.api.payments
 
RefundDetail() - Constructor for class com.paypal.api.payments.RefundDetail
Default Constructor
RefundDetail(String) - Constructor for class com.paypal.api.payments.RefundDetail
Parameterized Constructor
RelatedResources - Class in com.paypal.api.payments
 
RelatedResources() - Constructor for class com.paypal.api.payments.RelatedResources
Default Constructor
remind(String, Notification) - Method in class com.paypal.api.payments.Invoice
Reminds the payer to pay the invoice.
remind(APIContext, Notification) - Method in class com.paypal.api.payments.Invoice
Reminds the payer to pay the invoice.
resend(String) - Method in class com.paypal.api.payments.Event
Resends the Webhooks event resource identified by event_id.
resend(APIContext) - Method in class com.paypal.api.payments.Event
Resends the Webhooks event resource identified by event_id.
ResourceLoader - Class in com.paypal.base.util
A class to locate resources and retrieve their contents.
ResourceLoader(String) - Constructor for class com.paypal.base.util.ResourceLoader
ResourceLoader to load the resource specified by name
REST_LIVE_ENDPOINT - Static variable in class com.paypal.base.Constants
 
REST_SANDBOX_ENDPOINT - Static variable in class com.paypal.base.Constants
 
RESTAPICallPreHandler - Class in com.paypal.base.rest
RESTApiCallPreHandler acts as a APICallPreHandler for REST API calls.
RESTAPICallPreHandler(Map<String, String>) - Constructor for class com.paypal.base.rest.RESTAPICallPreHandler
Constructor using configurations dynamically
RESTAPICallPreHandler(Map<String, String>, Map<String, String>) - Constructor for class com.paypal.base.rest.RESTAPICallPreHandler
Constructor using a Map of headers for forming custom headers
RESTUtil - Class in com.paypal.base.rest
RESTUtil acts as utility class used by REST API system

S

Sale - Class in com.paypal.api.payments
 
Sale() - Constructor for class com.paypal.api.payments.Sale
Default Constructor
Sale(Amount, String, String) - Constructor for class com.paypal.api.payments.Sale
Parameterized Constructor
SANDBOX - Static variable in class com.paypal.base.Constants
 
SANDBOX_EMAIL_ADDRESS - Static variable in class com.paypal.base.Constants
 
SDKUtil - Class in com.paypal.base
SDKUtil class holds utility methods for processing data transformation
SDKVersion - Interface in com.paypal.base
 
SDKVersionImpl - Class in com.paypal.base.sdk.info
Implementation of SDKVersion
SDKVersionImpl() - Constructor for class com.paypal.base.sdk.info.SDKVersionImpl
 
search(String, Search) - Method in class com.paypal.api.payments.Invoice
Search for invoice resources.
search(APIContext, Search) - Method in class com.paypal.api.payments.Invoice
Search for invoice resources.
Search - Class in com.paypal.api.payments
 
Search() - Constructor for class com.paypal.api.payments.Search
Default Constructor
send(String) - Method in class com.paypal.api.payments.Invoice
Sends a legitimate invoice to the payer.
send(APIContext) - Method in class com.paypal.api.payments.Invoice
Sends a legitimate invoice to the payer.
SERVICE_DEVCENTRAL_ENDPOINT - Static variable in class com.paypal.base.Constants
 
SERVICE_REDIRECT_ENDPOINT - Static variable in class com.paypal.base.Constants
 
Session - Class in com.paypal.api.openidconnect
 
setAcceptedPaymentType(String) - Method in class com.paypal.api.payments.MerchantPreferences
Setter for acceptedPaymentType
setAccessToken(String) - Method in class com.paypal.api.openidconnect.Tokeninfo
Setter for accessToken
setAccessToken(String) - Method in class com.paypal.api.openidconnect.UserinfoParameters
Set the accessToken
setAccessToken(String) - Method in class com.paypal.base.BaseService
Deprecated.  
setAccountName(String) - Method in class com.paypal.api.payments.BankAccount
Setter for accountName
setAccountNumber(String) - Method in class com.paypal.api.payments.BankAccount
Setter for accountNumber
setAccountNumberType(String) - Method in class com.paypal.api.payments.BankAccount
Setter for accountNumberType
setAccountType(String) - Method in class com.paypal.api.openidconnect.Userinfo
Setter for accountType
setAccountType(String) - Method in class com.paypal.api.payments.BankAccount
Setter for accountType
setAdditionalInfo(String) - Method in class com.paypal.api.payments.BillingInfo
Setter for additionalInfo
setAdditionalInfo(String) - Method in class com.paypal.api.payments.MerchantInfo
Setter for additionalInfo
setAddress(Address) - Method in class com.paypal.api.openidconnect.Userinfo
Setter for address
setAddress(Address) - Method in class com.paypal.api.payments.BillingInfo
Setter for address
setAddress(Address) - Method in class com.paypal.api.payments.MerchantInfo
Setter for address
setAddress(Address) - Method in class com.paypal.api.payments.ShippingInfo
Setter for address
setAddressOverride(int) - Method in class com.paypal.api.payments.InputFields
Setter for addressOverride
setAgeRange(String) - Method in class com.paypal.api.openidconnect.Userinfo
Setter for ageRange
setAgreementDetails(AgreementDetails) - Method in class com.paypal.api.payments.Agreement
Setter for agreementDetails
setAgreementTransactionList(List<AgreementTransaction>) - Method in class com.paypal.api.payments.AgreementTransactions
Setter for agreementTransactionList
setAllowedPaymentMethod(String) - Method in class com.paypal.api.payments.PaymentOptions
Setter for allowedPaymentMethod
setAllowNote(Boolean) - Method in class com.paypal.api.payments.InputFields
Setter for allowNote
setAmount(Currency) - Method in class com.paypal.api.payments.AgreementStateDescriptor
Setter for amount
setAmount(Currency) - Method in class com.paypal.api.payments.AgreementTransaction
Setter for amount
setAmount(Amount) - Method in class com.paypal.api.payments.Authorization
Setter for amount
setAmount(Amount) - Method in class com.paypal.api.payments.Capture
Setter for amount
setAmount(Amount) - Method in class com.paypal.api.payments.CartBase
Setter for amount
setAmount(Currency) - Method in class com.paypal.api.payments.ChargeModels
Setter for amount
setAmount(Currency) - Method in class com.paypal.api.payments.Cost
Setter for amount
setAmount(Currency) - Method in class com.paypal.api.payments.CustomAmount
Setter for amount
setAmount(Amount) - Method in class com.paypal.api.payments.Order
Setter for amount
setAmount(Currency) - Method in class com.paypal.api.payments.OverrideChargeModel
Setter for amount
setAmount(Currency) - Method in class com.paypal.api.payments.PaymentDefinition
Setter for amount
setAmount(Amount) - Method in class com.paypal.api.payments.Refund
Setter for amount
setAmount(Amount) - Method in class com.paypal.api.payments.Sale
Setter for amount
setAmount(Currency) - Method in class com.paypal.api.payments.ShippingCost
Setter for amount
setAmount(Currency) - Method in class com.paypal.api.payments.Tax
Setter for amount
setAmount(Amount) - Method in class com.paypal.api.payments.Transactions
Setter for amount
setAmountRange(Currency) - Method in class com.paypal.api.payments.Terms
Setter for amountRange
setApplicationId(String) - Method in class com.paypal.base.credential.CertificateCredential
 
setApplicationId(String) - Method in class com.paypal.base.credential.SignatureCredential
 
setAuthCaptureTimestamp(String) - Method in class com.paypal.api.payments.BankAccount
Setter for authCaptureTimestamp
setAuthorization(Authorization) - Method in class com.paypal.api.payments.RelatedResources
Setter for authorization
setAuthorizationToken(String) - Method in class com.paypal.base.rest.RESTAPICallPreHandler
 
setAuthType(String) - Method in class com.paypal.api.payments.BankAccount
Setter for authType
setAutoBillAmount(String) - Method in class com.paypal.api.payments.MerchantPreferences
Setter for autoBillAmount
setBalance(String, Currency) - Method in class com.paypal.api.payments.Agreement
Set the balance for an agreement by passing the ID of the agreement to the request URI.
setBalance(APIContext, Currency) - Method in class com.paypal.api.payments.Agreement
Set the balance for an agreement by passing the ID of the agreement to the request URI.
setBankAccount(ExtendedBankAccount) - Method in class com.paypal.api.payments.FundingInstrument
Setter for bankAccount
setBankAccountToken(BankToken) - Method in class com.paypal.api.payments.FundingInstrument
Setter for bankAccountToken
setBankId(String) - Method in class com.paypal.api.payments.BankToken
Setter for bankId
setBankName(String) - Method in class com.paypal.api.payments.BankAccount
Setter for bankName
setBankTxnPendingUrl(String) - Method in class com.paypal.api.payments.FlowConfig
Setter for bankTxnPendingUrl
setBillingAddress(Address) - Method in class com.paypal.api.payments.BankAccount
Setter for billingAddress
setBillingAddress(Address) - Method in class com.paypal.api.payments.CreditCard
Setter for billingAddress
setBillingAddress(Address) - Method in class com.paypal.api.payments.PayerInfo
Setter for billingAddress
setBillingAddress(Address) - Method in class com.paypal.api.payments.PaymentCard
Setter for billingAddress
setBillingInfo(List<BillingInfo>) - Method in class com.paypal.api.payments.Invoice
Setter for billingInfo
setBirthdate(String) - Method in class com.paypal.api.openidconnect.Userinfo
Setter for birthdate
setBirthDate(String) - Method in class com.paypal.api.payments.BankAccount
Setter for birthDate
setBirthDate(String) - Method in class com.paypal.api.payments.PayerInfo
Setter for birthDate
setBrandName(String) - Method in class com.paypal.api.payments.Presentation
Setter for brandName
setBusinessName(String) - Method in class com.paypal.api.payments.BillingInfo
Setter for businessName
setBusinessName(String) - Method in class com.paypal.api.payments.MerchantInfo
Setter for businessName
setBusinessName(String) - Method in class com.paypal.api.payments.ShippingInfo
Setter for businessName
setBuyerAccountNumber(String) - Method in class com.paypal.api.payments.PayerInfo
Setter for buyerAccountNumber
setBuyerEditable(String) - Method in class com.paypal.api.payments.Terms
Setter for buyerEditable
setCancelledBy(String) - Method in class com.paypal.api.payments.InvoicingMetaData
Setter for cancelledBy
setCancelledBy(String) - Method in class com.paypal.api.payments.Metadata
Setter for cancelledBy
setCancelledDate(String) - Method in class com.paypal.api.payments.InvoicingMetaData
Setter for cancelledDate
setCancelledDate(String) - Method in class com.paypal.api.payments.Metadata
Setter for cancelledDate
setCancelUrl(String) - Method in class com.paypal.api.payments.MerchantPreferences
Setter for cancelUrl
setCancelUrl(String) - Method in class com.paypal.api.payments.RedirectUrls
Setter for cancelUrl
setCapture(Capture) - Method in class com.paypal.api.payments.RelatedResources
Setter for capture
setCaptureId(String) - Method in class com.paypal.api.payments.Refund
Setter for captureId
setCart(Object) - Method in class com.paypal.api.payments.Payment
Setter for cart
setChargeId(String) - Method in class com.paypal.api.payments.OverrideChargeModel
Setter for chargeId
setChargeModels(List<ChargeModels>) - Method in class com.paypal.api.payments.PaymentDefinition
Setter for chargeModels
setCharSet(String) - Method in class com.paypal.api.payments.MerchantPreferences
Setter for charSet
setCheckType(String) - Method in class com.paypal.api.payments.BankAccount
Setter for checkType
setCity(String) - Method in class com.paypal.api.payments.Address
Setter for city
setClearingTime(String) - Method in class com.paypal.api.payments.Sale
Setter for clearingTime
setClientID(String) - Method in class com.paypal.base.ClientCredentials
 
setClientSecret(String) - Method in class com.paypal.base.ClientCredentials
 
setCode(String) - Method in class com.paypal.api.openidconnect.CreateFromAuthorizationCodeParameters
Set the code
setConfigurationMap(Map<String, String>) - Method in class com.paypal.base.BaseAPIContext
 
setConfirmationStatus(String) - Method in class com.paypal.api.payments.BankAccount
Setter for confirmationStatus
setConnectionTimeout(int) - Method in class com.paypal.base.HttpConfiguration
Sets the connectionTimeout
setContentEncoding(String) - Method in class com.paypal.api.payments.HyperSchema
Setter for contentEncoding
setContentType(String) - Method in class com.paypal.base.HttpConfiguration
Deprecated. Set/Get Content-Type HTTP Header in BaseAPIContext HTTPHeaders parameter
setCount(int) - Method in class com.paypal.api.payments.CreditCardHistory
Setter for count
setCount(int) - Method in class com.paypal.api.payments.EventList
Setter for count
setCount(int) - Method in class com.paypal.api.payments.PaymentHistory
Setter for count
setCount(String) - Method in class com.paypal.base.rest.QueryParameters
Set the count
setCountry(String) - Method in class com.paypal.api.openidconnect.Address
Setter for country
setCountryCode(String) - Method in class com.paypal.api.payments.Address
Setter for countryCode
setCountryCode(String) - Method in class com.paypal.api.payments.BankAccount
Setter for countryCode
setCountryCode(String) - Method in class com.paypal.api.payments.Phone
Setter for countryCode
setCreatedBy(String) - Method in class com.paypal.api.payments.InvoicingMetaData
Setter for createdBy
setCreatedBy(String) - Method in class com.paypal.api.payments.Metadata
Setter for createdBy
setCreatedDate(String) - Method in class com.paypal.api.payments.InvoicingMetaData
Setter for createdDate
setCreatedDate(String) - Method in class com.paypal.api.payments.Metadata
Setter for createdDate
setCreateTime(String) - Method in class com.paypal.api.payments.Agreement
Setter for createTime
setCreateTime(String) - Method in class com.paypal.api.payments.Authorization
Setter for createTime
setCreateTime(String) - Method in class com.paypal.api.payments.BankAccount
Setter for createTime
setCreateTime(String) - Method in class com.paypal.api.payments.Capture
Setter for createTime
setCreateTime(String) - Method in class com.paypal.api.payments.Event
Setter for createTime
setCreateTime(String) - Method in class com.paypal.api.payments.Order
Setter for createTime
setCreateTime(String) - Method in class com.paypal.api.payments.Payment
Setter for createTime
setCreateTime(String) - Method in class com.paypal.api.payments.Plan
Setter for createTime
setCreateTime(String) - Method in class com.paypal.api.payments.Refund
Setter for createTime
setCreateTime(String) - Method in class com.paypal.api.payments.Sale
Setter for createTime
setCredit(Credit) - Method in class com.paypal.api.payments.FundingInstrument
Setter for credit
setCreditCard(CreditCard) - Method in class com.paypal.api.payments.FundingInstrument
Setter for creditCard
setCreditCardId(String) - Method in class com.paypal.api.payments.CreditCardToken
Setter for creditCardId
setCreditCards(List<CreditCard>) - Method in class com.paypal.api.payments.CreditCardHistory
Setter for creditCards
setCreditCardToken(CreditCardToken) - Method in class com.paypal.api.payments.FundingInstrument
Setter for creditCardToken
setCurrency(String) - Method in class com.paypal.api.payments.Amount
Setter for currency
setCurrency(String) - Method in class com.paypal.api.payments.Currency
Setter for currency
setCurrency(String) - Method in class com.paypal.api.payments.Item
Setter for currency
setCustom(String) - Method in class com.paypal.api.payments.CartBase
Setter for custom
setCustom(CustomAmount) - Method in class com.paypal.api.payments.Invoice
Setter for custom
setCvv2(int) - Method in class com.paypal.api.payments.CreditCard
Setter for cvv2
setCvv2(int) - Method in class com.paypal.api.payments.PaymentCard
Setter for cvv2
setCycles(String) - Method in class com.paypal.api.payments.PaymentDefinition
Setter for cycles
setCyclesCompleted(String) - Method in class com.paypal.api.payments.AgreementDetails
Setter for cyclesCompleted
setCyclesRemaining(String) - Method in class com.paypal.api.payments.AgreementDetails
Setter for cyclesRemaining
setDate(String) - Method in class com.paypal.api.payments.InvoiceItem
Setter for date
setDate(String) - Method in class com.paypal.api.payments.InvoicingPaymentDetail
Setter for date
setDate(String) - Method in class com.paypal.api.payments.InvoicingRefundDetail
Setter for date
setDate(String) - Method in class com.paypal.api.payments.PaymentDetail
Setter for date
setDate(String) - Method in class com.paypal.api.payments.RefundDetail
Setter for date
setDebugId(String) - Method in class com.paypal.api.payments.Error
Setter for debugId
setDefaultAddress(Boolean) - Method in class com.paypal.api.payments.ShippingAddress
Setter for defaultAddress
setDescription(String) - Method in class com.paypal.api.payments.Agreement
Setter for description
setDescription(String) - Method in class com.paypal.api.payments.CartBase
Setter for description
setDescription(String) - Method in class com.paypal.api.payments.EventType
Setter for description
setDescription(String) - Method in class com.paypal.api.payments.InvoiceItem
Setter for description
setDescription(String) - Method in class com.paypal.api.payments.Plan
Setter for description
setDescription(String) - Method in class com.paypal.api.payments.Refund
Setter for description
setDetails(Details) - Method in class com.paypal.api.payments.Amount
Setter for details
setDetails(List<ErrorDetails>) - Method in class com.paypal.api.payments.Error
Setter for details
setDiscount(Cost) - Method in class com.paypal.api.payments.Invoice
Setter for discount
setDiscount(Cost) - Method in class com.paypal.api.payments.InvoiceItem
Setter for discount
setDueDate(String) - Method in class com.paypal.api.payments.PaymentTerm
Setter for dueDate
setEmail(String) - Method in class com.paypal.api.openidconnect.Userinfo
Setter for email
setEmail(String) - Method in class com.paypal.api.payments.BillingInfo
Setter for email
setEmail(String) - Method in class com.paypal.api.payments.InvoicingSearch
Setter for email
setEmail(String) - Method in class com.paypal.api.payments.MerchantInfo
Setter for email
setEmail(String) - Method in class com.paypal.api.payments.Payee
Setter for email
setEmail(String) - Method in class com.paypal.api.payments.PayerInfo
Setter for email
setEmail(String) - Method in class com.paypal.api.payments.Search
Setter for email
setEmailVerified(Boolean) - Method in class com.paypal.api.openidconnect.Userinfo
Setter for emailVerified
setEnctype(String) - Method in class com.paypal.api.payments.Links
Setter for enctype
setEndCreationDate(String) - Method in class com.paypal.api.payments.InvoicingSearch
Setter for endCreationDate
setEndCreationDate(String) - Method in class com.paypal.api.payments.Search
Setter for endCreationDate
setEndDueDate(String) - Method in class com.paypal.api.payments.InvoicingSearch
Setter for endDueDate
setEndDueDate(String) - Method in class com.paypal.api.payments.Search
Setter for endDueDate
setEndInvoiceDate(String) - Method in class com.paypal.api.payments.InvoicingSearch
Setter for endInvoiceDate
setEndInvoiceDate(String) - Method in class com.paypal.api.payments.Search
Setter for endInvoiceDate
setEndPaymentDate(String) - Method in class com.paypal.api.payments.InvoicingSearch
Setter for endPaymentDate
setEndPaymentDate(String) - Method in class com.paypal.api.payments.Search
Setter for endPaymentDate
setEndPointUrl(String) - Method in class com.paypal.base.HttpConfiguration
Sets the endPointUrl
setEndTime(String) - Method in class com.paypal.base.rest.QueryParameters
Set the endTime
setError(String) - Method in class com.paypal.api.openidconnect.Error
Setter for error
setErrorDescription(String) - Method in class com.paypal.api.openidconnect.Error
Setter for errorDescription
setErrorUri(String) - Method in class com.paypal.api.openidconnect.Error
Setter for errorUri
setEvents(List<Event>) - Method in class com.paypal.api.payments.EventList
Setter for events
setEventType(String) - Method in class com.paypal.api.payments.Event
Setter for eventType
setEventTypes(List<EventType>) - Method in class com.paypal.api.payments.EventTypeList
Setter for eventTypes
setEventTypes(List<EventType>) - Method in class com.paypal.api.payments.Webhook
Setter for eventTypes
setExperienceProfileId(String) - Method in class com.paypal.api.payments.Payment
Setter for Experience Profile ID
setExpireMonth(int) - Method in class com.paypal.api.payments.CreditCard
Setter for expireMonth
setExpireMonth(int) - Method in class com.paypal.api.payments.CreditCardToken
Setter for expireMonth
setExpireMonth(int) - Method in class com.paypal.api.payments.PaymentCard
Setter for expireMonth
setExpireMonth(int) - Method in class com.paypal.api.payments.PaymentCardToken
Setter for expireMonth
setExpiresIn(Integer) - Method in class com.paypal.api.openidconnect.Tokeninfo
Setter for expiresIn
setExpireYear(int) - Method in class com.paypal.api.payments.CreditCard
Setter for expireYear
setExpireYear(int) - Method in class com.paypal.api.payments.CreditCardToken
Setter for expireYear
setExpireYear(int) - Method in class com.paypal.api.payments.PaymentCard
Setter for expireYear
setExpireYear(int) - Method in class com.paypal.api.payments.PaymentCardToken
Setter for expireYear
setExtension(String) - Method in class com.paypal.api.payments.Phone
Setter for extension
setExternalCustomerId(String) - Method in class com.paypal.api.payments.BankAccount
Setter for externalCustomerId
setExternalCustomerId(String) - Method in class com.paypal.api.payments.BankToken
Setter for externalCustomerId
setExternalCustomerId(String) - Method in class com.paypal.api.payments.CreditCard
Setter for externalCustomerId
setExternalCustomerId(String) - Method in class com.paypal.api.payments.PaymentCard
Setter for externalCustomerId
setExternalCustomerId(String) - Method in class com.paypal.api.payments.PaymentCardToken
Setter for externalCustomerId
setExternalRememberMeId(String) - Method in class com.paypal.api.payments.PayerInfo
Setter for externalRememberMeId
setFailedPaymentCount(String) - Method in class com.paypal.api.payments.AgreementDetails
Setter for failedPaymentCount
setFamilyName(String) - Method in class com.paypal.api.openidconnect.Userinfo
Setter for familyName
setFax(Phone) - Method in class com.paypal.api.payments.MerchantInfo
Setter for fax
setFee(String) - Method in class com.paypal.api.payments.Details
Setter for fee
setFeeAmount(Currency) - Method in class com.paypal.api.payments.AgreementTransaction
Setter for feeAmount
setField(String) - Method in class com.paypal.api.payments.ErrorDetails
Setter for field
setFIELD_NAMING_POLICY(FieldNamingPolicy) - Static method in class com.paypal.base.rest.JSONFormatter
Set a format for gson FIELD_NAMING_POLICY.
setFinalPaymentDate(String) - Method in class com.paypal.api.payments.AgreementDetails
Setter for finalPaymentDate
setFirstName(String) - Method in class com.paypal.api.payments.BankAccount
Setter for firstName
setFirstName(String) - Method in class com.paypal.api.payments.BillingInfo
Setter for firstName
setFirstName(String) - Method in class com.paypal.api.payments.CreditCard
Setter for firstName
setFirstName(String) - Method in class com.paypal.api.payments.MerchantInfo
Setter for firstName
setFirstName(String) - Method in class com.paypal.api.payments.PayerInfo
Setter for firstName
setFirstName(String) - Method in class com.paypal.api.payments.PaymentCard
Setter for firstName
setFirstName(String) - Method in class com.paypal.api.payments.ShippingInfo
Setter for firstName
setFirstSentDate(String) - Method in class com.paypal.api.payments.InvoicingMetaData
Setter for firstSentDate
setFirstSentDate(String) - Method in class com.paypal.api.payments.Metadata
Setter for firstSentDate
setFlowConfig(FlowConfig) - Method in class com.paypal.api.payments.WebProfile
Setter for flowConfig
setFragmentResolution(String) - Method in class com.paypal.api.payments.HyperSchema
Setter for fragmentResolution
setFrequency(String) - Method in class com.paypal.api.payments.PaymentDefinition
Setter for frequency
setFrequencyInterval(String) - Method in class com.paypal.api.payments.PaymentDefinition
Setter for frequencyInterval
setFrom(String) - Method in class com.paypal.api.payments.Patch
 
setFundingInstruments(List<FundingInstrument>) - Method in class com.paypal.api.payments.Payer
Setter for fundingInstruments
setFundingOptionId(String) - Method in class com.paypal.api.payments.Payer
Setter for fundingOptionId
setGender(String) - Method in class com.paypal.api.openidconnect.Userinfo
Setter for gender
setGiftWrap(String) - Method in class com.paypal.api.payments.Details
Setter for giftWrap
setGivenName(String) - Method in class com.paypal.api.openidconnect.Userinfo
Setter for givenName
setGoogleAppEngine(boolean) - Method in class com.paypal.base.HttpConfiguration
Sets the googleAppEngine
setGrantType(String) - Method in class com.paypal.api.openidconnect.CreateFromAuthorizationCodeParameters
Set the Grant Type
setGrantType(String) - Method in class com.paypal.api.openidconnect.CreateFromRefreshTokenParameters
Set the Grant Type
setHandlingFee(String) - Method in class com.paypal.api.payments.Details
Setter for handlingFee
setHeadersMap(Map<String, String>) - Method in class com.paypal.base.rest.APIContext
Deprecated.  
setHeaderString(String) - Method in class com.paypal.base.DefaultSOAPAPICallHandler
 
setHref(String) - Method in class com.paypal.api.payments.Links
Setter for href
setHTTPHeaders(Map<String, String>) - Method in class com.paypal.base.BaseAPIContext
 
setHttpHeaders(Map<String, String>) - Method in class com.paypal.base.HttpConnection
Set headers for HttpsURLConnection object
setHttpMethod(String) - Method in class com.paypal.base.HttpConfiguration
 
setHTTPMethod(OAuthSignature.HTTPMethod) - Method in class com.paypal.base.util.OAuthSignature
Sets HTTP Method
setId(String) - Method in class com.paypal.api.payments.Agreement
Setter for id
setId(String) - Method in class com.paypal.api.payments.Authorization
Setter for id
setId(String) - Method in class com.paypal.api.payments.BankAccount
Setter for id
setId(String) - Method in class com.paypal.api.payments.Capture
Setter for id
setId(String) - Method in class com.paypal.api.payments.ChargeModels
Setter for id
setId(String) - Method in class com.paypal.api.payments.CreateProfileResponse
Setter for id
setId(String) - Method in class com.paypal.api.payments.Credit
Setter for id
setId(String) - Method in class com.paypal.api.payments.CreditCard
Setter for id
setId(String) - Method in class com.paypal.api.payments.Event
Setter for id
setId(String) - Method in class com.paypal.api.payments.Invoice
Setter for id
setId(String) - Method in class com.paypal.api.payments.MerchantPreferences
Setter for id
setId(String) - Method in class com.paypal.api.payments.Order
Setter for id
setId(String) - Method in class com.paypal.api.payments.Payment
Setter for id
setId(String) - Method in class com.paypal.api.payments.PaymentCard
Setter for id
setId(String) - Method in class com.paypal.api.payments.PaymentDefinition
Setter for id
setId(String) - Method in class com.paypal.api.payments.Plan
Setter for id
setId(String) - Method in class com.paypal.api.payments.Refund
Setter for id
setId(String) - Method in class com.paypal.api.payments.Sale
Setter for id
setId(String) - Method in class com.paypal.api.payments.ShippingAddress
Setter for id
setId(String) - Method in class com.paypal.api.payments.Tax
Setter for id
setId(String) - Method in class com.paypal.api.payments.Terms
Setter for id
setId(String) - Method in class com.paypal.api.payments.Webhook
Setter for id
setId(String) - Method in class com.paypal.api.payments.WebProfile
Setter for id
setInformationLink(String) - Method in class com.paypal.api.payments.Error
Setter for informationLink
setInitialFailAmountAction(String) - Method in class com.paypal.api.payments.MerchantPreferences
Setter for initialFailAmountAction
setInputFields(InputFields) - Method in class com.paypal.api.payments.WebProfile
Setter for inputFields
setIntent(String) - Method in class com.paypal.api.payments.Payment
Setter for intent
setInvoiceDate(String) - Method in class com.paypal.api.payments.Invoice
Setter for invoiceDate
setInvoiceNumber(String) - Method in class com.paypal.api.payments.CartBase
Setter for invoiceNumber
setInvoices(List<Invoice>) - Method in class com.paypal.api.payments.Invoices
Setter for invoices
setIpAddress(String) - Method in class com.paypal.base.HttpConfiguration
 
setIsFinalCapture(Boolean) - Method in class com.paypal.api.payments.Capture
Setter for isFinalCapture
setIssue(String) - Method in class com.paypal.api.payments.ErrorDetails
Setter for issue
setItemList(ItemList) - Method in class com.paypal.api.payments.CartBase
Setter for itemList
setItems(List<InvoiceItem>) - Method in class com.paypal.api.payments.Invoice
Setter for items
setItems(List<Item>) - Method in class com.paypal.api.payments.ItemList
Setter for items
setLabel(String) - Method in class com.paypal.api.payments.CustomAmount
Setter for label
setLandingPageType(String) - Method in class com.paypal.api.payments.FlowConfig
Setter for landingPageType
setLanguage(String) - Method in class com.paypal.api.payments.BillingInfo
Setter for language
setLast4(String) - Method in class com.paypal.api.payments.CreditCardToken
Setter for last4
setLast4(String) - Method in class com.paypal.api.payments.PaymentCardToken
Setter for last4
setLastName(String) - Method in class com.paypal.api.payments.BankAccount
Setter for lastName
setLastName(String) - Method in class com.paypal.api.payments.BillingInfo
Setter for lastName
setLastName(String) - Method in class com.paypal.api.payments.CreditCard
Setter for lastName
setLastName(String) - Method in class com.paypal.api.payments.MerchantInfo
Setter for lastName
setLastName(String) - Method in class com.paypal.api.payments.PayerInfo
Setter for lastName
setLastName(String) - Method in class com.paypal.api.payments.PaymentCard
Setter for lastName
setLastName(String) - Method in class com.paypal.api.payments.ShippingInfo
Setter for lastName
setLastPaymentAmount(Currency) - Method in class com.paypal.api.payments.AgreementDetails
Setter for lastPaymentAmount
setLastPaymentDate(String) - Method in class com.paypal.api.payments.AgreementDetails
Setter for lastPaymentDate
setLastRequest(String) - Method in class com.paypal.base.BaseService
 
setLastResponse(String) - Method in class com.paypal.base.BaseService
 
setLastSentBy(String) - Method in class com.paypal.api.payments.InvoicingMetaData
Setter for lastSentBy
setLastSentBy(String) - Method in class com.paypal.api.payments.Metadata
Setter for lastSentBy
setLastSentDate(String) - Method in class com.paypal.api.payments.InvoicingMetaData
Setter for lastSentDate
setLastSentDate(String) - Method in class com.paypal.api.payments.Metadata
Setter for lastSentDate
setLastUpdatedBy(String) - Method in class com.paypal.api.payments.InvoicingMetaData
Setter for lastUpdatedBy
setLastUpdatedBy(String) - Method in class com.paypal.api.payments.Metadata
Setter for lastUpdatedBy
setLastUpdatedDate(String) - Method in class com.paypal.api.payments.InvoicingMetaData
Setter for lastUpdatedDate
setLastUpdatedDate(String) - Method in class com.paypal.api.payments.Metadata
Setter for lastUpdatedDate
setLine1(String) - Method in class com.paypal.api.payments.Address
Setter for line1
setLine2(String) - Method in class com.paypal.api.payments.Address
Setter for line2
setLinks(List<Links>) - Method in class com.paypal.api.payments.Agreement
Setter for links
setLinks(List<Links>) - Method in class com.paypal.api.payments.Authorization
Setter for links
setLinks(List<Links>) - Method in class com.paypal.api.payments.BankAccount
Setter for links
setLinks(List<Links>) - Method in class com.paypal.api.payments.Capture
Setter for links
setLinks(List<Links>) - Method in class com.paypal.api.payments.CreditCard
Setter for links
setLinks(List<Links>) - Method in class com.paypal.api.payments.Event
Setter for links
setLinks(List<Links>) - Method in class com.paypal.api.payments.EventList
Setter for links
setLinks(List<Links>) - Method in class com.paypal.api.payments.HyperSchema
Setter for links
setLinks(List<Links>) - Method in class com.paypal.api.payments.Payment
Setter for links
setLinks(List<Links>) - Method in class com.paypal.api.payments.PaymentCard
Setter for links
setLinks(List<Links>) - Method in class com.paypal.api.payments.Plan
Setter for links
setLinks(List<Links>) - Method in class com.paypal.api.payments.PlanList
Setter for links
setLinks(List<Links>) - Method in class com.paypal.api.payments.Refund
Setter for links
setLinks(List<Links>) - Method in class com.paypal.api.payments.Sale
Setter for links
setLinks(List<Links>) - Method in class com.paypal.api.payments.Webhook
Setter for links
setLocale(String) - Method in class com.paypal.api.openidconnect.Userinfo
Setter for locale
setLocaleCode(String) - Method in class com.paypal.api.payments.Presentation
Setter for localeCode
setLocality(String) - Method in class com.paypal.api.openidconnect.Address
Setter for locality
setLogoImage(String) - Method in class com.paypal.api.payments.Presentation
Setter for logoImage
setLogoUrl(String) - Method in class com.paypal.api.payments.Invoice
Setter for logoUrl
setLowerTotalAmount(Currency) - Method in class com.paypal.api.payments.InvoicingSearch
Setter for lowerTotalAmount
setLowerTotalAmount(Currency) - Method in class com.paypal.api.payments.Search
Setter for lowerTotalAmount
setMandateReferenceNumber(String) - Method in class com.paypal.api.payments.BankToken
Setter for mandateReferenceNumber
setMandateReferenceNumber(String) - Method in class com.paypal.api.payments.ExtendedBankAccount
Setter for mandateReferenceNumber
setMaskRequestId(boolean) - Method in class com.paypal.base.rest.APIContext
 
setMaxBillingAmount(Currency) - Method in class com.paypal.api.payments.Terms
Setter for maxBillingAmount
setMaxFailAttempts(String) - Method in class com.paypal.api.payments.MerchantPreferences
Setter for maxFailAttempts
setMaxHttpConnection(int) - Method in class com.paypal.base.HttpConfiguration
Sets the maxHttpConnection
setMaxRetry(int) - Method in class com.paypal.base.HttpConfiguration
Sets the maxRetry
setMediaType(String) - Method in class com.paypal.api.payments.HyperSchema
Setter for mediaType
setMerchantId(String) - Method in class com.paypal.api.payments.BankAccount
Setter for merchantId
setMerchantId(String) - Method in class com.paypal.api.payments.Payee
Setter for merchantId
setMerchantInfo(MerchantInfo) - Method in class com.paypal.api.payments.Invoice
Setter for merchantInfo
setMerchantMemo(String) - Method in class com.paypal.api.payments.Invoice
Setter for merchantMemo
setMerchantPreferences(MerchantPreferences) - Method in class com.paypal.api.payments.Plan
Setter for merchantPreferences
setMessage(String) - Method in class com.paypal.api.payments.Error
Setter for message
setMetadata(Metadata) - Method in class com.paypal.api.payments.Invoice
Setter for metadata
setMethod(String) - Method in class com.paypal.api.payments.InvoicingPaymentDetail
Setter for method
setMethod(String) - Method in class com.paypal.api.payments.Links
Setter for method
setMethod(String) - Method in class com.paypal.api.payments.PaymentDetail
Setter for method
setMiddleName(String) - Method in class com.paypal.api.openidconnect.Userinfo
Setter for middleName
setName(String) - Method in class com.paypal.api.openidconnect.Userinfo
Setter for name
setName(String) - Method in class com.paypal.api.payments.Agreement
Setter for name
setName(String) - Method in class com.paypal.api.payments.Error
Setter for name
setName(String) - Method in class com.paypal.api.payments.EventType
Setter for name
setName(String) - Method in class com.paypal.api.payments.InvoiceItem
Setter for name
setName(String) - Method in class com.paypal.api.payments.Item
Setter for name
setName(String) - Method in class com.paypal.api.payments.NameValuePair
Setter for name
setName(String) - Method in class com.paypal.api.payments.PaymentDefinition
Setter for name
setName(String) - Method in class com.paypal.api.payments.Plan
Setter for name
setName(String) - Method in class com.paypal.api.payments.Tax
Setter for name
setName(String) - Method in class com.paypal.api.payments.WebProfile
Setter for name
setNamespaces(String) - Method in class com.paypal.base.DefaultSOAPAPICallHandler
 
setNationalNumber(String) - Method in class com.paypal.api.payments.Phone
Setter for nationalNumber
setNetAmount(Currency) - Method in class com.paypal.api.payments.AgreementTransaction
Setter for netAmount
setNextBillingDate(String) - Method in class com.paypal.api.payments.AgreementDetails
Setter for nextBillingDate
setNextId(String) - Method in class com.paypal.api.payments.CreditCardHistory
Setter for nextId
setNextId(String) - Method in class com.paypal.api.payments.PaymentHistory
Setter for nextId
setNoShipping(int) - Method in class com.paypal.api.payments.InputFields
Setter for noShipping
setNote(String) - Method in class com.paypal.api.payments.AgreementStateDescriptor
Setter for note
setNote(String) - Method in class com.paypal.api.payments.CancelNotification
Setter for note
setNote(String) - Method in class com.paypal.api.payments.Invoice
Setter for note
setNote(String) - Method in class com.paypal.api.payments.InvoicingNotification
Setter for note
setNote(String) - Method in class com.paypal.api.payments.InvoicingPaymentDetail
Setter for note
setNote(String) - Method in class com.paypal.api.payments.InvoicingRefundDetail
Setter for note
setNote(String) - Method in class com.paypal.api.payments.Notification
Setter for note
setNote(String) - Method in class com.paypal.api.payments.PaymentDetail
Setter for note
setNote(String) - Method in class com.paypal.api.payments.RefundDetail
Setter for note
setNoteToPayee(String) - Method in class com.paypal.api.payments.CartBase
Setter for noteToPayee
setNotifyUrl(String) - Method in class com.paypal.api.payments.MerchantPreferences
Setter for notifyUrl
setNumber(String) - Method in class com.paypal.api.payments.CreditCard
Setter for number
setNumber(String) - Method in class com.paypal.api.payments.Invoice
Setter for number
setNumber(String) - Method in class com.paypal.api.payments.InvoicingSearch
Setter for number
setNumber(String) - Method in class com.paypal.api.payments.PaymentCard
Setter for number
setNumber(String) - Method in class com.paypal.api.payments.Search
Setter for number
setOAUTH_TOKEN_PATH(String) - Static method in class com.paypal.base.rest.OAuthTokenCredential
Sets the URI path for the OAuth Token service.
setOccurrences(String) - Method in class com.paypal.api.payments.Terms
Setter for occurrences
setOp(String) - Method in class com.paypal.api.payments.Patch
Setter for op
setOp(String) - Method in class com.paypal.api.payments.PatchRequest
Setter for op
setOutstandingBalance(Currency) - Method in class com.paypal.api.payments.AgreementDetails
Setter for outstandingBalance
setOverrideChargeModels(List<OverrideChargeModel>) - Method in class com.paypal.api.payments.Agreement
Setter for overrideChargeModels
setOverrideMerchantPreferences(MerchantPreferences) - Method in class com.paypal.api.payments.Agreement
Setter for overrideMerchantPreferences
setPage(float) - Method in class com.paypal.api.payments.InvoicingSearch
Setter for page
setPage(float) - Method in class com.paypal.api.payments.Search
Setter for page
setPageSize(float) - Method in class com.paypal.api.payments.InvoicingSearch
Setter for pageSize
setPageSize(float) - Method in class com.paypal.api.payments.Search
Setter for pageSize
setParentPayment(String) - Method in class com.paypal.api.payments.Authorization
Setter for parentPayment
setParentPayment(String) - Method in class com.paypal.api.payments.Capture
Setter for parentPayment
setParentPayment(String) - Method in class com.paypal.api.payments.Refund
Setter for parentPayment
setParentPayment(String) - Method in class com.paypal.api.payments.Sale
Setter for parentPayment
setPath(String) - Method in class com.paypal.api.payments.Patch
Setter for path
setPath(String) - Method in class com.paypal.api.payments.PatchRequest
Setter for path
setPathStart(String) - Method in class com.paypal.api.payments.HyperSchema
Setter for pathStart
setPayee(Payee) - Method in class com.paypal.api.payments.CartBase
Setter for payee
setPayeeId(String) - Method in class com.paypal.base.rest.QueryParameters
Set the payeeId
setPayer(Payer) - Method in class com.paypal.api.payments.Agreement
Setter for payer
setPayer(Payer) - Method in class com.paypal.api.payments.Payment
Setter for payer
setPayerEmail(String) - Method in class com.paypal.api.payments.AgreementTransaction
Setter for payerEmail
setPayerId(String) - Method in class com.paypal.api.openidconnect.Userinfo
Setter for payerId
setPayerId(String) - Method in class com.paypal.api.payments.BankAccount
Setter for payerId
setPayerId(String) - Method in class com.paypal.api.payments.CreditCardToken
Setter for payerId
setPayerId(String) - Method in class com.paypal.api.payments.PayerInfo
Setter for payerId
setPayerId(String) - Method in class com.paypal.api.payments.PaymentExecution
Setter for payerId
setPayerInfo(PayerInfo) - Method in class com.paypal.api.payments.Payer
Setter for payerInfo
setPayerName(String) - Method in class com.paypal.api.payments.AgreementTransaction
Setter for payerName
setPayLoad(String) - Method in class com.paypal.base.rest.RESTAPICallPreHandler
 
setPaymentCard(PaymentCard) - Method in class com.paypal.api.payments.FundingInstrument
Setter for paymentCard
setPaymentCardId(String) - Method in class com.paypal.api.payments.PaymentCardToken
Setter for paymentCardId
setPaymentCardToken(PaymentCardToken) - Method in class com.paypal.api.payments.FundingInstrument
Setter for paymentCardToken
setPaymentDefinitions(List<PaymentDefinition>) - Method in class com.paypal.api.payments.Plan
Setter for paymentDefinitions
setPaymentDetails(List<PaymentDetail>) - Method in class com.paypal.api.payments.Invoice
Setter for paymentDetails
setPaymentMethod(String) - Method in class com.paypal.api.payments.Payer
Setter for paymentMethod
setPaymentMode(String) - Method in class com.paypal.api.payments.Authorization
Setter for paymentMode
setPaymentMode(String) - Method in class com.paypal.api.payments.Order
Setter for paymentMode
setPaymentMode(String) - Method in class com.paypal.api.payments.Sale
Setter for paymentMode
setPaymentOptions(PaymentOptions) - Method in class com.paypal.api.payments.CartBase
Setter for paymentOptions
setPayments(List<Payment>) - Method in class com.paypal.api.payments.PaymentHistory
Setter for payments
setPaymentTerm(PaymentTerm) - Method in class com.paypal.api.payments.Invoice
Setter for paymentTerm
setPercent(float) - Method in class com.paypal.api.payments.Cost
Setter for percent
setPercent(float) - Method in class com.paypal.api.payments.Tax
Setter for percent
setPhone(String) - Method in class com.paypal.api.payments.Address
Setter for phone
setPhone(Phone) - Method in class com.paypal.api.payments.MerchantInfo
Setter for phone
setPhone(Phone) - Method in class com.paypal.api.payments.Payee
Setter for phone
setPhone(String) - Method in class com.paypal.api.payments.PayerInfo
Setter for phone
setPhoneNumber(String) - Method in class com.paypal.api.openidconnect.Userinfo
Setter for phoneNumber
setPhoneType(String) - Method in class com.paypal.api.payments.PayerInfo
Setter for phoneType
setPicture(String) - Method in class com.paypal.api.openidconnect.Userinfo
Setter for picture
setPlan(Plan) - Method in class com.paypal.api.payments.Agreement
Setter for plan
setPlans(List<Plan>) - Method in class com.paypal.api.payments.PlanList
Setter for plans
setPortName(String) - Method in class com.paypal.base.nvp.PlatformAPICallPreHandler
Deprecated.  
setPortName(String) - Method in class com.paypal.base.soap.MerchantAPICallPreHandler
Deprecated.  
setPostalCode(String) - Method in class com.paypal.api.openidconnect.Address
Setter for postalCode
setPostalCode(String) - Method in class com.paypal.api.payments.Address
Setter for postalCode
setPresentation(Presentation) - Method in class com.paypal.api.payments.WebProfile
Setter for presentation
setPrice(String) - Method in class com.paypal.api.payments.Item
Setter for price
setProtectionEligibility(String) - Method in class com.paypal.api.payments.Authorization
Setter for protectionEligibility
setProtectionEligibility(String) - Method in class com.paypal.api.payments.Order
Setter for protectionEligibility
setProtectionEligibility(String) - Method in class com.paypal.api.payments.Sale
Setter for protectionEligibility
setProtectionEligibilityType(String) - Method in class com.paypal.api.payments.Authorization
Setter for protectionEligibilityType
setProtectionEligibilityType(String) - Method in class com.paypal.api.payments.Order
Setter for protectionEligibilityType
setProtectionEligibilityType(String) - Method in class com.paypal.api.payments.Sale
Setter for protectionEligibilityType
setProxyHost(String) - Method in class com.paypal.base.HttpConfiguration
Sets the proxyHost
setProxyPassword(String) - Method in class com.paypal.base.HttpConfiguration
Sets the proxyPassword
setProxyPort(int) - Method in class com.paypal.base.HttpConfiguration
Sets the proxyPort
setProxySet(boolean) - Method in class com.paypal.base.HttpConfiguration
Sets the proxySet
setProxyUserName(String) - Method in class com.paypal.base.HttpConfiguration
Sets the proxyUserName
setPurchaseUnitReferenceId(String) - Method in class com.paypal.api.payments.Order
Setter for purchaseUnitReferenceId
setQuantity(float) - Method in class com.paypal.api.payments.InvoiceItem
Setter for quantity
setQuantity(String) - Method in class com.paypal.api.payments.Item
Setter for quantity
setReadonly(Boolean) - Method in class com.paypal.api.payments.HyperSchema
Setter for readonly
setReadTimeout(int) - Method in class com.paypal.base.HttpConfiguration
Sets the readTimeout
setReasonCode(String) - Method in class com.paypal.api.payments.Sale
Setter for reasonCode
setRecipientBusinessName(String) - Method in class com.paypal.api.payments.InvoicingSearch
Setter for recipientBusinessName
setRecipientBusinessName(String) - Method in class com.paypal.api.payments.Search
Setter for recipientBusinessName
setRecipientFirstName(String) - Method in class com.paypal.api.payments.InvoicingSearch
Setter for recipientFirstName
setRecipientFirstName(String) - Method in class com.paypal.api.payments.Search
Setter for recipientFirstName
setRecipientLastName(String) - Method in class com.paypal.api.payments.InvoicingSearch
Setter for recipientLastName
setRecipientLastName(String) - Method in class com.paypal.api.payments.Search
Setter for recipientLastName
setRecipientName(String) - Method in class com.paypal.api.payments.ShippingAddress
Setter for recipientName
setRedirectURI(String) - Method in class com.paypal.api.openidconnect.CreateFromAuthorizationCodeParameters
Set the redirect URI
setRedirectUrls(RedirectUrls) - Method in class com.paypal.api.payments.Payment
Setter for redirectUrls
setRefreshToken(String) - Method in class com.paypal.api.openidconnect.Tokeninfo
Setter for refreshToken
setRefund(Refund) - Method in class com.paypal.api.payments.RelatedResources
Setter for refund
setRefundDetails(List<RefundDetail>) - Method in class com.paypal.api.payments.Invoice
Setter for refundDetails
setRegion(String) - Method in class com.paypal.api.openidconnect.Address
Setter for region
setRel(String) - Method in class com.paypal.api.payments.Links
Setter for rel
setRelatedResources(List<RelatedResources>) - Method in class com.paypal.api.payments.TransactionBase
Setter for relatedResources
setRequestId(String) - Method in class com.paypal.base.rest.RESTAPICallPreHandler
 
setRequestURI(String) - Method in class com.paypal.base.util.OAuthSignature
Sets URI for signature computation.
setResource(Object) - Method in class com.paypal.api.payments.Event
Setter for resource
setResourcePath(String) - Method in class com.paypal.base.rest.RESTAPICallPreHandler
 
setResourceType(String) - Method in class com.paypal.api.payments.Event
Setter for resourceType
setRetryDelay(int) - Method in class com.paypal.base.HttpConfiguration
Sets the retryDelay
setReturnUrl(String) - Method in class com.paypal.api.payments.MerchantPreferences
Setter for returnUrl
setReturnUrl(String) - Method in class com.paypal.api.payments.RedirectUrls
Setter for returnUrl
setRoutingNumber(String) - Method in class com.paypal.api.payments.BankAccount
Setter for routingNumber
setSale(Sale) - Method in class com.paypal.api.payments.RelatedResources
Setter for sale
setSaleId(String) - Method in class com.paypal.api.payments.Refund
Setter for saleId
setSchema(HyperSchema) - Method in class com.paypal.api.payments.Links
Setter for schema
setScope(String) - Method in class com.paypal.api.openidconnect.CreateFromRefreshTokenParameters
Set the Scope
setScope(String) - Method in class com.paypal.api.openidconnect.Tokeninfo
Setter for scope
setSdkName(String) - Method in class com.paypal.base.nvp.PlatformAPICallPreHandler
Deprecated.  
setSdkName(String) - Method in class com.paypal.base.soap.MerchantAPICallPreHandler
Deprecated.  
setSdkVersion(String) - Method in class com.paypal.base.nvp.PlatformAPICallPreHandler
Deprecated.  
setSdkVersion(SDKVersion) - Method in class com.paypal.base.rest.APIContext
 
setSdkVersion(SDKVersion) - Method in class com.paypal.base.rest.RESTAPICallPreHandler
 
setSdkVersion(String) - Method in class com.paypal.base.soap.MerchantAPICallPreHandler
Deprecated.  
setSendToMerchant(Boolean) - Method in class com.paypal.api.payments.CancelNotification
Setter for sendToMerchant
setSendToMerchant(Boolean) - Method in class com.paypal.api.payments.InvoicingNotification
Setter for sendToMerchant
setSendToMerchant(Boolean) - Method in class com.paypal.api.payments.Notification
Setter for sendToMerchant
setSendToPayer(Boolean) - Method in class com.paypal.api.payments.CancelNotification
Setter for sendToPayer
setSetupFee(Currency) - Method in class com.paypal.api.payments.MerchantPreferences
Setter for setupFee
setShipping(String) - Method in class com.paypal.api.payments.Details
Setter for shipping
setShippingAddress(Address) - Method in class com.paypal.api.payments.Agreement
Setter for shippingAddress
setShippingAddress(ShippingAddress) - Method in class com.paypal.api.payments.ItemList
Setter for shippingAddress
setShippingAddress(ShippingAddress) - Method in class com.paypal.api.payments.PayerInfo
Setter for shippingAddress
setShippingCost(ShippingCost) - Method in class com.paypal.api.payments.Invoice
Setter for shippingCost
setShippingInfo(ShippingInfo) - Method in class com.paypal.api.payments.Invoice
Setter for shippingInfo
setSku(String) - Method in class com.paypal.api.payments.Item
Setter for sku
setSOAPHeader(XMLMessageSerializer) - Method in class com.paypal.base.BaseAPIContext
 
setSoftDescriptor(String) - Method in class com.paypal.api.payments.CartBase
Setter for softDescriptor
setSortBy(String) - Method in class com.paypal.base.rest.QueryParameters
Set the sortBy
setSortOrder(String) - Method in class com.paypal.base.rest.QueryParameters
Set the sortOrder
setStartCreationDate(String) - Method in class com.paypal.api.payments.InvoicingSearch
Setter for startCreationDate
setStartCreationDate(String) - Method in class com.paypal.api.payments.Search
Setter for startCreationDate
setStartDate(String) - Method in class com.paypal.api.payments.Agreement
Setter for startDate
setStartDueDate(String) - Method in class com.paypal.api.payments.InvoicingSearch
Setter for startDueDate
setStartDueDate(String) - Method in class com.paypal.api.payments.Search
Setter for startDueDate
setStartId(String) - Method in class com.paypal.base.rest.QueryParameters
Set the startId
setStartIndex(String) - Method in class com.paypal.base.rest.QueryParameters
Set the startIndex
setStartInvoiceDate(String) - Method in class com.paypal.api.payments.InvoicingSearch
Setter for startInvoiceDate
setStartInvoiceDate(String) - Method in class com.paypal.api.payments.Search
Setter for startInvoiceDate
setStartMonth(int) - Method in class com.paypal.api.payments.PaymentCard
Setter for startMonth
setStartPaymentDate(String) - Method in class com.paypal.api.payments.InvoicingSearch
Setter for startPaymentDate
setStartPaymentDate(String) - Method in class com.paypal.api.payments.Search
Setter for startPaymentDate
setStartTime(String) - Method in class com.paypal.base.rest.QueryParameters
Set the startTime
setStartYear(int) - Method in class com.paypal.api.payments.PaymentCard
Setter for startYear
setState(String) - Method in class com.paypal.api.payments.Address
Setter for state
setState(String) - Method in class com.paypal.api.payments.Agreement
Setter for state
setState(String) - Method in class com.paypal.api.payments.Authorization
Setter for state
setState(String) - Method in class com.paypal.api.payments.BankAccount
Setter for state
setState(String) - Method in class com.paypal.api.payments.Capture
Setter for state
setState(String) - Method in class com.paypal.api.payments.CreditCard
Setter for state
setState(String) - Method in class com.paypal.api.payments.Order
Setter for state
setState(String) - Method in class com.paypal.api.payments.Payment
Setter for state
setState(String) - Method in class com.paypal.api.payments.Plan
Setter for state
setState(String) - Method in class com.paypal.api.payments.Refund
Setter for state
setState(String) - Method in class com.paypal.api.payments.Sale
Setter for state
setStatus(String) - Method in class com.paypal.api.payments.AgreementTransaction
Setter for status
setStatus(String) - Method in class com.paypal.api.payments.Invoice
Setter for status
setStatus(String) - Method in class com.paypal.api.payments.InvoicingSearch
Setter for status
setStatus(String) - Method in class com.paypal.api.payments.Payer
Setter for status
setStatus(String) - Method in class com.paypal.api.payments.PaymentCard
Setter for status
setStatus(String) - Method in class com.paypal.api.payments.Search
Setter for status
setStreetAddress(String) - Method in class com.paypal.api.openidconnect.Address
Setter for streetAddress
setSub(String) - Method in class com.paypal.api.openidconnect.Userinfo
Setter for sub
setSubject(String) - Method in class com.paypal.api.payments.CancelNotification
Setter for subject
setSubject(String) - Method in class com.paypal.api.payments.InvoicingNotification
Setter for subject
setSubject(String) - Method in class com.paypal.api.payments.Notification
Setter for subject
setSubtotal(String) - Method in class com.paypal.api.payments.Details
Setter for subtotal
setSummary(String) - Method in class com.paypal.api.payments.Event
Setter for summary
setTargetSchema(HyperSchema) - Method in class com.paypal.api.payments.Links
Setter for targetSchema
setTax(String) - Method in class com.paypal.api.payments.Details
Setter for tax
setTax(Tax) - Method in class com.paypal.api.payments.InvoiceItem
Setter for tax
setTax(String) - Method in class com.paypal.api.payments.Item
Setter for tax
setTax(Tax) - Method in class com.paypal.api.payments.ShippingCost
Setter for tax
setTaxCalculatedAfterDiscount(Boolean) - Method in class com.paypal.api.payments.Invoice
Setter for taxCalculatedAfterDiscount
setTaxId(String) - Method in class com.paypal.api.payments.MerchantInfo
Setter for taxId
setTaxId(String) - Method in class com.paypal.api.payments.PayerInfo
Setter for taxId
setTaxIdType(String) - Method in class com.paypal.api.payments.PayerInfo
Setter for taxIdType
setTaxInclusive(Boolean) - Method in class com.paypal.api.payments.Invoice
Setter for taxInclusive
setTerms(String) - Method in class com.paypal.api.payments.Credit
Setter for terms
setTerms(String) - Method in class com.paypal.api.payments.Invoice
Setter for terms
setTerms(List<Terms>) - Method in class com.paypal.api.payments.Plan
Setter for terms
setTermType(String) - Method in class com.paypal.api.payments.PaymentTerm
Setter for termType
setThirdPartyAuthorization(ThirdPartyAuthorization) - Method in class com.paypal.base.credential.CertificateCredential
Sets any instance of ThirdPartyAuthorization.
setThirdPartyAuthorization(ThirdPartyAuthorization) - Method in class com.paypal.base.credential.SignatureCredential
Sets any instance of ThirdPartyAuthorization.
setThirdPartyAuthorization(ThirdPartyAuthorization) - Method in class com.paypal.base.soap.CertificateSOAPHeaderAuthStrategy
 
setThirdPartyAuthorization(ThirdPartyAuthorization) - Method in class com.paypal.base.soap.SignatureSOAPHeaderAuthStrategy
 
setTimeUpdated(String) - Method in class com.paypal.api.payments.AgreementTransaction
Setter for timeUpdated
setTimeZone(String) - Method in class com.paypal.api.payments.AgreementTransaction
Setter for timeZone
setToken(String) - Method in class com.paypal.api.payments.Agreement
Setter for token
setToken(String) - Method in class com.paypal.base.util.OAuthSignature
Sets Token to be used to generate signature.
setTokenSecret(String) - Method in class com.paypal.base.BaseService
Deprecated.  
setTokenSecret(String) - Method in class com.paypal.base.util.OAuthSignature
Sets Token secret as received in Token response.
setTokenTimestamp(String) - Method in class com.paypal.base.util.OAuthSignature
Sets time stamp for signature computation.
setTokenType(String) - Method in class com.paypal.api.openidconnect.Tokeninfo
Setter for tokenType
setTotal(String) - Method in class com.paypal.api.payments.Amount
Setter for total
setTotalAmount(Currency) - Method in class com.paypal.api.payments.Invoice
Setter for totalAmount
setTotalCount(int) - Method in class com.paypal.api.payments.Invoices
Setter for totalCount
setTotalCountRequired(Boolean) - Method in class com.paypal.api.payments.InvoicingSearch
Setter for totalCountRequired
setTotalCountRequired(Boolean) - Method in class com.paypal.api.payments.Search
Setter for totalCountRequired
setTotalItems(String) - Method in class com.paypal.api.payments.PlanList
Setter for totalItems
setTotalPages(String) - Method in class com.paypal.api.payments.PlanList
Setter for totalPages
setTransactionId(String) - Method in class com.paypal.api.payments.AgreementTransaction
Setter for transactionId
setTransactionId(String) - Method in class com.paypal.api.payments.InvoicingPaymentDetail
Setter for transactionId
setTransactionId(String) - Method in class com.paypal.api.payments.PaymentDetail
Setter for transactionId
setTransactions(List<Transaction>) - Method in class com.paypal.api.payments.Payment
Setter for transactions
setTransactions(List<Transactions>) - Method in class com.paypal.api.payments.PaymentExecution
Setter for transactions
setTransactions(List<Transaction>) - Method in class com.paypal.api.payments.Transaction
Setter for transactions
setTransactionType(String) - Method in class com.paypal.api.payments.AgreementTransaction
Setter for transactionType
setTransactionType(String) - Method in class com.paypal.api.payments.InvoicingPaymentDetail
Setter for transactionType
setTransactionType(String) - Method in class com.paypal.api.payments.PaymentDetail
Setter for transactionType
setType(String) - Method in class com.paypal.api.payments.ChargeModels
Setter for type
setType(String) - Method in class com.paypal.api.payments.Credit
Setter for type
setType(String) - Method in class com.paypal.api.payments.CreditCard
Setter for type
setType(String) - Method in class com.paypal.api.payments.CreditCardToken
Setter for type
setType(String) - Method in class com.paypal.api.payments.InvoicingPaymentDetail
Setter for type
setType(String) - Method in class com.paypal.api.payments.InvoicingRefundDetail
Setter for type
setType(String) - Method in class com.paypal.api.payments.PaymentCard
Setter for type
setType(String) - Method in class com.paypal.api.payments.PaymentCardToken
Setter for type
setType(String) - Method in class com.paypal.api.payments.PaymentDefinition
Setter for type
setType(String) - Method in class com.paypal.api.payments.PaymentDetail
Setter for type
setType(String) - Method in class com.paypal.api.payments.Plan
Setter for type
setType(String) - Method in class com.paypal.api.payments.RefundDetail
Setter for type
setType(String) - Method in class com.paypal.api.payments.Terms
Setter for type
setUnitPrice(Currency) - Method in class com.paypal.api.payments.InvoiceItem
Setter for unitPrice
setupClientSSL(String, String) - Method in class com.paypal.base.DefaultHttpConnection
 
setupClientSSL(String, String) - Method in class com.paypal.base.GoogleAppEngineHttpConnection
 
setupClientSSL(String, String) - Method in class com.paypal.base.HttpConnection
Set ssl parameters for client authentication
setupClientSSL(String, String) - Static method in class com.paypal.base.SSLUtil
Create a SSLContext with provided client certificate
setUpdateTime(String) - Method in class com.paypal.api.payments.Agreement
Setter for updateTime
setUpdateTime(String) - Method in class com.paypal.api.payments.Authorization
Setter for updateTime
setUpdateTime(String) - Method in class com.paypal.api.payments.BankAccount
Setter for updateTime
setUpdateTime(String) - Method in class com.paypal.api.payments.Capture
Setter for updateTime
setUpdateTime(String) - Method in class com.paypal.api.payments.Order
Setter for updateTime
setUpdateTime(String) - Method in class com.paypal.api.payments.Payment
Setter for updateTime
setUpdateTime(String) - Method in class com.paypal.api.payments.Plan
Setter for updateTime
setUpdateTime(String) - Method in class com.paypal.api.payments.Refund
Setter for updateTime
setUpdateTime(String) - Method in class com.paypal.api.payments.Sale
Setter for updateTime
setUpperTotalAmount(Currency) - Method in class com.paypal.api.payments.InvoicingSearch
Setter for upperTotalAmount
setUpperTotalAmount(Currency) - Method in class com.paypal.api.payments.Search
Setter for upperTotalAmount
setUri(String) - Method in class com.paypal.api.payments.Invoice
Setter for uri
setUrl(String) - Method in class com.paypal.api.payments.Webhook
Setter for url
setUrl(String) - Method in class com.paypal.base.rest.RESTAPICallPreHandler
 
setUserId(String) - Method in class com.paypal.api.openidconnect.Userinfo
Setter for userId
setValidUntil(String) - Method in class com.paypal.api.payments.Authorization
Setter for validUntil
setValidUntil(String) - Method in class com.paypal.api.payments.BankAccount
Setter for validUntil
setValidUntil(String) - Method in class com.paypal.api.payments.CreditCard
Setter for validUntil
setValidUntil(String) - Method in class com.paypal.api.payments.PaymentCard
Setter for validUntil
setValue(String) - Method in class com.paypal.api.payments.Currency
Setter for value
setValue(String) - Method in class com.paypal.api.payments.NameValuePair
Setter for value
setValue(Object) - Method in class com.paypal.api.payments.Patch
 
setVerifiedAccount(Boolean) - Method in class com.paypal.api.openidconnect.Userinfo
Setter for verifiedAccount
setWebhooks(List<Webhook>) - Method in class com.paypal.api.payments.WebhookList
Setter for webhooks
setWebProfileList(List<WebProfile>) - Method in class com.paypal.api.payments.WebProfileList
Setter for items
setWebsite(String) - Method in class com.paypal.api.payments.MerchantInfo
Setter for website
setXmlNamespaceProvider(DefaultSOAPAPICallHandler.XmlNamespaceProvider) - Static method in class com.paypal.base.DefaultSOAPAPICallHandler
Sets an implemenation of XMLMessageSerializer
setZoneinfo(String) - Method in class com.paypal.api.openidconnect.Userinfo
Setter for zoneinfo
ShippingAddress - Class in com.paypal.api.payments
 
ShippingAddress() - Constructor for class com.paypal.api.payments.ShippingAddress
Default Constructor
ShippingAddress(String) - Constructor for class com.paypal.api.payments.ShippingAddress
Parameterized Constructor
ShippingCost - Class in com.paypal.api.payments
 
ShippingCost() - Constructor for class com.paypal.api.payments.ShippingCost
Default Constructor
ShippingInfo - Class in com.paypal.api.payments
 
ShippingInfo() - Constructor for class com.paypal.api.payments.ShippingInfo
Default Constructor
SignatureCredential - Class in com.paypal.base.credential
SignatureCredential encapsulates signature credential information used by service authentication systems
SignatureCredential(String, String, String) - Constructor for class com.paypal.base.credential.SignatureCredential
Signature Credential
SignatureHttpHeaderAuthStrategy - Class in com.paypal.base.nvp
CertificateHttpHeaderAuthStrategy is an implementation of AuthenticationStrategy which acts on SignatureCredential and retrieves them as HTTP headers
SignatureHttpHeaderAuthStrategy(String) - Constructor for class com.paypal.base.nvp.SignatureHttpHeaderAuthStrategy
SignatureHttpHeaderAuthStrategy
SignatureHttpHeaderAuthStrategy - Class in com.paypal.base.soap
CertificateHttpHeaderAuthStrategy is an implementation of AuthenticationStrategy which acts on SignatureCredential and retrieves them as HTTP headers
SignatureHttpHeaderAuthStrategy(String) - Constructor for class com.paypal.base.soap.SignatureHttpHeaderAuthStrategy
SignatureHttpHeaderAuthStrategy
SignatureSOAPHeaderAuthStrategy - Class in com.paypal.base.soap
SignatureSOAPHeaderAuthStrategy is an implementation of AuthenticationStrategy which acts on SignatureCredential and retrieves them as SOAP headers
SignatureSOAPHeaderAuthStrategy() - Constructor for class com.paypal.base.soap.SignatureSOAPHeaderAuthStrategy
 
SSLConfigurationException - Exception in com.paypal.base.exception
SSLConfigurationException is thrown for error caused during SSL connection
SSLConfigurationException(String) - Constructor for exception com.paypal.base.exception.SSLConfigurationException
 
SSLConfigurationException(String, Throwable) - Constructor for exception com.paypal.base.exception.SSLConfigurationException
 
SSLUtil - Class in com.paypal.base
 
SSLUtil() - Constructor for class com.paypal.base.SSLUtil
 
StringUtils - Class in com.paypal.base.codec.binary
Converts String to and from bytes using the encodings required by the Java specification.
StringUtils() - Constructor for class com.paypal.base.codec.binary.StringUtils
 
SubjectAuthorization - Class in com.paypal.base.credential
SubjectAuthorization encapsulates third party subject authorization.
SubjectAuthorization(String) - Constructor for class com.paypal.base.credential.SubjectAuthorization
Subject based third party authorization used for MERCHANT APIs
subscribedEventTypes(String, String) - Static method in class com.paypal.api.payments.EventType
Retrieves the list of events-types subscribed by the given Webhook.
subscribedEventTypes(APIContext, String) - Static method in class com.paypal.api.payments.EventType
Retrieves the list of events-types subscribed by the given Webhook.
suspend(String, AgreementStateDescriptor) - Method in class com.paypal.api.payments.Agreement
Suspend a particular billing agreement by passing the ID of the agreement to the request URI.
suspend(APIContext, AgreementStateDescriptor) - Method in class com.paypal.api.payments.Agreement
Suspend a particular billing agreement by passing the ID of the agreement to the request URI.

T

Tax - Class in com.paypal.api.payments
 
Tax() - Constructor for class com.paypal.api.payments.Tax
Default Constructor
Tax(String, float) - Constructor for class com.paypal.api.payments.Tax
Parameterized Constructor
Terms - Class in com.paypal.api.payments
 
Terms() - Constructor for class com.paypal.api.payments.Terms
Default Constructor
Terms(String, Currency, String, Currency, String) - Constructor for class com.paypal.api.payments.Terms
Parameterized Constructor
ThirdPartyAuthorization - Interface in com.paypal.base.credential
ThirdPartyAuthorization is used to store any third party authorization used by ICredential
toJSON() - Method in class com.paypal.api.openidconnect.Address
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.openidconnect.Error
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.openidconnect.Tokeninfo
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.openidconnect.Userinfo
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Address
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Agreement
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.AgreementDetails
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.AgreementStateDescriptor
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.AgreementTransaction
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.AgreementTransactions
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Amount
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Authorization
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.BankAccount
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.BankToken
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.BillingInfo
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.CancelNotification
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Capture
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.CartBase
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.ChargeModels
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Cost
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.CreateProfileResponse
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Credit
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.CreditCard
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.CreditCardHistory
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.CreditCardToken
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Currency
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.CustomAmount
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Details
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Error
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.ErrorDetails
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Event
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.EventList
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.EventType
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.EventTypeList
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.ExtendedBankAccount
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.FlowConfig
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.FundingInstrument
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.HyperSchema
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.InputFields
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Invoice
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.InvoiceItem
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Invoices
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.InvoicingMetaData
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.InvoicingNotification
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.InvoicingPaymentDetail
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.InvoicingRefundDetail
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.InvoicingSearch
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Item
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.ItemList
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Links
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.MerchantInfo
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.MerchantPreferences
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Metadata
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.NameValuePair
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Notification
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Order
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.OverrideChargeModel
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Patch
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.PatchRequest
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Payee
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Payer
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.PayerInfo
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Payment
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.PaymentCard
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.PaymentCardToken
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.PaymentDefinition
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.PaymentDetail
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.PaymentExecution
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.PaymentHistory
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.PaymentOptions
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.PaymentTerm
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Phone
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Plan
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.PlanList
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Presentation
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.RedirectUrls
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Refund
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.RefundDetail
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.RelatedResources
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Sale
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Search
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.ShippingAddress
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.ShippingCost
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.ShippingInfo
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Tax
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Terms
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Transaction
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.TransactionBase
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Transactions
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.Webhook
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.WebhookList
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.WebProfile
Returns a JSON string corresponding to object state
toJSON() - Method in class com.paypal.api.payments.WebProfileList
Returns a JSON string corresponding to object state
toJSON(T) - Static method in class com.paypal.base.rest.JSONFormatter
Converts a Raw Type to JSON String
TokenAuthorization - Class in com.paypal.base.credential
TokenAuthorization encapsulates third party token authorization.
TokenAuthorization(String, String) - Constructor for class com.paypal.base.credential.TokenAuthorization
Token based third party authorization used in MERCHANT or PLATFORM APIs
Tokeninfo - Class in com.paypal.api.openidconnect
 
Tokeninfo() - Constructor for class com.paypal.api.openidconnect.Tokeninfo
Default Constructor
Tokeninfo(String, String, Integer) - Constructor for class com.paypal.api.openidconnect.Tokeninfo
Parameterized Constructor
toString() - Method in class com.paypal.api.openidconnect.Address
 
toString() - Method in class com.paypal.api.openidconnect.Error
 
toString() - Method in class com.paypal.api.openidconnect.Tokeninfo
 
toString() - Method in class com.paypal.api.openidconnect.Userinfo
 
toString() - Method in class com.paypal.api.payments.Address
 
toString() - Method in class com.paypal.api.payments.Agreement
 
toString() - Method in class com.paypal.api.payments.AgreementDetails
 
toString() - Method in class com.paypal.api.payments.AgreementStateDescriptor
 
toString() - Method in class com.paypal.api.payments.AgreementTransaction
 
toString() - Method in class com.paypal.api.payments.AgreementTransactions
 
toString() - Method in class com.paypal.api.payments.Amount
 
toString() - Method in class com.paypal.api.payments.Authorization
 
toString() - Method in class com.paypal.api.payments.BankAccount
 
toString() - Method in class com.paypal.api.payments.BankToken
 
toString() - Method in class com.paypal.api.payments.BillingInfo
 
toString() - Method in class com.paypal.api.payments.CancelNotification
 
toString() - Method in class com.paypal.api.payments.Capture
 
toString() - Method in class com.paypal.api.payments.CartBase
 
toString() - Method in class com.paypal.api.payments.ChargeModels
 
toString() - Method in class com.paypal.api.payments.Cost
 
toString() - Method in class com.paypal.api.payments.CreateProfileResponse
 
toString() - Method in class com.paypal.api.payments.Credit
 
toString() - Method in class com.paypal.api.payments.CreditCard
 
toString() - Method in class com.paypal.api.payments.CreditCardHistory
 
toString() - Method in class com.paypal.api.payments.CreditCardToken
 
toString() - Method in class com.paypal.api.payments.Currency
 
toString() - Method in class com.paypal.api.payments.CustomAmount
 
toString() - Method in class com.paypal.api.payments.Details
 
toString() - Method in class com.paypal.api.payments.Error
 
toString() - Method in class com.paypal.api.payments.ErrorDetails
 
toString() - Method in class com.paypal.api.payments.Event
 
toString() - Method in class com.paypal.api.payments.EventList
 
toString() - Method in class com.paypal.api.payments.EventType
 
toString() - Method in class com.paypal.api.payments.EventTypeList
 
toString() - Method in class com.paypal.api.payments.ExtendedBankAccount
 
toString() - Method in class com.paypal.api.payments.FlowConfig
 
toString() - Method in class com.paypal.api.payments.FundingInstrument
 
toString() - Method in class com.paypal.api.payments.HyperSchema
 
toString() - Method in class com.paypal.api.payments.InputFields
 
toString() - Method in class com.paypal.api.payments.Invoice
 
toString() - Method in class com.paypal.api.payments.InvoiceItem
 
toString() - Method in class com.paypal.api.payments.Invoices
 
toString() - Method in class com.paypal.api.payments.InvoicingMetaData
 
toString() - Method in class com.paypal.api.payments.InvoicingNotification
 
toString() - Method in class com.paypal.api.payments.InvoicingPaymentDetail
 
toString() - Method in class com.paypal.api.payments.InvoicingRefundDetail
 
toString() - Method in class com.paypal.api.payments.InvoicingSearch
 
toString() - Method in class com.paypal.api.payments.Item
 
toString() - Method in class com.paypal.api.payments.ItemList
 
toString() - Method in class com.paypal.api.payments.Links
 
toString() - Method in class com.paypal.api.payments.MerchantInfo
 
toString() - Method in class com.paypal.api.payments.MerchantPreferences
 
toString() - Method in class com.paypal.api.payments.Metadata
 
toString() - Method in class com.paypal.api.payments.NameValuePair
 
toString() - Method in class com.paypal.api.payments.Notification
 
toString() - Method in class com.paypal.api.payments.Order
 
toString() - Method in class com.paypal.api.payments.OverrideChargeModel
 
toString() - Method in class com.paypal.api.payments.Patch
 
toString() - Method in class com.paypal.api.payments.PatchRequest
 
toString() - Method in class com.paypal.api.payments.Payee
 
toString() - Method in class com.paypal.api.payments.Payer
 
toString() - Method in class com.paypal.api.payments.PayerInfo
 
toString() - Method in class com.paypal.api.payments.Payment
 
toString() - Method in class com.paypal.api.payments.PaymentCard
 
toString() - Method in class com.paypal.api.payments.PaymentCardToken
 
toString() - Method in class com.paypal.api.payments.PaymentDefinition
 
toString() - Method in class com.paypal.api.payments.PaymentDetail
 
toString() - Method in class com.paypal.api.payments.PaymentExecution
 
toString() - Method in class com.paypal.api.payments.PaymentHistory
 
toString() - Method in class com.paypal.api.payments.PaymentOptions
 
toString() - Method in class com.paypal.api.payments.PaymentTerm
 
toString() - Method in class com.paypal.api.payments.Phone
 
toString() - Method in class com.paypal.api.payments.Plan
 
toString() - Method in class com.paypal.api.payments.PlanList
 
toString() - Method in class com.paypal.api.payments.Presentation
 
toString() - Method in class com.paypal.api.payments.RedirectUrls
 
toString() - Method in class com.paypal.api.payments.Refund
 
toString() - Method in class com.paypal.api.payments.RefundDetail
 
toString() - Method in class com.paypal.api.payments.RelatedResources
 
toString() - Method in class com.paypal.api.payments.Sale
 
toString() - Method in class com.paypal.api.payments.Search
 
toString() - Method in class com.paypal.api.payments.ShippingAddress
 
toString() - Method in class com.paypal.api.payments.ShippingCost
 
toString() - Method in class com.paypal.api.payments.ShippingInfo
 
toString() - Method in class com.paypal.api.payments.Tax
 
toString() - Method in class com.paypal.api.payments.Terms
 
toString() - Method in class com.paypal.api.payments.Transaction
 
toString() - Method in class com.paypal.api.payments.TransactionBase
 
toString() - Method in class com.paypal.api.payments.Transactions
 
toString() - Method in class com.paypal.api.payments.Webhook
 
toString() - Method in class com.paypal.api.payments.WebhookList
 
toString() - Method in class com.paypal.api.payments.WebProfile
 
toString() - Method in class com.paypal.api.payments.WebProfileList
 
toXMLString() - Method in interface com.paypal.base.message.XMLMessageSerializer
Serialize the object as XML with namespaces
Transaction - Class in com.paypal.api.payments
 
Transaction() - Constructor for class com.paypal.api.payments.Transaction
Default Constructor
TransactionBase - Class in com.paypal.api.payments
 
TransactionBase() - Constructor for class com.paypal.api.payments.TransactionBase
Default Constructor
transactions(String, String, Date, Date) - Static method in class com.paypal.api.payments.Agreement
List transactions for a billing agreement by passing the ID of the agreement, as well as the start and end dates of the range of transactions to list, to the request URI.
transactions(APIContext, String, Date, Date) - Static method in class com.paypal.api.payments.Agreement
List transactions for a billing agreement by passing the ID of the agreement, as well as the start and end dates of the range of transactions to list, to the request URI.
Transactions - Class in com.paypal.api.payments
 
Transactions() - Constructor for class com.paypal.api.payments.Transactions
Default Constructor
Transactions(Amount) - Constructor for class com.paypal.api.payments.Transactions
Parameterized Constructor

U

update(String, List<Patch>) - Method in class com.paypal.api.payments.Agreement
Update details of a billing agreement, such as the description, shipping address, and start date, by passing the ID of the agreement to the request URI.
update(APIContext, List<Patch>) - Method in class com.paypal.api.payments.Agreement
Update details of a billing agreement, such as the description, shipping address, and start date, by passing the ID of the agreement to the request URI.
update(String) - Method in class com.paypal.api.payments.CreditCard
Update information in a previously saved card.
update(APIContext) - Method in class com.paypal.api.payments.CreditCard
Update information in a previously saved card.
update(String) - Method in class com.paypal.api.payments.Invoice
Full update of the invoice resource for the given identifier.
update(APIContext) - Method in class com.paypal.api.payments.Invoice
Full update of the invoice resource for the given identifier.
update(String, List<Patch>) - Method in class com.paypal.api.payments.Plan
Replace specific fields within a billing plan by passing the ID of the billing plan to the request URI.
update(APIContext, List<Patch>) - Method in class com.paypal.api.payments.Plan
Replace specific fields within a billing plan by passing the ID of the billing plan to the request URI.
update(String, String, String) - Method in class com.paypal.api.payments.Webhook
Updates the Webhook identified by webhook_id for the application associated with access token.
update(APIContext, String, String) - Method in class com.paypal.api.payments.Webhook
Updates the Webhook identified by webhook_id for the application associated with access token.
update(String) - Method in class com.paypal.api.payments.WebProfile
Update a web experience profile by passing the ID of the profile to the request URI.
update(APIContext) - Method in class com.paypal.api.payments.WebProfile
Update a web experience profile by passing the ID of the profile to the request URI.
US_ASCII - Static variable in class com.paypal.base.codec.CharEncoding
Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.
USE_HTTP_PROXY - Static variable in class com.paypal.base.Constants
 
USER_AGENT_HEADER - Static variable in class com.paypal.base.Constants
 
UserAgentHeader - Class in com.paypal.base.util
 
UserAgentHeader(String, String) - Constructor for class com.paypal.base.util.UserAgentHeader
UserAgentHeader
Userinfo - Class in com.paypal.api.openidconnect
 
Userinfo() - Constructor for class com.paypal.api.openidconnect.Userinfo
Default Constructor
UserinfoParameters - Class in com.paypal.api.openidconnect
 
UserinfoParameters() - Constructor for class com.paypal.api.openidconnect.UserinfoParameters
 
UTF_16 - Static variable in class com.paypal.base.codec.CharEncoding
Sixteen-bit Unicode Transformation Format, The byte order specified by a mandatory initial byte-order mark (either order accepted on input, big-endian used on output)
UTF_16BE - Static variable in class com.paypal.base.codec.CharEncoding
Sixteen-bit Unicode Transformation Format, big-endian byte order.
UTF_16LE - Static variable in class com.paypal.base.codec.CharEncoding
Sixteen-bit Unicode Transformation Format, little-endian byte order.
UTF_8 - Static variable in class com.paypal.base.codec.CharEncoding
Eight-bit Unicode Transformation Format.

V

validate() - Method in interface com.paypal.base.APICallPreHandler
Validates settings and integrity before call
validate() - Method in class com.paypal.base.DefaultSOAPAPICallHandler
 
validate() - Method in class com.paypal.base.ipn.IPNMessage
This method post back ipn payload to PayPal system for verification
validate() - Method in class com.paypal.base.nvp.PlatformAPICallPreHandler
 
validate() - Method in class com.paypal.base.rest.RESTAPICallPreHandler
 
validate() - Method in class com.paypal.base.soap.MerchantAPICallPreHandler
 
valueOf(String) - Static method in enum com.paypal.base.rest.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.paypal.base.util.OAuthSignature.HTTPMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.paypal.base.rest.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.paypal.base.util.OAuthSignature.HTTPMethod
Returns an array containing the constants of this enum type, in the order they are declared.
verifyV1Signature(String) - Method in class com.paypal.base.util.OAuthSignature
verifyV1Signature verifies signature against computed signature.

W

Webhook - Class in com.paypal.api.payments
 
Webhook() - Constructor for class com.paypal.api.payments.Webhook
Default Constructor
Webhook(String, List<EventType>) - Constructor for class com.paypal.api.payments.Webhook
Parameterized Constructor
WebhookList - Class in com.paypal.api.payments
 
WebhookList() - Constructor for class com.paypal.api.payments.WebhookList
Default Constructor
WebProfile - Class in com.paypal.api.payments
 
WebProfile() - Constructor for class com.paypal.api.payments.WebProfile
Default Constructor
WebProfile(String) - Constructor for class com.paypal.api.payments.WebProfile
Parameterized Constructor
WebProfileList - Class in com.paypal.api.payments
 
WebProfileList() - Constructor for class com.paypal.api.payments.WebProfileList
Default Constructor

X

XMLMessageSerializer - Interface in com.paypal.base.message
Serializer for XML

A B C D E F G H I J L M N O P Q R S T U V W X

Copyright © 2015. All Rights Reserved.