- call(APICallPreHandler) - Method in class com.paypal.base.BaseService
-
- 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.
- cancel(String, String) - Static method in class com.paypal.api.payments.PayoutItem
-
Cancels the unclaimed payment using the items id passed in the request
URI.
- cancel(APIContext, String) - Static method in class com.paypal.api.payments.PayoutItem
-
Cancels the unclaimed payment using the items id passed in the request
URI.
- 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(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.
- Card3dSecureInfo - Class in com.paypal.api.payments
-
- Card3dSecureInfo() - Constructor for class com.paypal.api.payments.Card3dSecureInfo
-
Default Constructor
- CarrierAccount - Class in com.paypal.api.payments
-
- CarrierAccount() - Constructor for class com.paypal.api.payments.CarrierAccount
-
Default Constructor
- CarrierAccount(String, CountryCode) - Constructor for class com.paypal.api.payments.CarrierAccount
-
Parameterized Constructor
- CarrierAccountToken - Class in com.paypal.api.payments
-
- CarrierAccountToken() - Constructor for class com.paypal.api.payments.CarrierAccountToken
-
Default Constructor
- CarrierAccountToken(String, String) - Constructor for class com.paypal.api.payments.CarrierAccountToken
-
Parameterized Constructor
- CartBase - Class in com.paypal.api.payments
-
- CartBase() - Constructor for class com.paypal.api.payments.CartBase
-
Default Constructor
- CartBase(Amount) - Constructor for class com.paypal.api.payments.CartBase
-
Parameterized 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
- 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
-
- ClientActionRequiredException(int, String, 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.message - package com.paypal.base.message
-
- com.paypal.base.rest - package com.paypal.base.rest
-
- com.paypal.base.sdk.info - package com.paypal.base.sdk.info
-
- 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
-
- combineMap(Map<String, String>, Map<String, String>) - Static method in class com.paypal.base.SDKUtil
-
- 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.
- configureCustomSslContext(SSLContext) - Method in class com.paypal.base.ConnectionManager
-
- 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
- CountryCode - Class in com.paypal.api.payments
-
- CountryCode() - Constructor for class com.paypal.api.payments.CountryCode
-
Default Constructor
- CountryCode(String) - Constructor for class com.paypal.api.payments.CountryCode
-
Parameterized Constructor
- crc32(String) - Static method in class com.paypal.base.SSLUtil
-
Generates a CRC 32 Value of String passed
- 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, Map<String, String>) - Method in class com.paypal.api.payments.Payout
-
Create a payout batch resource by passing a sender_batch_header and an
items array to the request URI.
- create(APIContext, Map<String, String>) - Method in class com.paypal.api.payments.Payout
-
Create a payout batch resource by passing a sender_batch_header and an
items array to the request URI.
- 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
-
- createAPICallPreHandler(Map<String, String>, String, String, Map<String, String>, String, String, SDKVersion) - Static method in class com.paypal.base.rest.PayPalResource
-
- 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
-
- createFromHttpErrorException(HttpErrorException) - Static method in exception com.paypal.base.rest.PayPalRESTException
-
- 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.
- createFromRefreshTokenForFpp(APIContext) - Method in class com.paypal.api.openidconnect.Tokeninfo
-
Creates an Access Token from an Refresh Token for future payment.
- 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
- createSynchronous(String) - Method in class com.paypal.api.payments.Payout
-
You can submit a payout with a synchronous API call, which immediately returns the results of a PayPal payment.
- createSynchronous(APIContext) - Method in class com.paypal.api.payments.Payout
-
You can submit a payout with a synchronous API call, which immediately returns the results of a PayPal payment.
- 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
- CreditFinancingOffered - Class in com.paypal.api.payments
-
- CreditFinancingOffered() - Constructor for class com.paypal.api.payments.CreditFinancingOffered
-
Default Constructor
- CreditFinancingOffered(Currency, float, Currency, Currency, Boolean) - Constructor for class com.paypal.api.payments.CreditFinancingOffered
-
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
- CurrencyConversion - Class in com.paypal.api.payments
-
- CurrencyConversion() - Constructor for class com.paypal.api.payments.CurrencyConversion
-
Default Constructor
- CurrencyConversion(String, String, String, String) - Constructor for class com.paypal.api.payments.CurrencyConversion
-
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
- 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.
- equals(Object) - Method in class com.paypal.base.rest.PayPalModel
-
- 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, 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, String) - Static 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
- executeWithStream(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
- ExternalFunding - Class in com.paypal.api.payments
-
- ExternalFunding() - Constructor for class com.paypal.api.payments.ExternalFunding
-
Default Constructor
- ExternalFunding(String, String, Amount) - Constructor for class com.paypal.api.payments.ExternalFunding
-
Parameterized Constructor
- generateHeaderStrategy(CertificateCredential) - Method in class com.paypal.base.AbstractCertificateHttpHeaderAuthStrategy
-
- 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
- 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.Payout
-
Obtain the status of a specific batch resource by passing the payout
batch ID to the request URI.
- get(APIContext, String) - Static method in class com.paypal.api.payments.Payout
-
Obtain the status of a specific batch resource by passing the payout
batch ID to the request URI.
- get(String, String) - Static method in class com.paypal.api.payments.PayoutItem
-
Obtain the status of a payout item by passing the item ID to the request
URI.
- get(APIContext, String) - Static method in class com.paypal.api.payments.PayoutItem
-
Obtain the status of a payout item by passing the item ID to the request
URI.
- 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.
- get3dSecureInfo() - Method in class com.paypal.api.payments.PaymentCard
-
Getter for 3dSecureInfo
- 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")
- getAccountAge() - Method in class com.paypal.api.payments.Payer
-
Getter for accountAge
- getAccountHolderName() - Method in class com.paypal.api.payments.RecipientBankingInstruction
-
Getter for accountHolderName
- getAccountName() - Method in class com.paypal.api.payments.BankAccount
-
Getter for accountName
- getAccountNumber() - Method in class com.paypal.api.payments.BankAccount
-
Getter for accountNumber
- getAccountNumber() - Method in class com.paypal.api.payments.Payee
-
Getter for accountNumber
- getAccountNumber() - Method in class com.paypal.api.payments.PayerInfo
-
Getter for accountNumber
- getAccountNumber() - Method in class com.paypal.api.payments.PotentialPayerInfo
-
Getter for accountNumber
- getAccountNumber() - Method in class com.paypal.api.payments.RecipientBankingInstruction
-
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
- getAccountType() - Method in class com.paypal.api.payments.Payer
-
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
- getAdviceCode() - Method in class com.paypal.api.payments.ProcessorResponse
-
Getter for adviceCode
- 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
- getAlternatePayment() - Method in class com.paypal.api.payments.FundingInstrument
-
Getter for alternatePayment
- getAlternatePaymentAccountId() - Method in class com.paypal.api.payments.AlternatePayment
-
Getter for alternatePaymentAccountId
- getAlternatePaymentProviderId() - Method in class com.paypal.api.payments.AlternatePayment
-
Getter for alternatePaymentProviderId
- 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.ExternalFunding
-
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.PaymentInstruction
-
Getter for amount
- getAmount() - Method in class com.paypal.api.payments.PayoutBatchHeader
-
Getter for amount
- getAmount() - Method in class com.paypal.api.payments.PayoutItem
-
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
- getAppId() - Method in class com.paypal.api.openidconnect.Tokeninfo
-
Getter for appId
- 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.
- getAuthStatus() - Method in class com.paypal.api.payments.Card3dSecureInfo
-
Getter for authStatus
- getAuthType() - Method in class com.paypal.api.payments.BankAccount
-
Getter for authType
- getAutoBillAmount() - Method in class com.paypal.api.payments.MerchantPreferences
-
Getter for autoBillAmount
- getAvsCode() - Method in class com.paypal.api.payments.ProcessorResponse
-
Getter for avsCode
- getBackupFundingInstrument() - Method in class com.paypal.api.payments.FundingOption
-
Getter for backupFundingInstrument
- 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
- getBankIdentifierCode() - Method in class com.paypal.api.payments.RecipientBankingInstruction
-
Getter for bankIdentifierCode
- getBankName() - Method in class com.paypal.api.payments.BankAccount
-
Getter for bankName
- getBankName() - Method in class com.paypal.api.payments.RecipientBankingInstruction
-
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
- getBatchHeader() - Method in class com.paypal.api.payments.PayoutBatch
-
Getter for batchHeader
- getBatchStatus() - Method in class com.paypal.api.payments.PayoutBatchHeader
-
Getter for batchStatus
- getBilling() - Method in class com.paypal.api.payments.FundingInstrument
-
Getter for billing
- 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
- getBillingAddress() - Method in class com.paypal.api.payments.PotentialPayerInfo
-
Getter for billingAddress
- getBillingAgreementId() - Method in class com.paypal.api.payments.Billing
-
Getter for billingAgreementId
- getBillingAgreementId() - Method in class com.paypal.api.payments.Sale
-
Getter for billingAgreementId
- getBillingAgreementTokens() - Method in class com.paypal.api.payments.Payment
-
Getter for billingAgreementTokens
- getBillingCountry() - Method in class com.paypal.api.payments.PaymentCard
-
Getter for billingCountry
- 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
- 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
- getCardNumber() - Method in class com.paypal.api.payments.PrivateLabelCard
-
Getter for cardNumber
- getCarrierAccount() - Method in class com.paypal.api.payments.FundingInstrument
-
Getter for carrierAccount
- getCarrierAccountId() - Method in class com.paypal.api.payments.CarrierAccountToken
-
Getter for carrierAccountId
- getCarrierAccountId() - Method in class com.paypal.api.payments.PaymentExecution
-
Getter for carrierAccountId
- getCarrierAccountToken() - Method in class com.paypal.api.payments.FundingInstrument
-
Getter for carrierAccountToken
- getCart() - Method in class com.paypal.api.payments.Payment
-
Getter for cart
- getCartAmountImmutable() - Method in class com.paypal.api.payments.CreditFinancingOffered
-
Getter for cartAmountImmutable
- getCategory() - Method in class com.paypal.api.payments.Item
-
Getter for category
- getCavv() - Method in class com.paypal.api.payments.Card3dSecureInfo
-
Getter for cavv
- getCertificateFromStream(InputStream) - Static method in class com.paypal.base.SSLUtil
-
Generate Collection of Certificate from Input Stream
- 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.BaseAddress
-
Getter for city
- getClearingTime() - Method in class com.paypal.api.payments.FundingDetail
-
Getter for clearingTime
- getClearingTime() - Method in class com.paypal.api.payments.Sale
-
Getter for clearingTime
- getClientCredential() - Method in class com.paypal.base.rest.PayPalResource
-
- 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
- getCode() - Method in class com.paypal.api.payments.Error
-
Getter for code
- getCode() - Method in class com.paypal.api.payments.ErrorDetails
-
- getCode() - Method in class com.paypal.api.payments.ExternalFunding
-
Getter for code
- getCode() - Method in class com.paypal.api.payments.Incentive
-
Getter for code
- getConfigurationMap() - Method in interface com.paypal.base.APICallPreHandler
-
Return configurationMap
- getConfigurationMap() - Method in class com.paypal.base.BaseAPIContext
-
- getConfigurationMap() - Method in class com.paypal.base.ConfigManager
-
- getConfigurationMap() - Method in class com.paypal.base.rest.RESTAPICallPreHandler
-
Return configurationMap
- getConfigurations() - Static method in class com.paypal.base.rest.PayPalResource
-
- 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
-
- getConversionDate() - Method in class com.paypal.api.payments.CurrencyConversion
-
Getter for conversionDate
- getConversionType() - Method in class com.paypal.api.payments.CurrencyConversion
-
Getter for conversionType
- getConversionTypeChangeable() - Method in class com.paypal.api.payments.CurrencyConversion
-
Getter for conversionTypeChangeable
- 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.BankAccount
-
Getter for countryCode
- getCountryCode() - Method in class com.paypal.api.payments.BaseAddress
-
Getter for countryCode
- getCountryCode() - Method in class com.paypal.api.payments.CarrierAccount
-
Getter for countryCode
- getCountryCode() - Method in class com.paypal.api.payments.CountryCode
-
Getter for countryCode
- getCountryCode() - Method in class com.paypal.api.payments.PayerInfo
-
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
-
- getCredential() - Method in class com.paypal.base.rest.RESTAPICallPreHandler
-
- 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
- getCreditCardToken() - Method in class com.paypal.api.payments.FundingInstrument
-
Getter for creditCardToken
- getCreditFinancingOffered() - Method in class com.paypal.api.payments.Payment
-
Getter for creditFinancingOffered
- 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
- getCurrencyConversion() - Method in class com.paypal.api.payments.FundingOption
-
Getter for currencyConversion
- 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
Returns -1 if cvv2
is null
- getCvv2() - Method in class com.paypal.api.payments.PaymentCard
-
Getter for cvv2
- getCvvCode() - Method in class com.paypal.api.payments.ProcessorResponse
-
Getter for cvvCode
- 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
-
- 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.FmfDetails
-
- getDescription() - Method in class com.paypal.api.payments.Incentive
-
Getter for description
- getDescription() - Method in class com.paypal.api.payments.InvoiceItem
-
Getter for description
- getDescription() - Method in class com.paypal.api.payments.Item
-
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
- getDetails() - Method in exception com.paypal.base.rest.PayPalRESTException
-
- getDiscount() - Method in class com.paypal.api.payments.Invoice
-
Getter for discount
- getDiscount() - Method in class com.paypal.api.payments.InvoiceItem
-
Getter for discount
- getDiscountAmount() - Method in class com.paypal.api.payments.InstallmentOption
-
Getter for discountAmount
- getDiscountPercentage() - Method in class com.paypal.api.payments.InstallmentOption
-
Getter for discountPercentage
- getDisplayText() - Method in class com.paypal.api.payments.ExternalFunding
-
Getter for displayText
- getDueDate() - Method in class com.paypal.api.payments.PaymentTerm
-
Getter for dueDate
- getEci() - Method in class com.paypal.api.payments.Card3dSecureInfo
-
Getter for eci
- getEciSubmitted() - Method in class com.paypal.api.payments.ProcessorResponse
-
Getter for eciSubmitted
- 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.PotentialPayerInfo
-
Getter for email
- getEmail() - Method in class com.paypal.api.payments.Search
-
Getter for email
- getEmail() - Method in class com.paypal.api.payments.ShippingInfo
-
Getter for email
- getEmailSubject() - Method in class com.paypal.api.payments.PayoutSenderBatchHeader
-
Getter for emailSubject
- 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.DefinitionsLinkdescription
-
Getter for encType
- 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.rest.RESTAPICallPreHandler
-
- getEndPointUrl() - Method in class com.paypal.base.HttpConfiguration
-
- getError() - Method in class com.paypal.api.openidconnect.Error
-
Getter for error
- getError() - Method in class com.paypal.api.payments.PayoutItemDetails
-
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
-
- getErrors() - Method in class com.paypal.api.payments.PayoutBatchHeader
-
Getter for errors
- getErrors() - Method in class com.paypal.api.payments.PayoutItemDetails
-
Getter for errors
- 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
- getExchangeRate() - Method in class com.paypal.api.payments.Sale
-
Getter for exchangeRate
- getExperienceProfileId() - Method in class com.paypal.api.payments.Payment
-
Getter for experienceProfileId
- 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
- getExpiryDate() - Method in class com.paypal.api.payments.Incentive
-
Getter for expiryDate
- getExtension() - Method in class com.paypal.api.payments.Phone
-
Getter for extension
- getExternalCustomerId() - Method in class com.paypal.api.payments.AlternatePayment
-
Getter for externalCustomerId
- 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.CarrierAccount
-
Getter for externalCustomerId
- getExternalCustomerId() - Method in class com.paypal.api.payments.CarrierAccountToken
-
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
- getExternalFunding() - Method in class com.paypal.api.payments.CartBase
-
Getter for externalFunding
- getExternalFunding() - Method in class com.paypal.api.payments.FundingInstrument
-
Getter for externalFunding
- getExternalRememberMeId() - Method in class com.paypal.api.payments.PayerInfo
-
Getter for externalRememberMeId
- getExternalRememberMeId() - Method in class com.paypal.api.payments.PotentialPayerInfo
-
Getter for externalRememberMeId
- getFailedPaymentCount() - Method in class com.paypal.api.payments.AgreementDetails
-
Getter for failedPaymentCount
- getFailedTransactions() - Method in class com.paypal.api.payments.Payment
-
Getter for failedTransactions
- getFailureReason() - Method in class com.paypal.api.payments.Payment
-
Getter for failureReason
- 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
- getFees() - Method in class com.paypal.api.payments.PayoutBatchHeader
-
Getter for fees
- getField() - Method in class com.paypal.api.payments.ErrorDetails
-
Getter for field
- getFilterId() - Method in class com.paypal.api.payments.FmfDetails
-
- getFilterType() - Method in class com.paypal.api.payments.FmfDetails
-
- 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.Payee
-
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
- getFmfDetails() - Method in class com.paypal.api.payments.Authorization
-
Getter for fmfDetails
- getFmfDetails() - Method in class com.paypal.api.payments.Error
-
Getter for fmfDetails
- getFmfDetails() - Method in class com.paypal.api.payments.Order
-
Getter for fmfDetails
- getFmfDetails() - Method in class com.paypal.api.payments.Sale
-
Getter for fmfDetails
- 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
-
- getFromAmount() - Method in class com.paypal.api.payments.CurrencyConversion
-
Getter for fromAmount
- getFromCurrency() - Method in class com.paypal.api.payments.CurrencyConversion
-
Getter for fromCurrency
- 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
- getFundingAccountId() - Method in class com.paypal.api.payments.ExternalFunding
-
Getter for fundingAccountId
- getFundingInstruments() - Method in class com.paypal.api.payments.Payer
-
Getter for fundingInstruments
- getFundingOption() - Method in class com.paypal.api.payments.Payer
-
Getter for fundingOption
- getFundingOptionId() - Method in class com.paypal.api.payments.Payer
-
Getter for fundingOptionId
- getFundingSources() - Method in class com.paypal.api.payments.FundingOption
-
Getter for fundingSources
- 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.rest.RESTAPICallPreHandler
-
Returns HTTP headers as a
Map
- getHeadersMap() - Method in class com.paypal.base.rest.APIContext
-
- getHeight() - Method in class com.paypal.api.payments.Item
-
Getter for height
- getHref() - Method in class com.paypal.api.payments.DefinitionsLinkdescription
-
Getter for href
- 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.CarrierAccount
-
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.FundingOption
-
Getter for id
- getId() - Method in class com.paypal.api.payments.Incentive
-
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.PrivateLabelCard
-
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
- getImageKey() - Method in class com.paypal.api.payments.PrivateLabelCard
-
Getter for imageKey
- getIncentive() - Method in class com.paypal.api.payments.FundingInstrument
-
Getter for incentive
- 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
-
- getInstallmentId() - Method in class com.paypal.api.payments.InstallmentInfo
-
Getter for installmentId
- getInstallmentInfo() - Method in class com.paypal.api.payments.FundingOption
-
Getter for installmentInfo
- getInstallmentOptions() - Method in class com.paypal.api.payments.InstallmentInfo
-
Getter for installmentOptions
- getInstance() - Static method in class com.paypal.base.ConfigManager
-
Singleton accessor method
- getInstance() - Static method in class com.paypal.base.ConnectionManager
-
Singleton accessor method
- getInstructionType() - Method in class com.paypal.api.payments.PaymentInstruction
-
Getter for instructionType
- getInsurance() - Method in class com.paypal.api.payments.Details
-
Getter for insurance
- getIntent() - Method in class com.paypal.api.payments.Payment
-
Getter for intent
- getInternationalBankAccountNumber() - Method in class com.paypal.api.payments.RecipientBankingInstruction
-
Getter for internationalBankAccountNumber
- 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
-
- getIsFinalCapture() - Method in class com.paypal.api.payments.Capture
-
Getter for isFinalCapture
- getIssue() - Method in class com.paypal.api.payments.ErrorDetails
-
Getter for issue
- getIssueNumber() - Method in class com.paypal.api.payments.PaymentCard
-
Getter for issueNumber
- getIssuer() - Method in class com.paypal.api.payments.InstallmentInfo
-
Getter for issuer
- getIssuerId() - Method in class com.paypal.api.payments.PrivateLabelCard
-
Getter for issuerId
- getIssuerName() - Method in class com.paypal.api.payments.PrivateLabelCard
-
Getter for issuerName
- getItemList() - Method in class com.paypal.api.payments.CartBase
-
Getter for itemList
- getItems() - Method in class com.paypal.api.payments.CreditCardHistory
-
Getter for creditCards
- getItems() - Method in class com.paypal.api.payments.Invoice
-
Getter for items
- getItems() - Method in class com.paypal.api.payments.ItemList
-
Getter for items
- getItems() - Method in class com.paypal.api.payments.Payout
-
Getter for items
- getItems() - Method in class com.paypal.api.payments.PayoutBatch
-
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.Payee
-
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.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.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.PaymentInstruction
-
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.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.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.PaymentInstruction
-
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
- getLength() - Method in class com.paypal.api.payments.Item
-
Getter for length
- getLine1() - Method in class com.paypal.api.payments.BaseAddress
-
Getter for line1
- getLine2() - Method in class com.paypal.api.payments.BaseAddress
-
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.CreditCardHistory
-
- getLinks() - Method in class com.paypal.api.payments.CurrencyConversion
-
Getter for links
- getLinks() - Method in class com.paypal.api.payments.Error
-
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.FundingOption
-
Getter for links
- getLinks() - Method in class com.paypal.api.payments.HyperSchema
-
Getter for links
- getLinks() - Method in class com.paypal.api.payments.Order
-
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.PaymentInstruction
-
Getter for links
- getLinks() - Method in class com.paypal.api.payments.Payout
-
Getter for links
- getLinks() - Method in class com.paypal.api.payments.PayoutBatch
-
Getter for links
- getLinks() - Method in class com.paypal.api.payments.PayoutBatchHeader
-
Getter for links
- getLinks() - Method in class com.paypal.api.payments.PayoutItemDetails
-
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
- getLogoImageUrl() - Method in class com.paypal.api.payments.Incentive
-
Getter for logoImageUrl
- 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.DefinitionsLinkdescription
-
Getter for mediaType
- 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.DefinitionsLinkdescription
-
Getter for method
- 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
- getMiddleName() - Method in class com.paypal.api.payments.PayerInfo
-
Getter for middleName
- getMinimumPurchaseAmount() - Method in class com.paypal.api.payments.Incentive
-
Getter for minimumPurchaseAmount
- getMonthlyPayment() - Method in class com.paypal.api.payments.CreditFinancingOffered
-
Getter for monthlyPayment
- getMonthlyPayment() - Method in class com.paypal.api.payments.InstallmentOption
-
Getter for monthlyPayment
- getMpiVendor() - Method in class com.paypal.api.payments.Card3dSecureInfo
-
Getter for mpiVendor
- 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.FmfDetails
-
- getName() - Method in class com.paypal.api.payments.Incentive
-
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
- getNationalNumber() - Method in class com.paypal.api.payments.Phone
-
Getter for nationalNumber
- getNetAmount() - Method in class com.paypal.api.payments.AgreementTransaction
-
Getter for netAmount
- getNetwork() - Method in class com.paypal.api.payments.InstallmentInfo
-
Getter for network
- getNextBillingDate() - Method in class com.paypal.api.payments.AgreementDetails
-
Getter for nextBillingDate
- getNextId() - Method in class com.paypal.api.payments.PaymentHistory
-
Getter for nextId
- getNormalizationStatus() - Method in class com.paypal.api.payments.BaseAddress
-
Getter for normalizationStatus
- 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.PaymentInstruction
-
Getter for note
- getNote() - Method in class com.paypal.api.payments.PayoutItem
-
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
- getNoteToPayer() - Method in class com.paypal.api.payments.Payment
-
Getter for noteToPayer
- getNotifyUrl() - Method in class com.paypal.api.payments.CartBase
-
Getter for notifyUrl
- 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
- getOrder() - Method in class com.paypal.api.payments.RelatedResources
-
Getter for order
- getOrderUrl() - Method in class com.paypal.api.payments.CartBase
-
Getter for orderUrl
- 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.Order
-
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
- getPayee() - Method in class com.paypal.api.payments.Payment
-
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
- getPayerAcceptance() - Method in class com.paypal.api.payments.CreditFinancingOffered
-
Getter for payerAcceptance
- 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.CreditCard
-
Getter for payer ID
- 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.rest.RESTAPICallPreHandler
-
- getPaymentCard() - Method in class com.paypal.api.payments.FundingInstrument
-
Getter for paymentCard
- getPaymentCardId() - Method in class com.paypal.api.payments.PaymentCardToken
-
Getter for paymentCardId
- getPaymentDebitDate() - Method in class com.paypal.api.payments.FundingDetail
-
Getter for paymentDebitDate
- getPaymentDefinitions() - Method in class com.paypal.api.payments.Plan
-
Getter for paymentDefinitions
- getPaymentDetails() - Method in class com.paypal.api.payments.Invoice
-
Getter for paymentDetails
- getPaymentDueDate() - Method in class com.paypal.api.payments.PaymentInstruction
-
Getter for paymentDueDate
- getPaymentHoldDate() - Method in class com.paypal.api.payments.FundingDetail
-
Getter for paymentHoldDate
- getPaymentHoldReasons() - Method in class com.paypal.api.payments.Sale
-
Getter for paymentHoldReasons
- getPaymentHoldStatus() - Method in class com.paypal.api.payments.Sale
-
Getter for paymentHoldStatus
- getPaymentInstruction() - Method in class com.paypal.api.payments.Payment
-
Getter for paymentInstruction
- 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
- getPayoutBatchId() - Method in class com.paypal.api.payments.PayoutBatchHeader
-
Getter for payoutBatchId
- getPayoutBatchId() - Method in class com.paypal.api.payments.PayoutItemDetails
-
Getter for payoutBatchId
- getPayoutItem() - Method in class com.paypal.api.payments.PayoutItemDetails
-
Getter for payoutItem
- getPayoutItemFee() - Method in class com.paypal.api.payments.PayoutItemDetails
-
Getter for payoutItemFee
- getPayoutItemId() - Method in class com.paypal.api.payments.PayoutItemDetails
-
Getter for payoutItemId
- getPendingReason() - Method in class com.paypal.api.payments.Authorization
-
Getter for pendingReason
- getPendingReason() - Method in class com.paypal.api.payments.Order
-
Getter for pendingReason
- 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.InvoiceAddress
-
- 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
- getPhoneNumber() - Method in class com.paypal.api.payments.CarrierAccount
-
Getter for phoneNumber
- getPhoneSource() - Method in class com.paypal.api.payments.CarrierAccount
-
Getter for phoneSource
- 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
- getPostalCode() - Method in class com.paypal.api.openidconnect.Address
-
Getter for postalCode
- getPostalCode() - Method in class com.paypal.api.payments.BaseAddress
-
Getter for postalCode
- getPostbackData() - Method in class com.paypal.api.payments.Item
-
Getter for postbackData
- getPotentialPayerInfo() - Method in class com.paypal.api.payments.Payment
-
Getter for potentialPayerInfo
- getPresentation() - Method in class com.paypal.api.payments.WebProfile
-
Getter for presentation
- getPrice() - Method in class com.paypal.api.payments.Item
-
Getter for price
- getPrivateLabelCard() - Method in class com.paypal.api.payments.FundingInstrument
-
Getter for privateLabelCard
- 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
- getProcessingType() - Method in class com.paypal.api.payments.FundingDetail
-
Getter for processingType
- getProcessorResponse() - Method in class com.paypal.api.payments.Error
-
Getter for processorResponse
- getProcessorResponse() - Method in class com.paypal.api.payments.Sale
-
Getter for processorResponse
- 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.Error
-
Getter for purchaseUnitReferenceId
- getPurchaseUnitReferenceId() - Method in class com.paypal.api.payments.ErrorDetails
-
- getPurchaseUnitReferenceId() - Method in class com.paypal.api.payments.Order
-
Getter for purchaseUnitReferenceId
- getPurchaseUnitReferenceId() - Method in class com.paypal.api.payments.Sale
-
Getter for purchaseUnitReferenceId
- getPurchaseUnitReferenceId() - Method in class com.paypal.api.payments.TransactionBase
-
- 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
-
- getReason() - Method in class com.paypal.api.payments.Refund
-
Getter for reason
- getReasonCode() - Method in class com.paypal.api.payments.Authorization
-
Getter for reasonCode
- getReasonCode() - Method in class com.paypal.api.payments.Order
-
Getter for reasonCode
- getReasonCode() - Method in class com.paypal.api.payments.Sale
-
Getter for reasonCode
- getReceiptId() - Method in class com.paypal.api.payments.Sale
-
Getter for receiptId
- getReceivableAmount() - Method in class com.paypal.api.payments.Sale
-
Getter for receivableAmount
- getReceiver() - Method in class com.paypal.api.payments.PayoutItem
-
Getter for receiver
- getRecipientBankingInstruction() - Method in class com.paypal.api.payments.PaymentInstruction
-
Getter for recipientBankingInstruction
- 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
- getRecipientType() - Method in class com.paypal.api.payments.PayoutItem
-
Getter for recipientType
- getRecipientType() - Method in class com.paypal.api.payments.PayoutSenderBatchHeader
-
Getter for recipientType
- getRecurringFlag() - Method in class com.paypal.api.payments.PaymentOptions
-
Getter for recurringFlag
- 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
- getReferenceId() - Method in class com.paypal.api.payments.CartBase
-
Getter for referenceId
- getReferenceId() - Method in class com.paypal.api.payments.ExternalFunding
-
Getter for referenceId
- getReferenceNumber() - Method in class com.paypal.api.payments.PaymentInstruction
-
Getter for referenceNumber
- 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.DefinitionsLinkdescription
-
Getter for rel
- getRel() - Method in class com.paypal.api.payments.Links
-
Getter for rel
- getRelatedFundingOption() - Method in class com.paypal.api.payments.Payer
-
Getter for relatedFundingOption
- 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 class com.paypal.api.payments.ProcessorResponse
-
Getter for responseCode
- getResponsecode() - Method in exception com.paypal.base.exception.HttpErrorException
-
- getResponsecode() - Method in exception com.paypal.base.rest.PayPalRESTException
-
- getResponseHeaderMap() - Method in class com.paypal.base.HttpConnection
-
- 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
- getRoutingNumber() - Method in class com.paypal.api.payments.RecipientBankingInstruction
-
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
- getSalutation() - Method in class com.paypal.api.payments.PayerInfo
-
Getter for salutation
- getSchema() - Method in class com.paypal.api.payments.DefinitionsLinkdescription
-
Getter for schema
- 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
- 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
- getSenderBatchHeader() - Method in class com.paypal.api.payments.Payout
-
Getter for senderBatchHeader
- getSenderBatchHeader() - Method in class com.paypal.api.payments.PayoutBatchHeader
-
Getter for senderBatchHeader
- getSenderBatchId() - Method in class com.paypal.api.payments.PayoutItemDetails
-
Getter for senderBatchId
- getSenderBatchId() - Method in class com.paypal.api.payments.PayoutSenderBatchHeader
-
Getter for senderBatchId
- getSenderItemId() - Method in class com.paypal.api.payments.PayoutItem
-
Getter for senderItemId
- 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
- getShippingDiscount() - Method in class com.paypal.api.payments.Details
-
Getter for shipping discount
- getShippingInfo() - Method in class com.paypal.api.payments.Invoice
-
Getter for shippingInfo
- getShippingMethod() - Method in class com.paypal.api.payments.ItemList
-
- getShippingPhoneNumber() - Method in class com.paypal.api.payments.ItemList
-
Getter for shippingPhoneNumber
- getSignature() - Method in class com.paypal.base.credential.SignatureCredential
-
- getSkipFmf() - Method in class com.paypal.api.payments.PaymentOptions
-
Getter for skipFmf
- 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
- getSoftDescriptorCity() - Method in class com.paypal.api.payments.CartBase
-
Getter for softDescriptorCity
- 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.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.BaseAddress
-
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.BaseAddress
-
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
- getSuffix() - Method in class com.paypal.api.payments.PayerInfo
-
Getter for suffix
- getSummary() - Method in class com.paypal.api.payments.Event
-
Getter for summary
- getSupplementaryData() - Method in class com.paypal.api.payments.Item
-
Getter for supplementaryData
- getTargetSchema() - Method in class com.paypal.api.payments.DefinitionsLinkdescription
-
Getter for targetSchema
- 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
- getTerm() - Method in class com.paypal.api.payments.CreditFinancingOffered
-
Getter for term
- getTerm() - Method in class com.paypal.api.payments.InstallmentOption
-
Getter for term
- getTerms() - Method in class com.paypal.api.payments.Incentive
-
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
-
- getTimeCompleted() - Method in class com.paypal.api.payments.PayoutBatchHeader
-
Getter for timeCompleted
- getTimeCreated() - Method in class com.paypal.api.payments.PayoutBatchHeader
-
Getter for timeCreated
- getTimeProcessed() - Method in class com.paypal.api.payments.PayoutItemDetails
-
Getter for timeProcessed
- getTimeStamp() - Method in class com.paypal.api.payments.AgreementTransaction
-
Getter for timeStamp
- getTimeUpdated() - Method in class com.paypal.api.payments.AgreementTransaction
-
- getTimeZone() - Method in class com.paypal.api.payments.AgreementTransaction
-
Getter for timeZone
- getTitle() - Method in class com.paypal.api.payments.DefinitionsLinkdescription
-
Getter for title
- getToAmount() - Method in class com.paypal.api.payments.CurrencyConversion
-
Getter for toAmount
- getToCurrency() - Method in class com.paypal.api.payments.CurrencyConversion
-
Getter for toCurrency
- 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
- getTotalCost() - Method in class com.paypal.api.payments.CreditFinancingOffered
-
Getter for totalCost
- 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
- getTotalInterest() - Method in class com.paypal.api.payments.CreditFinancingOffered
-
Getter for totalInterest
- getTotalItems() - Method in class com.paypal.api.payments.CreditCardHistory
-
- getTotalItems() - Method in class com.paypal.api.payments.PlanList
-
Getter for totalItems
- getTotalPages() - Method in class com.paypal.api.payments.CreditCardHistory
-
- getTotalPages() - Method in class com.paypal.api.payments.PlanList
-
Getter for totalPages
- getTransactionFee() - Method in class com.paypal.api.payments.Capture
-
Getter for transactionFee
- getTransactionFee() - Method in class com.paypal.api.payments.Sale
-
Getter for transactionFee
- 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
- getTransactionId() - Method in class com.paypal.api.payments.PayoutItemDetails
-
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
- getTransactionStatus() - Method in class com.paypal.api.payments.PayoutItemDetails
-
Getter for transactionStatus
- 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
- getType() - Method in class com.paypal.api.payments.ChargeModels
-
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.Incentive
-
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
- getUnit() - Method in class com.paypal.api.payments.Measurement
-
- 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.Item
-
Getter for url
- 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(String) - Static method in class com.paypal.api.openidconnect.Userinfo
-
Returns user details
- getUserinfo(APIContext) - 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.Measurement
-
- 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
- getVpas() - Method in class com.paypal.api.payments.ProcessorResponse
-
Getter for vpas
- 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
- getWebUrl() - Method in class com.paypal.api.payments.CurrencyConversion
-
Getter for webUrl
- getWeight() - Method in class com.paypal.api.payments.Item
-
Getter for weight
- getWidth() - Method in class com.paypal.api.payments.Item
-
Getter for width
- getXid() - Method in class com.paypal.api.payments.Card3dSecureInfo
-
Getter for xid
- 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
- Sale - Class in com.paypal.api.payments
-
- Sale() - Constructor for class com.paypal.api.payments.Sale
-
Default Constructor
- Sale(String, Amount, String, 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
-
- set3dSecureInfo(Card3dSecureInfo) - Method in class com.paypal.api.payments.PaymentCard
-
Setter for 3dSecureInfo
- 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.
- setAccountAge(String) - Method in class com.paypal.api.payments.Payer
-
Setter for accountAge
- setAccountHolderName(String) - Method in class com.paypal.api.payments.RecipientBankingInstruction
-
Setter for accountHolderName
- 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
- setAccountNumber(String) - Method in class com.paypal.api.payments.Payee
-
Setter for accountNumber
- setAccountNumber(String) - Method in class com.paypal.api.payments.PayerInfo
-
Setter for accountNumber
- setAccountNumber(String) - Method in class com.paypal.api.payments.PotentialPayerInfo
-
Setter for accountNumber
- setAccountNumber(String) - Method in class com.paypal.api.payments.RecipientBankingInstruction
-
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
- setAccountType(String) - Method in class com.paypal.api.payments.Payer
-
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(InvoiceAddress) - Method in class com.paypal.api.payments.BillingInfo
-
Setter for address
- setAddress(InvoiceAddress) - Method in class com.paypal.api.payments.MerchantInfo
-
Setter for address
- setAddress(InvoiceAddress) - Method in class com.paypal.api.payments.ShippingInfo
-
Setter for address
- setAddressOverride(int) - Method in class com.paypal.api.payments.InputFields
-
Setter for addressOverride
- setAdviceCode(String) - Method in class com.paypal.api.payments.ProcessorResponse
-
Setter for adviceCode
- 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
- setAlternatePayment(AlternatePayment) - Method in class com.paypal.api.payments.FundingInstrument
-
Setter for alternatePayment
- setAlternatePaymentAccountId(String) - Method in class com.paypal.api.payments.AlternatePayment
-
Setter for alternatePaymentAccountId
- setAlternatePaymentProviderId(String) - Method in class com.paypal.api.payments.AlternatePayment
-
Setter for alternatePaymentProviderId
- 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.ExternalFunding
-
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(Currency) - Method in class com.paypal.api.payments.PaymentInstruction
-
Setter for amount
- setAmount(Currency) - Method in class com.paypal.api.payments.PayoutBatchHeader
-
Setter for amount
- setAmount(Currency) - Method in class com.paypal.api.payments.PayoutItem
-
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
- setAppId(String) - Method in class com.paypal.api.openidconnect.Tokeninfo
-
Setter for appId
- 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
-
- setAuthStatus(String) - Method in class com.paypal.api.payments.Card3dSecureInfo
-
Setter for authStatus
- 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
- setAvsCode(String) - Method in class com.paypal.api.payments.ProcessorResponse
-
Setter for avsCode
- setBackupFundingInstrument(FundingInstrument) - Method in class com.paypal.api.payments.FundingOption
-
Setter for backupFundingInstrument
- 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
- setBankIdentifierCode(String) - Method in class com.paypal.api.payments.RecipientBankingInstruction
-
Setter for bankIdentifierCode
- setBankName(String) - Method in class com.paypal.api.payments.BankAccount
-
Setter for bankName
- setBankName(String) - Method in class com.paypal.api.payments.RecipientBankingInstruction
-
Setter for bankName
- setBankTxnPendingUrl(String) - Method in class com.paypal.api.payments.FlowConfig
-
Setter for bankTxnPendingUrl
- setBatchHeader(PayoutBatchHeader) - Method in class com.paypal.api.payments.PayoutBatch
-
Setter for batchHeader
- setBatchStatus(String) - Method in class com.paypal.api.payments.PayoutBatchHeader
-
Setter for batchStatus
- setBilling(Billing) - Method in class com.paypal.api.payments.FundingInstrument
-
Setter for billing
- 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
- setBillingAddress(Address) - Method in class com.paypal.api.payments.PotentialPayerInfo
-
Setter for billingAddress
- setBillingAgreementId(String) - Method in class com.paypal.api.payments.Billing
-
Setter for billingAgreementId
- setBillingAgreementId(String) - Method in class com.paypal.api.payments.Sale
-
Setter for billingAgreementId
- setBillingAgreementTokens(List<BillingAgreementToken>) - Method in class com.paypal.api.payments.Payment
-
Setter for billingAgreementTokens
- setBillingCountry(String) - Method in class com.paypal.api.payments.PaymentCard
-
Setter for billingCountry
- 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
- 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
- setCardNumber(String) - Method in class com.paypal.api.payments.PrivateLabelCard
-
Setter for cardNumber
- setCarrierAccount(CarrierAccount) - Method in class com.paypal.api.payments.FundingInstrument
-
Setter for carrierAccount
- setCarrierAccountId(String) - Method in class com.paypal.api.payments.CarrierAccountToken
-
Setter for carrierAccountId
- setCarrierAccountId(String) - Method in class com.paypal.api.payments.PaymentExecution
-
Setter for carrierAccountId
- setCarrierAccountToken(CarrierAccountToken) - Method in class com.paypal.api.payments.FundingInstrument
-
Setter for carrierAccountToken
- setCart(String) - Method in class com.paypal.api.payments.Payment
-
Setter for cart
- setCartAmountImmutable(Boolean) - Method in class com.paypal.api.payments.CreditFinancingOffered
-
Setter for cartAmountImmutable
- setCategory(String) - Method in class com.paypal.api.payments.Item
-
Setter for category
- setCavv(String) - Method in class com.paypal.api.payments.Card3dSecureInfo
-
Setter for cavv
- 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.BaseAddress
-
Setter for city
- setClearingTime(String) - Method in class com.paypal.api.payments.FundingDetail
-
Setter for clearingTime
- 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
- setCode(String) - Method in class com.paypal.api.payments.Error
-
Setter for code
- setCode(String) - Method in class com.paypal.api.payments.ErrorDetails
-
- setCode(String) - Method in class com.paypal.api.payments.ExternalFunding
-
Setter for code
- setCode(String) - Method in class com.paypal.api.payments.Incentive
-
Setter for 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
-
- setConversionDate(String) - Method in class com.paypal.api.payments.CurrencyConversion
-
Setter for conversionDate
- setConversionType(String) - Method in class com.paypal.api.payments.CurrencyConversion
-
Setter for conversionType
- setConversionTypeChangeable(Boolean) - Method in class com.paypal.api.payments.CurrencyConversion
-
Setter for conversionTypeChangeable
- 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.BankAccount
-
Setter for countryCode
- setCountryCode(String) - Method in class com.paypal.api.payments.BaseAddress
-
Setter for countryCode
- setCountryCode(CountryCode) - Method in class com.paypal.api.payments.CarrierAccount
-
Setter for countryCode
- setCountryCode(String) - Method in class com.paypal.api.payments.CountryCode
-
Setter for countryCode
- setCountryCode(String) - Method in class com.paypal.api.payments.PayerInfo
-
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
- setCreditCardToken(CreditCardToken) - Method in class com.paypal.api.payments.FundingInstrument
-
Setter for creditCardToken
- setCreditFinancingOffered(CreditFinancingOffered) - Method in class com.paypal.api.payments.Payment
-
Setter for creditFinancingOffered
- 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
- setCurrencyConversion(CurrencyConversion) - Method in class com.paypal.api.payments.FundingOption
-
Setter for currencyConversion
- 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(Integer) - Method in class com.paypal.api.payments.CreditCard
-
Setter for cvv2
- setCvv2(String) - Method in class com.paypal.api.payments.PaymentCard
-
Setter for cvv2
- setCvvCode(String) - Method in class com.paypal.api.payments.ProcessorResponse
-
Setter for cvvCode
- 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.FmfDetails
-
- setDescription(String) - Method in class com.paypal.api.payments.Incentive
-
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.Item
-
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
- setDetails(Error) - Method in exception com.paypal.base.rest.PayPalRESTException
-
- 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
- setDiscountAmount(Currency) - Method in class com.paypal.api.payments.InstallmentOption
-
Setter for discountAmount
- setDiscountPercentage(Percentage) - Method in class com.paypal.api.payments.InstallmentOption
-
Setter for discountPercentage
- setDisplayText(String) - Method in class com.paypal.api.payments.ExternalFunding
-
Setter for displayText
- setDueDate(String) - Method in class com.paypal.api.payments.PaymentTerm
-
Setter for dueDate
- setEci(String) - Method in class com.paypal.api.payments.Card3dSecureInfo
-
Setter for eci
- setEciSubmitted(String) - Method in class com.paypal.api.payments.ProcessorResponse
-
Setter for eciSubmitted
- 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.PotentialPayerInfo
-
Setter for email
- setEmail(String) - Method in class com.paypal.api.payments.Search
-
Setter for email
- setEmail(String) - Method in class com.paypal.api.payments.ShippingInfo
-
Setter for email
- setEmailSubject(String) - Method in class com.paypal.api.payments.PayoutSenderBatchHeader
-
Setter for emailSubject
- setEmailVerified(Boolean) - Method in class com.paypal.api.openidconnect.Userinfo
-
Setter for emailVerified
- setEncType(String) - Method in class com.paypal.api.payments.DefinitionsLinkdescription
-
Setter for encType
- 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
- setError(Error) - Method in class com.paypal.api.payments.PayoutItemDetails
-
Setter for error
- setErrorDescription(String) - Method in class com.paypal.api.openidconnect.Error
-
Setter for errorDescription
- setErrors(Error) - Method in class com.paypal.api.payments.PayoutBatchHeader
-
Setter for errors
- setErrors(Error) - Method in class com.paypal.api.payments.PayoutItemDetails
-
Setter for errors
- 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
- setExchangeRate(String) - Method in class com.paypal.api.payments.Sale
-
Setter for exchangeRate
- setExperienceProfileId(String) - Method in class com.paypal.api.payments.Payment
-
Setter for experienceProfileId
- 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(String) - 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(String) - Method in class com.paypal.api.payments.PaymentCard
-
Setter for expireYear
- setExpireYear(int) - Method in class com.paypal.api.payments.PaymentCardToken
-
Setter for expireYear
- setExpiryDate(String) - Method in class com.paypal.api.payments.Incentive
-
Setter for expiryDate
- setExtension(String) - Method in class com.paypal.api.payments.Phone
-
Setter for extension
- setExternalCustomerId(String) - Method in class com.paypal.api.payments.AlternatePayment
-
Setter for externalCustomerId
- 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.CarrierAccount
-
Setter for externalCustomerId
- setExternalCustomerId(String) - Method in class com.paypal.api.payments.CarrierAccountToken
-
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
- setExternalFunding(List<ExternalFunding>) - Method in class com.paypal.api.payments.CartBase
-
Setter for externalFunding
- setExternalFunding(ExternalFunding) - Method in class com.paypal.api.payments.FundingInstrument
-
Setter for externalFunding
- setExternalRememberMeId(String) - Method in class com.paypal.api.payments.PayerInfo
-
Setter for externalRememberMeId
- setExternalRememberMeId(String) - Method in class com.paypal.api.payments.PotentialPayerInfo
-
Setter for externalRememberMeId
- setFailedPaymentCount(String) - Method in class com.paypal.api.payments.AgreementDetails
-
Setter for failedPaymentCount
- setFailedTransactions(List<Error>) - Method in class com.paypal.api.payments.Payment
-
Setter for failedTransactions
- setFailureReason(String) - Method in class com.paypal.api.payments.Payment
-
Setter for failureReason
- 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
- setFees(Currency) - Method in class com.paypal.api.payments.PayoutBatchHeader
-
Setter for fees
- 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.
- setFilterId(String) - Method in class com.paypal.api.payments.FmfDetails
-
- setFilterType(String) - Method in class com.paypal.api.payments.FmfDetails
-
- 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.Payee
-
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
- setFmfDetails(FmfDetails) - Method in class com.paypal.api.payments.Authorization
-
Setter for fmfDetails
- setFmfDetails(FmfDetails) - Method in class com.paypal.api.payments.Error
-
Setter for fmfDetails
- setFmfDetails(FmfDetails) - Method in class com.paypal.api.payments.Order
-
Setter for fmfDetails
- setFmfDetails(FmfDetails) - Method in class com.paypal.api.payments.Sale
-
Setter for fmfDetails
- 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
-
- setFromAmount(String) - Method in class com.paypal.api.payments.CurrencyConversion
-
Setter for fromAmount
- setFromCurrency(String) - Method in class com.paypal.api.payments.CurrencyConversion
-
Setter for fromCurrency
- setFundingAccountId(String) - Method in class com.paypal.api.payments.ExternalFunding
-
Setter for fundingAccountId
- setFundingInstruments(List<FundingInstrument>) - Method in class com.paypal.api.payments.Payer
-
Setter for fundingInstruments
- setFundingOption(FundingOption) - Method in class com.paypal.api.payments.Payer
-
Setter for fundingOption
- setFundingOptionId(String) - Method in class com.paypal.api.payments.Payer
-
Setter for fundingOptionId
- setFundingSources(List<FundingSource>) - Method in class com.paypal.api.payments.FundingOption
-
Setter for fundingSources
- 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
- setHeaders(Map<String, String>) - Method in class com.paypal.base.rest.OAuthTokenCredential
-
Sets Headers to Oauth Calls
- setHeadersMap(Map<String, String>) - Method in class com.paypal.base.rest.APIContext
-
Deprecated.
- setHeight(Measurement) - Method in class com.paypal.api.payments.Item
-
Setter for height
- setHref(String) - Method in class com.paypal.api.payments.DefinitionsLinkdescription
-
Setter for href
- 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.CarrierAccount
-
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.FundingOption
-
Setter for id
- setId(String) - Method in class com.paypal.api.payments.Incentive
-
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.PrivateLabelCard
-
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
- setImageKey(String) - Method in class com.paypal.api.payments.PrivateLabelCard
-
Setter for imageKey
- setIncentive(Incentive) - Method in class com.paypal.api.payments.FundingInstrument
-
Setter for incentive
- 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
- setInstallmentId(String) - Method in class com.paypal.api.payments.InstallmentInfo
-
Setter for installmentId
- setInstallmentInfo(InstallmentInfo) - Method in class com.paypal.api.payments.FundingOption
-
Setter for installmentInfo
- setInstallmentOptions(List<InstallmentOption>) - Method in class com.paypal.api.payments.InstallmentInfo
-
Setter for installmentOptions
- setInstructionType(String) - Method in class com.paypal.api.payments.PaymentInstruction
-
Setter for instructionType
- setInsurance(String) - Method in class com.paypal.api.payments.Details
-
Setter for insurance
- setIntent(String) - Method in class com.paypal.api.payments.Payment
-
Setter for intent
- setInternationalBankAccountNumber(String) - Method in class com.paypal.api.payments.RecipientBankingInstruction
-
Setter for internationalBankAccountNumber
- 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
- setIssueNumber(String) - Method in class com.paypal.api.payments.PaymentCard
-
Setter for issueNumber
- setIssuer(String) - Method in class com.paypal.api.payments.InstallmentInfo
-
Setter for issuer
- setIssuerId(String) - Method in class com.paypal.api.payments.PrivateLabelCard
-
Setter for issuerId
- setIssuerName(String) - Method in class com.paypal.api.payments.PrivateLabelCard
-
Setter for issuerName
- setItemList(ItemList) - Method in class com.paypal.api.payments.CartBase
-
Setter for itemList
- setItems(List<CreditCard>) - Method in class com.paypal.api.payments.CreditCardHistory
-
Setter for creditCards
- 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
- setItems(List<PayoutItem>) - Method in class com.paypal.api.payments.Payout
-
Setter for items
- setItems(List<PayoutItemDetails>) - Method in class com.paypal.api.payments.PayoutBatch
-
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.Payee
-
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
- setLength(Measurement) - Method in class com.paypal.api.payments.Item
-
Setter for length
- setLine1(String) - Method in class com.paypal.api.payments.BaseAddress
-
Setter for line1
- setLine2(String) - Method in class com.paypal.api.payments.BaseAddress
-
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<DefinitionsLinkdescription>) - 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.CreditCardHistory
-
- setLinks(List<DefinitionsLinkdescription>) - Method in class com.paypal.api.payments.CurrencyConversion
-
Setter for links
- setLinks(List<DefinitionsLinkdescription>) - Method in class com.paypal.api.payments.Error
-
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<DefinitionsLinkdescription>) - Method in class com.paypal.api.payments.FundingOption
-
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.Order
-
Setter for links
- setLinks(List<Links>) - Method in class com.paypal.api.payments.Payment
-
Setter for links
- setLinks(List<DefinitionsLinkdescription>) - Method in class com.paypal.api.payments.PaymentCard
-
Setter for links
- setLinks(List<Links>) - Method in class com.paypal.api.payments.PaymentInstruction
-
Setter for links
- setLinks(List<Links>) - Method in class com.paypal.api.payments.Payout
-
Setter for links
- setLinks(List<Links>) - Method in class com.paypal.api.payments.PayoutBatch
-
Setter for links
- setLinks(List<Links>) - Method in class com.paypal.api.payments.PayoutBatchHeader
-
Setter for links
- setLinks(List<Links>) - Method in class com.paypal.api.payments.PayoutItemDetails
-
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
- setLogoImageUrl(String) - Method in class com.paypal.api.payments.Incentive
-
Setter for logoImageUrl
- 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.DefinitionsLinkdescription
-
Setter for mediaType
- 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.DefinitionsLinkdescription
-
Setter for method
- 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
- setMiddleName(String) - Method in class com.paypal.api.payments.PayerInfo
-
Setter for middleName
- setMinimumPurchaseAmount(Currency) - Method in class com.paypal.api.payments.Incentive
-
Setter for minimumPurchaseAmount
- setMonthlyPayment(Currency) - Method in class com.paypal.api.payments.CreditFinancingOffered
-
Setter for monthlyPayment
- setMonthlyPayment(Currency) - Method in class com.paypal.api.payments.InstallmentOption
-
Setter for monthlyPayment
- setMpiVendor(String) - Method in class com.paypal.api.payments.Card3dSecureInfo
-
Setter for mpiVendor
- 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.FmfDetails
-
- setName(String) - Method in class com.paypal.api.payments.Incentive
-
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
- 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
- setNetwork(String) - Method in class com.paypal.api.payments.InstallmentInfo
-
Setter for network
- setNextBillingDate(String) - Method in class com.paypal.api.payments.AgreementDetails
-
Setter for nextBillingDate
- setNextId(String) - Method in class com.paypal.api.payments.PaymentHistory
-
Setter for nextId
- setNormalizationStatus(String) - Method in class com.paypal.api.payments.BaseAddress
-
Setter for normalizationStatus
- 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.PaymentInstruction
-
Setter for note
- setNote(String) - Method in class com.paypal.api.payments.PayoutItem
-
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
- setNoteToPayer(String) - Method in class com.paypal.api.payments.Payment
-
Setter for noteToPayer
- setNotifyUrl(String) - Method in class com.paypal.api.payments.CartBase
-
Setter for notifyUrl
- 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
- setOrder(Order) - Method in class com.paypal.api.payments.RelatedResources
-
Setter for order
- setOrderUrl(String) - Method in class com.paypal.api.payments.CartBase
-
Setter for orderUrl
- 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.Order
-
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
- setPayee(Payee) - Method in class com.paypal.api.payments.Payment
-
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
- setPayerAcceptance(Boolean) - Method in class com.paypal.api.payments.CreditFinancingOffered
-
Setter for payerAcceptance
- 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.CreditCard
-
Setter for payer ID
- 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
- setPaymentDebitDate(String) - Method in class com.paypal.api.payments.FundingDetail
-
Setter for paymentDebitDate
- 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
- setPaymentDueDate(String) - Method in class com.paypal.api.payments.PaymentInstruction
-
Setter for paymentDueDate
- setPaymentHoldDate(String) - Method in class com.paypal.api.payments.FundingDetail
-
Setter for paymentHoldDate
- setPaymentHoldReasons(List<String>) - Method in class com.paypal.api.payments.Sale
-
Setter for paymentHoldReasons
- setPaymentHoldStatus(String) - Method in class com.paypal.api.payments.Sale
-
Setter for paymentHoldStatus
- setPaymentInstruction(PaymentInstruction) - Method in class com.paypal.api.payments.Payment
-
Setter for paymentInstruction
- 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
- setPayoutBatchId(String) - Method in class com.paypal.api.payments.PayoutBatchHeader
-
Setter for payoutBatchId
- setPayoutBatchId(String) - Method in class com.paypal.api.payments.PayoutItemDetails
-
Setter for payoutBatchId
- setPayoutItem(PayoutItem) - Method in class com.paypal.api.payments.PayoutItemDetails
-
Setter for payoutItem
- setPayoutItemFee(Currency) - Method in class com.paypal.api.payments.PayoutItemDetails
-
Setter for payoutItemFee
- setPayoutItemId(String) - Method in class com.paypal.api.payments.PayoutItemDetails
-
Setter for payoutItemId
- setPendingReason(String) - Method in class com.paypal.api.payments.Authorization
-
Setter for pendingReason
- setPendingReason(String) - Method in class com.paypal.api.payments.Order
-
Setter for pendingReason
- 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.InvoiceAddress
-
- 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
- setPhoneNumber(String) - Method in class com.paypal.api.payments.CarrierAccount
-
Setter for phoneNumber
- setPhoneSource(String) - Method in class com.paypal.api.payments.CarrierAccount
-
Setter for phoneSource
- 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
- setPostalCode(String) - Method in class com.paypal.api.openidconnect.Address
-
Setter for postalCode
- setPostalCode(String) - Method in class com.paypal.api.payments.BaseAddress
-
Setter for postalCode
- setPostbackData(List<NameValuePair>) - Method in class com.paypal.api.payments.Item
-
Setter for postbackData
- setPotentialPayerInfo(PotentialPayerInfo) - Method in class com.paypal.api.payments.Payment
-
Setter for potentialPayerInfo
- 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
- setPrivateLabelCard(PrivateLabelCard) - Method in class com.paypal.api.payments.FundingInstrument
-
Setter for privateLabelCard
- setProcessingType(String) - Method in class com.paypal.api.payments.FundingDetail
-
Setter for processingType
- setProcessorResponse(ProcessorResponse) - Method in class com.paypal.api.payments.Error
-
Setter for processorResponse
- setProcessorResponse(ProcessorResponse) - Method in class com.paypal.api.payments.Sale
-
Setter for processorResponse
- 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.Error
-
Setter for purchaseUnitReferenceId
- setPurchaseUnitReferenceId(String) - Method in class com.paypal.api.payments.ErrorDetails
-
- setPurchaseUnitReferenceId(String) - Method in class com.paypal.api.payments.Order
-
Setter for purchaseUnitReferenceId
- setPurchaseUnitReferenceId(String) - Method in class com.paypal.api.payments.Sale
-
Setter for purchaseUnitReferenceId
- setPurchaseUnitReferenceId(String) - Method in class com.paypal.api.payments.TransactionBase
-
- 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
- setReason(String) - Method in class com.paypal.api.payments.Refund
-
Setter for reason
- setReasonCode(String) - Method in class com.paypal.api.payments.Authorization
-
Setter for reasonCode
- setReasonCode(String) - Method in class com.paypal.api.payments.Order
-
Setter for reasonCode
- setReasonCode(String) - Method in class com.paypal.api.payments.Sale
-
Setter for reasonCode
- setReceiptId(String) - Method in class com.paypal.api.payments.Sale
-
Setter for receiptId
- setReceivableAmount(Currency) - Method in class com.paypal.api.payments.Sale
-
Setter for receivableAmount
- setReceiver(String) - Method in class com.paypal.api.payments.PayoutItem
-
Setter for receiver
- setRecipientBankingInstruction(RecipientBankingInstruction) - Method in class com.paypal.api.payments.PaymentInstruction
-
Setter for recipientBankingInstruction
- 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
- setRecipientType(String) - Method in class com.paypal.api.payments.PayoutItem
-
Setter for recipientType
- setRecipientType(String) - Method in class com.paypal.api.payments.PayoutSenderBatchHeader
-
Setter for recipientType
- setRecurringFlag(Boolean) - Method in class com.paypal.api.payments.PaymentOptions
-
Setter for recurringFlag
- 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
- setReferenceId(String) - Method in class com.paypal.api.payments.CartBase
-
Setter for referenceId
- setReferenceId(String) - Method in class com.paypal.api.payments.ExternalFunding
-
Setter for referenceId
- setReferenceNumber(String) - Method in class com.paypal.api.payments.PaymentInstruction
-
Setter for referenceNumber
- 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.DefinitionsLinkdescription
-
Setter for rel
- setRel(String) - Method in class com.paypal.api.payments.Links
-
Setter for rel
- setRelatedFundingOption(FundingOption) - Method in class com.paypal.api.payments.Payer
-
Setter for relatedFundingOption
- 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
- setResponseCode(String) - Method in class com.paypal.api.payments.ProcessorResponse
-
Setter for responseCode
- setResponsecode(int) - Method in exception com.paypal.base.rest.PayPalRESTException
-
- 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
- setRoutingNumber(String) - Method in class com.paypal.api.payments.RecipientBankingInstruction
-
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
- setSalutation(String) - Method in class com.paypal.api.payments.PayerInfo
-
Setter for salutation
- setSchema(DefinitionsLinkdescription) - Method in class com.paypal.api.payments.DefinitionsLinkdescription
-
Setter for schema
- 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
- setSdkVersion(SDKVersion) - Method in class com.paypal.base.rest.APIContext
-
- setSdkVersion(SDKVersion) - Method in class com.paypal.base.rest.RESTAPICallPreHandler
-
- setSenderBatchHeader(PayoutSenderBatchHeader) - Method in class com.paypal.api.payments.Payout
-
Setter for senderBatchHeader
- setSenderBatchHeader(PayoutSenderBatchHeader) - Method in class com.paypal.api.payments.PayoutBatchHeader
-
Setter for senderBatchHeader
- setSenderBatchId(String) - Method in class com.paypal.api.payments.PayoutItemDetails
-
Setter for senderBatchId
- setSenderBatchId(String) - Method in class com.paypal.api.payments.PayoutSenderBatchHeader
-
Setter for senderBatchId
- setSenderItemId(String) - Method in class com.paypal.api.payments.PayoutItem
-
Setter for senderItemId
- 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
- setShippingDiscount(String) - Method in class com.paypal.api.payments.Details
-
Setter for shipping discount
- setShippingInfo(ShippingInfo) - Method in class com.paypal.api.payments.Invoice
-
Setter for shippingInfo
- setShippingMethod(String) - Method in class com.paypal.api.payments.ItemList
-
- setShippingPhoneNumber(String) - Method in class com.paypal.api.payments.ItemList
-
Setter for shippingPhoneNumber
- setSkipFmf(Boolean) - Method in class com.paypal.api.payments.PaymentOptions
-
Setter for skipFmf
- 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
- setSoftDescriptorCity(String) - Method in class com.paypal.api.payments.CartBase
-
Setter for softDescriptorCity
- 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(String) - 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(String) - Method in class com.paypal.api.payments.PaymentCard
-
Setter for startYear
- 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.BaseAddress
-
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.BaseAddress
-
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
- setSuffix(String) - Method in class com.paypal.api.payments.PayerInfo
-
Setter for suffix
- setSummary(String) - Method in class com.paypal.api.payments.Event
-
Setter for summary
- setSupplementaryData(List<NameValuePair>) - Method in class com.paypal.api.payments.Item
-
Setter for supplementaryData
- setTargetSchema(DefinitionsLinkdescription) - Method in class com.paypal.api.payments.DefinitionsLinkdescription
-
Setter for targetSchema
- 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
- setTerm(float) - Method in class com.paypal.api.payments.CreditFinancingOffered
-
Setter for term
- setTerm(int) - Method in class com.paypal.api.payments.InstallmentOption
-
Setter for term
- setTerms(String) - Method in class com.paypal.api.payments.Incentive
-
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
-
- setThirdPartyAuthorization(ThirdPartyAuthorization) - Method in class com.paypal.base.credential.SignatureCredential
-
- setTimeCompleted(String) - Method in class com.paypal.api.payments.PayoutBatchHeader
-
Setter for timeCompleted
- setTimeCreated(String) - Method in class com.paypal.api.payments.PayoutBatchHeader
-
Setter for timeCreated
- setTimeProcessed(String) - Method in class com.paypal.api.payments.PayoutItemDetails
-
Setter for timeProcessed
- setTimeStamp(String) - Method in class com.paypal.api.payments.AgreementTransaction
-
Setter for timeStamp
- setTimeUpdated(String) - Method in class com.paypal.api.payments.AgreementTransaction
-
- setTimeZone(String) - Method in class com.paypal.api.payments.AgreementTransaction
-
Setter for timeZone
- setTitle(String) - Method in class com.paypal.api.payments.DefinitionsLinkdescription
-
Setter for title
- setToAmount(String) - Method in class com.paypal.api.payments.CurrencyConversion
-
Setter for toAmount
- setToCurrency(String) - Method in class com.paypal.api.payments.CurrencyConversion
-
Setter for toCurrency
- 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
- setTotalCost(Currency) - Method in class com.paypal.api.payments.CreditFinancingOffered
-
Setter for totalCost
- 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
- setTotalInterest(Currency) - Method in class com.paypal.api.payments.CreditFinancingOffered
-
Setter for totalInterest
- setTotalItems(int) - Method in class com.paypal.api.payments.CreditCardHistory
-
- setTotalItems(String) - Method in class com.paypal.api.payments.PlanList
-
Setter for totalItems
- setTotalPages(int) - Method in class com.paypal.api.payments.CreditCardHistory
-
- setTotalPages(String) - Method in class com.paypal.api.payments.PlanList
-
Setter for totalPages
- setTransactionFee(Currency) - Method in class com.paypal.api.payments.Capture
-
Setter for transactionFee
- setTransactionFee(Currency) - Method in class com.paypal.api.payments.Sale
-
Setter for transactionFee
- 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
- setTransactionId(String) - Method in class com.paypal.api.payments.PayoutItemDetails
-
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
- setTransactionStatus(String) - Method in class com.paypal.api.payments.PayoutItemDetails
-
Setter for transactionStatus
- 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.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.Incentive
-
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
- setUnit(String) - Method in class com.paypal.api.payments.Measurement
-
- 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.Item
-
Setter for url
- 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.Measurement
-
- 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
- setVpas(String) - Method in class com.paypal.api.payments.ProcessorResponse
-
Setter for vpas
- 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
- setWebUrl(String) - Method in class com.paypal.api.payments.CurrencyConversion
-
Setter for webUrl
- setWeight(Measurement) - Method in class com.paypal.api.payments.Item
-
Setter for weight
- setWidth(Measurement) - Method in class com.paypal.api.payments.Item
-
Setter for width
- setXid(String) - Method in class com.paypal.api.payments.Card3dSecureInfo
-
Setter for xid
- 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
- 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
-
Class SSLUtil
- SSLUtil() - Constructor for class com.paypal.base.SSLUtil
-
- SSLUTIL_JRE - Static variable in class com.paypal.base.Constants
-
- SSLUTIL_PROTOCOL - Static variable in class com.paypal.base.Constants
-
- 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.