Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- ACHTender - Class in paypal.payflow
-
This class is used to create and use an ACH( Automatic Clearing House ) Tender type.
- ACHTender(BankAcct) - Constructor for class paypal.payflow.ACHTender
-
ACHTender should be used to perform the transactions in which the user provides his bank account details for the online payment processing.
- ADD_ERRORTOCONTEXT_ERROR - Static variable in class paypal.payflow.PayflowConstants
-
Represents the description for error occurred while adding the error to the context.
- addAdviceDetailItem(AdviceDetail) - Method in class paypal.payflow.Invoice
-
Adds a advice detail item to the list.
- addError(ErrorObject) - Method in class paypal.payflow.Context
-
This method adds the passed error object in the array list contained by the context object
- addErrors(ArrayList) - Method in class paypal.payflow.Context
-
This method adds the passed arraylist of error objects to the context object
- addHeader(String, String) - Method in class paypal.payflow.BaseTransaction
- addHeader(String, String) - Method in class paypal.payflow.PayflowAPI
-
Adds a header to the transaction
- addHeaderToHash(String, Object) - Method in class paypal.payflow.ClientInfo
-
Adds a header to the header hash table
- addLineItem(LineItem) - Method in class paypal.payflow.Invoice
-
Adds a line item to line item list.
- Address - Class in paypal.payflow
- Address() - Constructor for class paypal.payflow.Address
- AdviceDetail - Class in paypal.payflow
-
This class holds the advice detail related information.
- AdviceDetail() - Constructor for class paypal.payflow.AdviceDetail
- alignContext(Context, boolean) - Static method in class paypal.payflow.PayflowUtility
- appendToRequest(String, Object) - Static method in class paypal.payflow.PayflowUtility
-
Appends a name value pair to request
- AuthorizationTransaction - Class in paypal.payflow
-
This class is used to create and perform an Authorization Transaction.
- AuthorizationTransaction(String, UserInfo, Invoice, BaseTender, String) - Constructor for class paypal.payflow.AuthorizationTransaction
- AuthorizationTransaction(String, UserInfo, PayflowConnectionData, Invoice, BaseTender, String) - Constructor for class paypal.payflow.AuthorizationTransaction
-
constructor to be used in case of basic and order auth
- AuthorizationTransaction(UserInfo, Invoice, BaseTender, String) - Constructor for class paypal.payflow.AuthorizationTransaction
-
Constructor.
- AuthorizationTransaction(UserInfo, PayflowConnectionData, Invoice, BaseTender, String) - Constructor for class paypal.payflow.AuthorizationTransaction
-
Constructor.
B
- BankAcct - Class in paypal.payflow
-
Used for BankAcct information.
- BankAcct(String, String) - Constructor for class paypal.payflow.BankAcct
-
Constructor
- BaseResponseDataObject - Class in paypal.payflow
-
Abstract base Class of all response data objects.
- BaseResponseDataObject() - Constructor for class paypal.payflow.BaseResponseDataObject
- BaseTender - Class in paypal.payflow
-
This abstract class serves as base class of all tender objects.
- BaseTender(String, PaymentDevice) - Constructor for class paypal.payflow.BaseTender
-
Constructor for BaseTender.
- BaseTransaction - Class in paypal.payflow
-
This class is the base class for all transaction objects.
- BaseTransaction() - Constructor for class paypal.payflow.BaseTransaction
-
protected Constructor.
- BaseTransaction(String, UserInfo, String) - Constructor for class paypal.payflow.BaseTransaction
- BaseTransaction(String, UserInfo, Invoice, String) - Constructor for class paypal.payflow.BaseTransaction
- BaseTransaction(String, UserInfo, Invoice, BaseTender, String) - Constructor for class paypal.payflow.BaseTransaction
- BaseTransaction(String, UserInfo, PayflowConnectionData, String) - Constructor for class paypal.payflow.BaseTransaction
- BaseTransaction(String, UserInfo, PayflowConnectionData, Invoice, String) - Constructor for class paypal.payflow.BaseTransaction
- BaseTransaction(String, UserInfo, PayflowConnectionData, Invoice, BaseTender, String) - Constructor for class paypal.payflow.BaseTransaction
- BillTo - Class in paypal.payflow
-
Used for Billing Address information
- BillTo() - Constructor for class paypal.payflow.BillTo
-
Constructor.
- BrowserInfo - Class in paypal.payflow
- BrowserInfo() - Constructor for class paypal.payflow.BrowserInfo
-
Used for Browser related information.
- BuyerAuthResponse - Class in paypal.payflow
-
Used for the buyerauth operation
- BuyerAuthResponse() - Constructor for class paypal.payflow.BuyerAuthResponse
- BuyerAuthStatus - Class in paypal.payflow
-
Used for BuyerAuth Status information.
- BuyerAuthStatus() - Constructor for class paypal.payflow.BuyerAuthStatus
-
Constructor
- BuyerAuthTransaction - Class in paypal.payflow
-
This abstract class serves as base class for Buyer auth transactions.
- BuyerAuthTransaction(String, UserInfo, String) - Constructor for class paypal.payflow.BuyerAuthTransaction
- BuyerAuthTransaction(String, UserInfo, PayflowConnectionData, String) - Constructor for class paypal.payflow.BuyerAuthTransaction
- BuyerAuthVATransaction - Class in paypal.payflow
-
This class is used to create and perform a Validate Authentication transaction.
- BuyerAuthVATransaction(UserInfo, String, String) - Constructor for class paypal.payflow.BuyerAuthVATransaction
-
Constructor.
- BuyerAuthVATransaction(UserInfo, PayflowConnectionData, String, String) - Constructor for class paypal.payflow.BuyerAuthVATransaction
-
constructor
- BuyerAuthVETransaction - Class in paypal.payflow
-
This class is used to create and perform a Verify Enrollment transaction.
- BuyerAuthVETransaction(UserInfo, CreditCard, Currency, String) - Constructor for class paypal.payflow.BuyerAuthVETransaction
-
Constructor.
- BuyerAuthVETransaction(UserInfo, CreditCard, PayflowConnectionData, Currency, String) - Constructor for class paypal.payflow.BuyerAuthVETransaction
-
Constructor.
C
- captureComplete - Variable in class paypal.payflow.CaptureTransaction
-
Complete type for a capture.
- CaptureTransaction - Class in paypal.payflow
-
This class is used to perform a capture transaction.
- CaptureTransaction(String, UserInfo, String) - Constructor for class paypal.payflow.CaptureTransaction
- CaptureTransaction(String, UserInfo, Invoice, String) - Constructor for class paypal.payflow.CaptureTransaction
- CaptureTransaction(String, UserInfo, Invoice, BaseTender, String) - Constructor for class paypal.payflow.CaptureTransaction
- CaptureTransaction(String, UserInfo, PayflowConnectionData, String) - Constructor for class paypal.payflow.CaptureTransaction
- CaptureTransaction(String, UserInfo, PayflowConnectionData, Invoice, String) - Constructor for class paypal.payflow.CaptureTransaction
- CaptureTransaction(String, UserInfo, PayflowConnectionData, Invoice, BaseTender, String) - Constructor for class paypal.payflow.CaptureTransaction
- CardTender - Class in paypal.payflow
-
Used for Card tender related information.
- CardTender(CreditCard) - Constructor for class paypal.payflow.CardTender
-
This constructor is used to create a CardTender with CreditCard as the payment device
- CardTender(PurchaseCard) - Constructor for class paypal.payflow.CardTender
-
This constructor is used to create a CardTender with PurchaseCard as the payment device
- CardTender(SwipeCard) - Constructor for class paypal.payflow.CardTender
-
This constructor is used to create a CardTender with SwipeCard as the payment device
- CHECK_TYPE_CORPORATE - Static variable in class paypal.payflow.PayflowConstants
-
Check type Corporate (C)
- CHECK_TYPE_PERSONEL - Static variable in class paypal.payflow.PayflowConstants
-
Check type Personal (P)
- CheckPayment - Class in paypal.payflow
-
Used for Check Payment related information.
- CheckPayment(String) - Constructor for class paypal.payflow.CheckPayment
-
Constructor
- CheckTender - Class in paypal.payflow
-
Used for Check tender related information.
- CheckTender(CheckPayment) - Constructor for class paypal.payflow.CheckTender
-
This constructor is used to create a CheckTender with CheckPayment as the payment device
- clearErrors() - Method in class paypal.payflow.Context
-
This resets the context object
- clearExtendData() - Method in class paypal.payflow.BaseTransaction
-
Clears the Extend Data list held by transaction object.
- CLIENT_TYPE - Static variable in class paypal.payflow.PayflowConstants
-
SDK Client Type (J -- JAVA)
- CLIENT_VERSION - Static variable in class paypal.payflow.PayflowConstants
-
SDK Client Version (5000 -- V5 protocol)
- ClientInfo - Class in paypal.payflow
-
This class is used to store the Payflow Client related properties.
- ClientInfo() - Constructor for class paypal.payflow.ClientInfo
-
Constructor
- CLOSING_BRACE_NVP - Static variable in class paypal.payflow.PayflowConstants
-
NVP Closing Brace (])
- CommErrorCodes - Static variable in class paypal.payflow.PayflowConstants
-
Communication Error Codes
- CommErrorMessages - Static variable in class paypal.payflow.PayflowConstants
-
Communication Error Messages
- CONTENT_TYPE_NAMEVALUE - Static variable in class paypal.payflow.PayflowConstants
-
content type of request String
- CONTENT_TYPE_XML - Static variable in class paypal.payflow.PayflowConstants
-
content type of request String
- Context - Class in paypal.payflow
-
This class contains all error messages generated for the class containing the context.This also contains the highest severity level contained by the context.
- Context() - Constructor for class paypal.payflow.Context
-
Constructor for Context
- copy() - Method in class paypal.payflow.BillTo
-
This method copies the common contents from billing to shipping address.
- copy() - Method in class paypal.payflow.ShipTo
-
This method copies the common contents from shipping to billing address.
- CreditCard - Class in paypal.payflow
-
Used for Credit Card related information CreditCard is associated with CardTender.
- CreditCard(String, String) - Constructor for class paypal.payflow.CreditCard
- CreditTransaction - Class in paypal.payflow
-
This class is used to create and perform an Credit Transaction.
- CreditTransaction(String, UserInfo, String) - Constructor for class paypal.payflow.CreditTransaction
-
Constructor.
- CreditTransaction(String, UserInfo, Invoice, String) - Constructor for class paypal.payflow.CreditTransaction
-
Constructor.
- CreditTransaction(String, UserInfo, Invoice, BaseTender, String) - Constructor for class paypal.payflow.CreditTransaction
-
Constructor.
- CreditTransaction(String, UserInfo, PayflowConnectionData, String) - Constructor for class paypal.payflow.CreditTransaction
-
Constructor.
- CreditTransaction(String, UserInfo, PayflowConnectionData, Invoice, String) - Constructor for class paypal.payflow.CreditTransaction
-
Constructor.
- CreditTransaction(String, UserInfo, PayflowConnectionData, Invoice, BaseTender, String) - Constructor for class paypal.payflow.CreditTransaction
-
Constructor.
- CreditTransaction(UserInfo, Invoice, BaseTender, String) - Constructor for class paypal.payflow.CreditTransaction
-
Constructor.
- CreditTransaction(UserInfo, PayflowConnectionData, Invoice, BaseTender, String) - Constructor for class paypal.payflow.CreditTransaction
-
Constructor.
- Currency - Class in paypal.payflow
-
This class is used as the currency data type by all data and transaction objects.
- Currency(Double) - Constructor for class paypal.payflow.Currency
-
Constructor
- Currency(Double, String) - Constructor for class paypal.payflow.Currency
-
Constructor.
- CustomerInfo - Class in paypal.payflow
-
Used for Customer related information.
- CustomerInfo() - Constructor for class paypal.payflow.CustomerInfo
-
Constructor
D
- DEFAULT_HOSTPORT - Static variable in class paypal.payflow.PayflowConstants
-
Default Payflow Host port (443)
- DEFAULT_MAX_LOG_FILE_SIZE - Static variable in class paypal.payflow.PayflowConstants
-
max LogFile Size in Bytes; beyond this size the log file will be archived
- DEFAULT_TIMEOUT - Static variable in class paypal.payflow.PayflowConstants
-
Default Timeout in seconds (45 sec)
- DELIMITER_NVP - Static variable in class paypal.payflow.PayflowConstants
-
NVP Delimiter (ampersand)
- Devices - Class in paypal.payflow
-
Used for the type of device the card holder is using.
- Devices() - Constructor for class paypal.payflow.Devices
-
Used for the type of device the card holder is using.
E
- E_CONTXT_INIT_FAILED - Static variable in class paypal.payflow.PayflowConstants
-
Communication Error Context Initialization Failed
- E_CURRENCY_PROCESS_ERROR - Static variable in class paypal.payflow.PayflowConstants
-
Communication Error for both round and truncate being true in the currency object.
- E_EMPTY_PARAM_LIST - Static variable in class paypal.payflow.PayflowConstants
-
Communication Error Empty Param List
- E_INIT_ERROR - Static variable in class paypal.payflow.PayflowConstants
-
protected Error Init Error
- E_INVALID_NVP - Static variable in class paypal.payflow.PayflowConstants
-
Communication Error Invalid Name Value Pair Request
- E_INVALID_TIMEOUT - Static variable in class paypal.payflow.PayflowConstants
-
Communication Error Invalid Timeout
- E_INVALID_TRANSACTION_REQUEST - Static variable in class paypal.payflow.PayflowConstants
-
Communication Error Invalid Name Value Pair Request
- E_MISSING_REQUEST_ID - Static variable in class paypal.payflow.PayflowConstants
-
Communication Error Missing Request Id
- E_MISSING_SERVER_RESPONSE_ID - Static variable in class paypal.payflow.PayflowConstants
-
Communication Error Missing Response Id in the response received from the Server.
- E_NULL_HOST_STRING - Static variable in class paypal.payflow.PayflowConstants
-
Communication Error Null Host String
- E_PARM_NAME - Static variable in class paypal.payflow.PayflowConstants
-
Communication Error Param Name Error
- E_PARM_NAME_LEN - Static variable in class paypal.payflow.PayflowConstants
-
Communication Error Param Name Length Error
- E_RESPONSE_FORMAT_ERROR - Static variable in class paypal.payflow.PayflowConstants
-
Communication Error Response Format Error
- E_SOK_CONN_FAILED - Static variable in class paypal.payflow.PayflowConstants
-
Communication Error Connection Failed
- E_TIMEOUT_WAIT_RESP - Static variable in class paypal.payflow.PayflowConstants
-
Communication Error Timeout Waiting for Response
- E_UNEXPECTED_REQUEST_ID - Static variable in class paypal.payflow.PayflowConstants
-
Communication Error Unexpected Request Id
- E_UNEXPECTED_RESPONSE_ID - Static variable in class paypal.payflow.PayflowConstants
-
Communication Error Unexpected Response Id
- E_UNKNOWN_STATE - Static variable in class paypal.payflow.PayflowConstants
-
Communication Error Unknown State
- E_VERSION_NOT_SUPPORTED - Static variable in class paypal.payflow.PayflowConstants
-
Communication Error Version Not Supported
- ECDoBARequest - Class in paypal.payflow
-
Used for ExpressCheckout with Billing Agreement (Reference Transaction) without Purchase DO operation.
- ECDoBARequest(String, String) - Constructor for class paypal.payflow.ECDoBARequest
-
Constructor for ECDoBARequest
- ECDoRequest - Class in paypal.payflow
-
Used for ExpressCheckout DO operation.
- ECDoRequest(String, String) - Constructor for class paypal.payflow.ECDoRequest
-
Constructor for ECDoRequest
- ECDoRequest(String, String, String) - Constructor for class paypal.payflow.ECDoRequest
- ECDoResponse - Class in paypal.payflow
-
UUsed for ExpressCheckout Do operation.
- ECDoResponse() - Constructor for class paypal.payflow.ECDoResponse
- ECGetBARequest - Class in paypal.payflow
-
Used for ExpressCheckout with Billing Agreement (Reference Transaction) without Purchase GET operation.
- ECGetBARequest(String) - Constructor for class paypal.payflow.ECGetBARequest
-
Constructor for ECGetBARequest
- ECGetRequest - Class in paypal.payflow
-
Used for ExpressCheckout GET operation.
- ECGetRequest(String) - Constructor for class paypal.payflow.ECGetRequest
-
Constructor for ECGetRequest
- ECGetRequest(String, String) - Constructor for class paypal.payflow.ECGetRequest
- ECGetResponse - Class in paypal.payflow
-
Used for ExpressCheckout update operation.
- ECGetResponse() - Constructor for class paypal.payflow.ECGetResponse
- ECSetBARequest - Class in paypal.payflow
-
Used for ExpressCheckout with Billing Agreement (Reference Transaction) without Purchase SET operation.
- ECSetBARequest(String, String, String, String, String, String) - Constructor for class paypal.payflow.ECSetBARequest
-
Constructor for ECSetBARequest
- ECSetRequest - Class in paypal.payflow
-
Used for ExpressCheckout SET operation.
- ECSetRequest(String, String) - Constructor for class paypal.payflow.ECSetRequest
-
Constructor for ECSetRequest
- ECSetRequest(String, String, String, String, String, String) - Constructor for class paypal.payflow.ECSetRequest
-
Constructor for ECSetRequest
- ECSetRequest(String, String, String, String, String, String, String) - Constructor for class paypal.payflow.ECSetRequest
- ECSetRequest(String, String, PayLater) - Constructor for class paypal.payflow.ECSetRequest
-
Constructor for ECSetRequest
- ECUpdateBARequest - Class in paypal.payflow
-
Used for ExpressCheckout UPDATE operation.
- ECUpdateBARequest(String) - Constructor for class paypal.payflow.ECUpdateBARequest
-
Constructor for ECSetRequest
- ECUpdateBARequest(String, String) - Constructor for class paypal.payflow.ECUpdateBARequest
-
Constructor for ECUpdateRequest
- ECUpdateBARequest(String, String, String) - Constructor for class paypal.payflow.ECUpdateBARequest
-
Constructor for ECUpdateRequest
- ECUpdateResponse - Class in paypal.payflow
- ECUpdateResponse() - Constructor for class paypal.payflow.ECUpdateResponse
- EMPTY_STRING - Static variable in class paypal.payflow.PayflowConstants
-
Empty String can reuse this.
- equals(Object) - Method in class paypal.payflow.ErrorObject
-
returns true if the passed object is of type ErrorObject and all members are equal to this members.
- ERROR_DEBUG - Static variable in class paypal.payflow.PayflowConstants
-
Severity for a DEBUG level message.
- ERROR_ERROR - Static variable in class paypal.payflow.PayflowConstants
-
Severity for a ERROR level message.
- ERROR_FATAL - Static variable in class paypal.payflow.PayflowConstants
-
Severity for a FATAL level message.
- ERROR_INFO - Static variable in class paypal.payflow.PayflowConstants
-
Severity for a INFO level message.
- ERROR_WARN - Static variable in class paypal.payflow.PayflowConstants
-
Severity for a WARN level message.
- ErrorObject - Class in paypal.payflow
-
This class contains the error message along with the message code, severity level of the error and the stack trace.
- ErrorObject(int, String, String) - Constructor for class paypal.payflow.ErrorObject
-
Used for populating error message from the Message xml file.
- ErrorObject(int, String, String[]) - Constructor for class paypal.payflow.ErrorObject
-
Used for Validation Errors which don't have a stack trace.
- ErrorObject(int, String, String[], String) - Constructor for class paypal.payflow.ErrorObject
-
Used for Exception objects, which have a stack trace.
- ErrorObject(int, String, String, String[], String) - Constructor for class paypal.payflow.ErrorObject
-
Used for copying the error object in the logger class.
- ErrorObject(String) - Constructor for class paypal.payflow.ErrorObject
-
Used for Exception objects without any message code and stack trace.
- ErrorObject(String, String) - Constructor for class paypal.payflow.ErrorObject
-
Used for Exception objects without any message code.
- ExpressCheckoutRequest - Class in paypal.payflow
-
This class serves as base class of all ExpressCheckout request classes.
- ExpressCheckoutRequest(String) - Constructor for class paypal.payflow.ExpressCheckoutRequest
- ExpressCheckoutRequest(String, String) - Constructor for class paypal.payflow.ExpressCheckoutRequest
- ExpressCheckoutResponse - Class in paypal.payflow
-
This class serves as base class of all ExpressCheckout response classes.
- ExpressCheckoutResponse() - Constructor for class paypal.payflow.ExpressCheckoutResponse
- ExtendData - Class in paypal.payflow
-
/// Used for Extended param information ///
- ExtendData(String, String) - Constructor for class paypal.payflow.ExtendData
-
Constructor
F
- format(String, String[]) - Static method in class paypal.payflow.PayflowUtility
-
This function will be used to form the string with the context details.
- FORMAT_MSG_CLOSEBRACKET - Static variable in class paypal.payflow.PayflowConstants
-
Format Message Close Bracket (])
- FORMAT_MSG_CODEBODY_SEP - Static variable in class paypal.payflow.PayflowConstants
-
Format Message Code body Separator (-)
- FORMAT_MSG_LINESEPERATOR - Static variable in class paypal.payflow.PayflowConstants
-
Format Message Line Separator (---------------------)
- FORMAT_MSG_OPENBRACKET - Static variable in class paypal.payflow.PayflowConstants
-
Format Message Open Bracket ([)
- FORMAT_MSG_SEPERATOR - Static variable in class paypal.payflow.PayflowConstants
-
Format Message Separator (Message)
- FpsXmlData - Class in paypal.payflow
-
Used for storing Fraud Protection Services XML response message after parsing them.
- FpsXmlData() - Constructor for class paypal.payflow.FpsXmlData
-
constructor
- FraudResponse - Class in paypal.payflow
-
Container class for response messages specific Fraud Protections Services.
- FraudResponse() - Constructor for class paypal.payflow.FraudResponse
- FraudReviewTransaction - Class in paypal.payflow
-
This class is used to perform a fraud review transaction.
- FraudReviewTransaction(String, String, UserInfo, String) - Constructor for class paypal.payflow.FraudReviewTransaction
-
Constructor
- FraudReviewTransaction(String, String, UserInfo, PayflowConnectionData, String) - Constructor for class paypal.payflow.FraudReviewTransaction
-
Constructor
G
- generateRequest() - Method in class paypal.payflow.ACHTender
- generateRequest() - Method in class paypal.payflow.AuthorizationTransaction
-
Generates the transaction request.
- generateRequest() - Method in class paypal.payflow.BankAcct
- generateRequest() - Method in class paypal.payflow.ClientInfo
- generateRequest() - Method in class paypal.payflow.BaseTender
-
Generates the transaction request.
- generateRequest() - Method in class paypal.payflow.BaseTransaction
-
Generates the transaction request.
- generateRequest() - Method in class paypal.payflow.BillTo
- generateRequest() - Method in class paypal.payflow.BrowserInfo
- generateRequest() - Method in class paypal.payflow.BuyerAuthStatus
- generateRequest() - Method in class paypal.payflow.BuyerAuthVATransaction
-
Generates the transaction request.
- generateRequest() - Method in class paypal.payflow.BuyerAuthVETransaction
-
Generates the transaction request.
- generateRequest() - Method in class paypal.payflow.CaptureTransaction
- generateRequest() - Method in class paypal.payflow.CheckPayment
- generateRequest() - Method in class paypal.payflow.CreditTransaction
-
Generates the transaction request.
- generateRequest() - Method in class paypal.payflow.CustomerInfo
- generateRequest() - Method in class paypal.payflow.Devices
- generateRequest() - Method in class paypal.payflow.ECDoRequest
- generateRequest() - Method in class paypal.payflow.ECSetRequest
- generateRequest() - Method in class paypal.payflow.ECUpdateBARequest
- generateRequest() - Method in class paypal.payflow.ExpressCheckoutRequest
- generateRequest() - Method in class paypal.payflow.ExtendData
- generateRequest() - Method in class paypal.payflow.FraudReviewTransaction
- generateRequest() - Method in class paypal.payflow.Invoice
- generateRequest() - Method in interface paypal.payflow.IRequestDataObject
-
/// Generates the transaction request.
- generateRequest() - Method in class paypal.payflow.MagTekInfo
- generateRequest() - Method in class paypal.payflow.MerchantInfo
- generateRequest() - Method in class paypal.payflow.PayLater
- generateRequest() - Method in class paypal.payflow.CreditCard
-
Generates the transaction request.
- generateRequest() - Method in class paypal.payflow.PayPalTender
- generateRequest() - Method in class paypal.payflow.PurchaseCard
-
Generate the Transaction request.
- generateRequest() - Method in class paypal.payflow.RecurringAddTransaction
- generateRequest() - Method in class paypal.payflow.RecurringInfo
- generateRequest() - Method in class paypal.payflow.RecurringTransaction
- generateRequest() - Method in class paypal.payflow.ReferenceTransaction
- generateRequest() - Method in class paypal.payflow.SaleTransaction
- generateRequest() - Method in class paypal.payflow.ShipTo
- generateRequest() - Method in class paypal.payflow.SwipeCard
- generateRequest() - Method in class paypal.payflow.UserInfo
- generateRequest() - Method in class paypal.payflow.UserItem
- generateRequest() - Method in class paypal.payflow.VoiceAuthTransaction
- generateRequest(int) - Method in class paypal.payflow.AdviceDetail
- generateRequest(int) - Method in class paypal.payflow.LineItem
- generateRequest(int) - Method in class paypal.payflow.PayLaterLineItem
- generateRequestId() - Method in class paypal.payflow.PayflowAPI
-
This function has been out in place to support generation of requestID from the COM Wrapper.
- getAba() - Method in class paypal.payflow.BankAcct
-
Gets the aba value.
- getAcct() - Method in class paypal.payflow.CreditCard
-
gets the Account holder's account number.
- getAcct() - Method in class paypal.payflow.RecurringResponse
-
Gets Acct.Masked credit card number.
- getAcct() - Method in class paypal.payflow.TransactionResponse
-
Gets the acct parameter.
- getAcctType() - Method in class paypal.payflow.BankAcct
-
Gets the Customer's bank account type.
- getAchStatus() - Method in class paypal.payflow.TransactionResponse
-
Gets the ACH Status/
- getAci() - Method in class paypal.payflow.TransactionResponse
-
Gets the Authorization Characteristics Indicator.
- getAcsUrl() - Method in class paypal.payflow.BuyerAuthResponse
-
Gets the acsurl parameter.
- getAction() - Method in class paypal.payflow.Rule
- getAddLAmt() - Method in class paypal.payflow.AdviceDetail
-
Gets the advice detail amount
- getAddLAmtType() - Method in class paypal.payflow.AdviceDetail
-
Gets the advice detail amount type
- getAddlMsgs() - Method in class paypal.payflow.TransactionResponse
-
Gets the addlMsgs.
- getAddressCity() - Method in class paypal.payflow.Address
- getAddressCountry() - Method in class paypal.payflow.Address
- getAddressEmail() - Method in class paypal.payflow.Address
- getAddressFax() - Method in class paypal.payflow.Address
- getAddressFirstName() - Method in class paypal.payflow.Address
- getAddressLastName() - Method in class paypal.payflow.Address
- getAddressMiddleName() - Method in class paypal.payflow.Address
- getAddressPhone() - Method in class paypal.payflow.Address
- getAddressPhone2() - Method in class paypal.payflow.Address
- getAddressState() - Method in class paypal.payflow.Address
- getAddressStatus() - Method in class paypal.payflow.ECGetResponse
-
Gets the addressStatus parameter
- getAddressStreet() - Method in class paypal.payflow.Address
- getAddressStreet2() - Method in class paypal.payflow.Address
- getAddressZip() - Method in class paypal.payflow.Address
- getAddrOverride() - Method in class paypal.payflow.ECSetRequest
-
Gets the addrOverride parameter.
- getAdviceDetailNumber() - Method in class paypal.payflow.AdviceDetail
-
Gets the advice detail number.
- getAffluent() - Method in class paypal.payflow.TransactionResponse
-
Gets the cardholder status
- getAggregateAmt() - Method in class paypal.payflow.RecurringResponse
-
Gets AggregateAmt.Amount collected so far for scheduled payments.
- getAggregateOptionalAmt() - Method in class paypal.payflow.RecurringResponse
-
Gets the AggregateOptAmt parameter.Amount collected through sending optional transactions.
- getallowNote() - Method in class paypal.payflow.ECSetRequest
-
Gets the allowNote parameter.
- getAltTaxAmt() - Method in class paypal.payflow.Invoice
-
Gets the AltTaxAmount
- getAltTaxAmt() - Method in class paypal.payflow.LineItem
-
Gets the line item alternate tax amount
- getAltTaxId() - Method in class paypal.payflow.LineItem
-
Gets the line item alternate tax id
- getAltTaxRate() - Method in class paypal.payflow.LineItem
-
Gets the line item alternate tax rate
- getAmexId() - Method in class paypal.payflow.TransactionResponse
-
Gets the status.
- getAmexPosData() - Method in class paypal.payflow.TransactionResponse
-
Gets the status.
- getAmt() - Method in class paypal.payflow.ECDoResponse
-
Gets the Amt parameter
- getAmt() - Method in class paypal.payflow.Invoice
-
Gets the Amount
- getAmt() - Method in class paypal.payflow.LineItem
-
Gets the Line Item Amount
- getAmt() - Method in class paypal.payflow.RecurringResponse
-
Gets the amt parameter.Base dollar amount to be billed.
- getAmt() - Method in class paypal.payflow.TransactionResponse
-
Gets the amt parameter.
- getAssociationResponseCode() - Method in class paypal.payflow.TransactionResponse
-
Gets the association response code.
- getAuthCode() - Method in class paypal.payflow.TransactionResponse
-
Gets the AuthCode.
- getAuthenticationId() - Method in class paypal.payflow.BuyerAuthResponse
-
Gets the authentication_id parameter.
- getAuthenticationId() - Method in class paypal.payflow.BuyerAuthStatus
-
Gets the authentication_id parameter.
- getAuthenticationStatus() - Method in class paypal.payflow.BuyerAuthResponse
-
Gets the authentication_status parameter.
- getAuthenticationStatus() - Method in class paypal.payflow.BuyerAuthStatus
-
Gets the authentication_status parameter.
- getAuthType() - Method in class paypal.payflow.ACHTender
-
Gets the Authtype.
- getAuthType(String) - Method in class paypal.payflow.BaseTender
-
Gets the Authtype.
- getAuthValue1() - Method in class paypal.payflow.MagTekInfo
-
Gets the Authentication Value 1 generated with the PCode.
- getAuthValue2() - Method in class paypal.payflow.MagTekInfo
-
Gets the Authentication Value 2 generated with the PCode.
- getAuthValue3() - Method in class paypal.payflow.MagTekInfo
-
Gets the Authentication Value 3 generated with the PCode.
- getAvsAddr() - Method in class paypal.payflow.TransactionResponse
-
Gets the avsaddr.
- getAvsZip() - Method in class paypal.payflow.TransactionResponse
-
Gets the avsZip.
- getba_Custom() - Method in class paypal.payflow.ECSetRequest
-
Gets the paymentType parameter.
- getba_Desc() - Method in class paypal.payflow.ECSetRequest
-
Gets the ba_Desc parameter.
- getba_Desc() - Method in class paypal.payflow.ECUpdateResponse
-
Gets the BA_Desc parameter.
- getBA_Desc() - Method in class paypal.payflow.ECUpdateBARequest
-
Gets the BA_Desc parameter.
- getba_Flag() - Method in class paypal.payflow.ECGetResponse
-
Gets the ba_flag parameter
- getba_Status() - Method in class paypal.payflow.ECUpdateBARequest
-
Gets the BA_Status parameter.
- getba_Status() - Method in class paypal.payflow.ECUpdateResponse
-
Gets the BA_Status parameter.
- getbaId() - Method in class paypal.payflow.ECDoResponse
-
Gets the BAID parameter
- getBAId() - Method in class paypal.payflow.ECUpdateBARequest
-
Gets the BAId parameter.
- getBalAmt() - Method in class paypal.payflow.TransactionResponse
-
Gets the status.
- getBatchId() - Method in class paypal.payflow.TransactionResponse
-
Gets the batchid.
- getbillingType() - Method in class paypal.payflow.ECSetRequest
-
Gets the noShipping parameter.
- getBillTo() - Method in class paypal.payflow.Invoice
-
Gets the BillTo Object
- getBillToCity() - Method in class paypal.payflow.BillTo
-
Gets the city
- getBillToCompanyName() - Method in class paypal.payflow.BillTo
-
Gets the Company Name.
- getBillToCountry() - Method in class paypal.payflow.BillTo
-
Gets the Billing Country.
- getBillToEmail() - Method in class paypal.payflow.BillTo
-
Gets the Billing Email.
- getBillToFax() - Method in class paypal.payflow.BillTo
-
Gets the Billing Fax
- getBillToFirstName() - Method in class paypal.payflow.BillTo
-
Gets the first name.
- getBillToFirstName() - Method in class paypal.payflow.TransactionResponse
-
Gets the firstname parameter.
- getBillToHomePhone() - Method in class paypal.payflow.BillTo
-
Gets the Billing HomePhone.
- getBillToLastName() - Method in class paypal.payflow.BillTo
-
Gets the last name.
- getBillToLastName() - Method in class paypal.payflow.TransactionResponse
-
Gets the lastname parameter.
- getBillToMiddleName() - Method in class paypal.payflow.BillTo
-
Gets the middle name.
- getBillToPhone() - Method in class paypal.payflow.BillTo
-
Gets the billing phone number.
- getBillToPhone2() - Method in class paypal.payflow.BillTo
-
Gets the Billing Phone2.
- getBillToState() - Method in class paypal.payflow.BillTo
-
Gets the State
- getBillToStreet() - Method in class paypal.payflow.BillTo
-
Gets the Billing Street.
- getBillToStreet2() - Method in class paypal.payflow.BillTo
-
Gets the Billing Street2.
- getBillToZip() - Method in class paypal.payflow.BillTo
-
Gets the Billing Zip.
- getBrowserCountryCode() - Method in class paypal.payflow.BrowserInfo
-
Gets the browser's country code.
- getBrowserInfo() - Method in class paypal.payflow.Invoice
-
Gets the BrowserInfo Object
- getBrowserTime() - Method in class paypal.payflow.BrowserInfo
-
Gets the browser time.
- getBrowserUserAgent() - Method in class paypal.payflow.BrowserInfo
-
Gets the browser user agent.
- getButtonSource() - Method in class paypal.payflow.BrowserInfo
-
Gets the ButtonSource for Direct Payment and Express checkout.
- getBuyerAuthResponse() - Method in class paypal.payflow.Response
-
Gets the container object for all the buyer auth related response messages.
- getBuyerAuthStatus() - Method in class paypal.payflow.BaseTransaction
- getCancelUrl() - Method in class paypal.payflow.ECSetRequest
-
Gets the cancelUrl parameter.
- getcaptureComplete() - Method in class paypal.payflow.CaptureTransaction
-
Gets the captureComplete for a capture.
- getCardIssue() - Method in class paypal.payflow.CreditCard
-
Gets the cardIssue
- getCardOnFile() - Method in class paypal.payflow.CreditCard
-
Gets the cardOnFile
- getCardSecure() - Method in class paypal.payflow.TransactionResponse
-
Gets the cardsecure parameter.
- getCardStart() - Method in class paypal.payflow.CreditCard
-
Gets the cardStart
- getCardType() - Method in class paypal.payflow.TransactionResponse
-
Gets the card type.
- getCarrierServiceLevelCode() - Method in class paypal.payflow.LineItem
-
Gets the line item carrier service level code
- getCatalogNum() - Method in class paypal.payflow.LineItem
-
Gets the line item CatalogNum.
- getCatType() - Method in class paypal.payflow.Devices
-
Gets the type of terminal
- getCavv() - Method in class paypal.payflow.BuyerAuthResponse
-
Gets the CAVV parameter.
- getCavv() - Method in class paypal.payflow.BuyerAuthStatus
-
Gets the CAVV parameter.
- getCcTrans_PosData() - Method in class paypal.payflow.TransactionResponse
-
Gets the Credit Card Transaction POS Data.
- getCcTransId() - Method in class paypal.payflow.TransactionResponse
-
Gets the Credit Card Transaction Id.
- getCcUpdated() - Method in class paypal.payflow.TransactionResponse
-
Gets the response if the credit card was updated
- getChkNum() - Method in class paypal.payflow.BaseTender
-
Gets the checkNumber.
- getChkType() - Method in class paypal.payflow.BaseTender
-
Gets the check Type.
- getCitDate() - Method in class paypal.payflow.Invoice
-
Gets the CitDate
- getCity() - Method in class paypal.payflow.ECGetResponse
-
Gets the city parameter
- getCity() - Method in class paypal.payflow.RecurringResponse
-
Gets the city parameter.
- getClientInfo() - Method in class paypal.payflow.BaseTransaction
- getClientInfo() - Method in class paypal.payflow.PayflowAPI
-
Returns the ClientInfo contained by the class.
- getClientInfoHash() - Method in class paypal.payflow.ClientInfo
-
Gets the client info hash table
- getClientType() - Method in class paypal.payflow.ClientInfo
-
Gets Client Type
- getClientVersion() - Method in class paypal.payflow.ClientInfo
-
gets the clientVersion
- getCommCode() - Method in class paypal.payflow.Invoice
-
Gets the CommCode
- getCommCode() - Method in class paypal.payflow.LineItem
-
Gets the line item CommCode
- getComment1() - Method in class paypal.payflow.Invoice
-
Gets Comment1
- getComment2() - Method in class paypal.payflow.Invoice
-
Gets Comment2
- getCompanyName() - Method in class paypal.payflow.RecurringResponse
-
Gets the companyName parameter.
- getContactLess() - Method in class paypal.payflow.Devices
-
Gets the card input capability
- getContext() - Method in class paypal.payflow.ClientInfo
- getContext() - Method in class paypal.payflow.BaseTransaction
-
Gets the context object of the current transaction.
- getContext() - Method in class paypal.payflow.Response
-
Gets the transaction context populated with errors, if any.
- getCorrelationId() - Method in class paypal.payflow.TransactionResponse
-
Gets the Correlation Id parameter
- getCost() - Method in class paypal.payflow.LineItem
-
Gets the Line Item Cost
- getCostCenterNum() - Method in class paypal.payflow.LineItem
-
Gets the line item CostCenterNum.
- getCountry() - Method in class paypal.payflow.RecurringResponse
-
Gets the Country parameter.
- getCountryCode() - Method in class paypal.payflow.ECGetResponse
-
Gets the countrycode parameter
- getCountryCode() - Method in class paypal.payflow.ExpressCheckoutRequest
-
Gets the recountryCodeturnurl parameter.
- getCreateSecureToken() - Method in class paypal.payflow.AuthorizationTransaction
-
Gets, Sets CreateSecureToken, SecureTokenId.
- getCreateSecureToken() - Method in class paypal.payflow.SaleTransaction
-
Gets, Sets CreateSecureToken, SecureTokenId.
- getCreationDate() - Method in class paypal.payflow.RecurringResponse
-
Gets the CreationDate parameter.
- getCurrency() - Method in class paypal.payflow.RecurringResponse
-
Gets the Currency parameter.
- getCurrencyCode() - Method in class paypal.payflow.Currency
-
Gets the currency code.
- getCustBrowser() - Method in class paypal.payflow.CustomerInfo
-
Gets the Customer's Browser.
- getCustCode() - Method in class paypal.payflow.CustomerInfo
-
Gets the CustCode
- getCustData() - Method in class paypal.payflow.CustomerInfo
-
Gets the Customers Data.
- getCustHostName() - Method in class paypal.payflow.CustomerInfo
-
Gets the Customer's Host Name.
- getCustId() - Method in class paypal.payflow.CustomerInfo
-
Gets the Customer's Id.
- getCustIp() - Method in class paypal.payflow.Invoice
-
Gets the Customer's IP Address.
- getCustIP() - Method in class paypal.payflow.CustomerInfo
-
Gets the Customer's IP address.
- getCustom() - Method in class paypal.payflow.BrowserInfo
-
Gets Custom for Direct Payment and Express Checkout.
- getCustomerId() - Method in class paypal.payflow.CustomerInfo
-
Gets the Customers Id.
- getCustomerInfo() - Method in class paypal.payflow.Invoice
-
Gets the CustomerInfo Object
- getCustomerNumber() - Method in class paypal.payflow.CustomerInfo
-
Gets the Customers Number.
- getCustRef() - Method in class paypal.payflow.Invoice
-
Gets the custref
- getCustRef() - Method in class paypal.payflow.TransactionResponse
-
Gets the custRef.
- getCustVatRegNum() - Method in class paypal.payflow.CustomerInfo
-
Gets the Customer's VAT registrations number.
- getCvv2() - Method in class paypal.payflow.CreditCard
-
Gets the CVV2 value.
- getCvv2Match() - Method in class paypal.payflow.TransactionResponse
-
Gets the cvv2match.
- getDateToSettle() - Method in class paypal.payflow.TransactionResponse
-
Gets the inquiry DateToSettle.
- getDesc() - Method in class paypal.payflow.Invoice
-
Gets the description
- getDesc() - Method in class paypal.payflow.LineItem
-
Gets the Line Item description
- getDesc1() - Method in class paypal.payflow.Invoice
-
Gets the description1
- getDesc2() - Method in class paypal.payflow.Invoice
-
Gets the description2
- getDesc3() - Method in class paypal.payflow.Invoice
-
Gets the description3
- getDesc4() - Method in class paypal.payflow.Invoice
-
Gets the description4
- getDeviceSN() - Method in class paypal.payflow.MagTekInfo
-
Gets the Device Serial Number.
- getDiscount() - Method in class paypal.payflow.Invoice
-
Gets the Discount
- getDiscount() - Method in class paypal.payflow.LineItem
-
Gets the line item Discount.
- getDL() - Method in class paypal.payflow.BaseTender
-
gets the drivers License Number.
- getDob() - Method in class paypal.payflow.CustomerInfo
-
Gets the dob.
- getDoReauthorization() - Method in class paypal.payflow.ExpressCheckoutRequest
-
Gets the doReauthorization parameter.
- getdsTransactionId() - Method in class paypal.payflow.BuyerAuthStatus
-
Gets the DSTRANSACTIONID parameter.
- getDuplicate() - Method in class paypal.payflow.TransactionResponse
-
Gets the duplicate parameter
- getDutyAmt() - Method in class paypal.payflow.Invoice
-
Gets the DutyAmount
- getEcDoResponse() - Method in class paypal.payflow.Response
-
Gets the container object for all the express checkout related response messages for DO.
- getEcGetResponse() - Method in class paypal.payflow.Response
-
Gets the container object for all the express checkout related response messages for GET.
- getEchoData() - Method in class paypal.payflow.Invoice
-
Gets the EchoData.
- getEci() - Method in class paypal.payflow.BuyerAuthResponse
-
Gets the ECI parameter.
- getEci() - Method in class paypal.payflow.BuyerAuthStatus
-
Gets the ECI parameter.
- getEcSetResponse() - Method in class paypal.payflow.Response
-
Gets the container object for all the express checkout related response messages for SET.
- getEcUpdateResponse() - Method in class paypal.payflow.Response
-
Gets the container object for all the express checkout related response messages for SET.
- getEmail() - Method in class paypal.payflow.ECGetResponse
-
Gets the email parameter
- getEmail() - Method in class paypal.payflow.RecurringResponse
-
Gets the email parameter.
- getEmailMatch() - Method in class paypal.payflow.TransactionResponse
-
Gets the secure token id.
- getEncMP() - Method in class paypal.payflow.MagTekInfo
-
Gets the encrypted MagnePrint information.
- getEncryptionBlockTyp() - Method in class paypal.payflow.MagTekInfo
-
Gets the Encryption Block Type
- getEncTrack1() - Method in class paypal.payflow.MagTekInfo
-
Gets the Encrypted Track 1
- getEncTrack2() - Method in class paypal.payflow.MagTekInfo
-
Gets the Encrypted Track 2
- getEncTrack3() - Method in class paypal.payflow.MagTekInfo
-
Gets the Encrypted Track 3
- getEnd() - Method in class paypal.payflow.RecurringResponse
-
Gets the profileName parameter.
- getEndTime() - Method in class paypal.payflow.Invoice
-
Gets the EndTime
- getEndTime() - Method in class paypal.payflow.TransactionResponse
-
Gets the end time.
- getError() - Method in class paypal.payflow.Currency
-
Gets the error generated by the class.This should be used in case the toString() return blank.
- getError(int) - Method in class paypal.payflow.Context
-
This method will return the error object from the Context as per the index passed to the function.If the index value passed is more than the count of the errors in the array list then it returns a null.
- getErrorCount() - Method in class paypal.payflow.Context
-
This method will return the total number of errors contained in the Context Object.
- getErrors() - Method in class paypal.payflow.Context
-
This method returns the array list populated with all the error contained in the context
- getErrors(int) - Method in class paypal.payflow.Context
-
This method will return the array list populated with all the error contained in the context which are equal to or above the severity level passed to the function
- getErrorStackTrace() - Method in class paypal.payflow.ErrorObject
-
Return the stack trace for the error.
- getExchangeRate() - Method in class paypal.payflow.ECDoResponse
-
Gets the exchange rate parameter
- getExpDate() - Method in class paypal.payflow.RecurringResponse
-
Gets the ExpDate parameter.Expiration date of the credit card account.
- getExpDate() - Method in class paypal.payflow.TransactionResponse
-
Gets the expdate parameter.
- getExtAmt() - Method in class paypal.payflow.LineItem
-
Gets the line item extended item amount.
- getExtData() - Method in class paypal.payflow.BaseTransaction
-
Gets the extend data list.
- getExtDataList() - Method in class paypal.payflow.Response
-
Gets the The arraylist containing the extend data objects populated with the response messages..
- getExtRspMsg() - Method in class paypal.payflow.TransactionResponse
-
Gets the extended response message.
- getFeeAmt() - Method in class paypal.payflow.TransactionResponse
-
Gets the feeAmt parameter
- getFirstName() - Method in class paypal.payflow.RecurringResponse
-
Gets the firstName parameter.
- getFpsPostXmlData() - Method in class paypal.payflow.FraudResponse
-
Gets the FpsPostXmlData parameter.
- getFpsPreXmlData() - Method in class paypal.payflow.FraudResponse
-
Gets the Fps_PreXmlData parameter.
- getFraudResponse() - Method in class paypal.payflow.Response
-
Gets the container object for all the fraud filters related response messages.
- getFreightAmt() - Method in class paypal.payflow.Invoice
-
Gets the Freight Amount
- getFreightAmt() - Method in class paypal.payflow.LineItem
-
Gets the line item FreightAmt.
- getFrequency() - Method in class paypal.payflow.RecurringInfo
-
Gets the frequency parameter.
- getFrequency() - Method in class paypal.payflow.RecurringResponse
-
Gets the Frequency parameter.
- getHandlingAmt() - Method in class paypal.payflow.Invoice
-
Gets the Handling Amount
- getHandlingAmt() - Method in class paypal.payflow.LineItem
-
Gets the line item HandlingAmt.
- getHeaderBackColor() - Method in class paypal.payflow.ECSetRequest
-
Gets the headerBackColor parameter.
- getHeaderBorderColor() - Method in class paypal.payflow.ECSetRequest
-
Gets the headerBorderColor parameter.
- getHeaderFromHash(String) - Method in class paypal.payflow.ClientInfo
-
Gets a header value from hash
- getHeaderImg() - Method in class paypal.payflow.ECSetRequest
-
Gets the HeaderImg parameter.
- getHighestErrorLvl() - Method in class paypal.payflow.Context
-
Indicates the highest severity level error contained in the Context.
- getHostAddress() - Method in class paypal.payflow.PayflowConnectionData
-
Gets HostAddress.
- getHostAddress() - Static method in class paypal.payflow.SDKProperties
- getHostCode() - Method in class paypal.payflow.TransactionResponse
-
Gets the hostCode.
- getHostPort() - Method in class paypal.payflow.PayflowConnectionData
-
Gets the Host port.Port 443 is used.
- getHostPort() - Static method in class paypal.payflow.SDKProperties
- getIavs() - Method in class paypal.payflow.TransactionResponse
-
Gets the iavs.
- getInquiryParams() - Method in class paypal.payflow.RecurringResponse
-
Gets the profileName parameter.
- getInstance() - Static method in class paypal.payflow.Logger
-
This will give the instance of the logger class.
- getIntegrationProduct() - Method in class paypal.payflow.ClientInfo
-
Gets integration product
- getIntegrationVersion() - Method in class paypal.payflow.ClientInfo
-
Gets integration version
- getInvNum() - Method in class paypal.payflow.Invoice
-
Gets the InvNum
- getInvoiceDate() - Method in class paypal.payflow.Invoice
-
Gets the Invoice Date
- getIsXmlPayRequest() - Method in class paypal.payflow.PayflowAPI
- getItemAmt() - Method in class paypal.payflow.Invoice
-
Gets the line item Amount.
- getItemNumber() - Method in class paypal.payflow.LineItem
-
Gets the Line item number.
- getKsn() - Method in class paypal.payflow.MagTekInfo
-
Gets the KSN.
- getLastChanged() - Method in class paypal.payflow.RecurringResponse
-
Gets the LastChanged parameter.
- getLastname() - Method in class paypal.payflow.RecurringResponse
-
Gets the lastname parameter.
- getLoadLoggerErrs() - Method in class paypal.payflow.Context
-
Indicates if the Error messages due to Logger class needs to be added to the context.
- getLocalecode() - Method in class paypal.payflow.ECSetRequest
-
Gets the localecode parameter.
- getLocalTaxAmt() - Method in class paypal.payflow.Invoice
-
Gets the Local Tax Amount.
- getLogFileName() - Static method in class paypal.payflow.SDKProperties
- getLoggerErrs() - Method in class paypal.payflow.Logger
-
Get the Errors generated due to the Logger.
- getLoggingLevel() - Static method in class paypal.payflow.SDKProperties
- getMagTek(MagTekInfo) - Method in class paypal.payflow.CreditCard
- getMagtekCardType() - Method in class paypal.payflow.MagTekInfo
-
Gets the MagTek Card Type
- getMagtekPassword() - Method in class paypal.payflow.MagTekInfo
-
Gets the MagTek Password.
- getMagtekUserName() - Method in class paypal.payflow.MagTekInfo
-
Gets the MagTek User Name.
- getMagTResponse() - Method in class paypal.payflow.TransactionResponse
-
Gets the Magtek Response.
- getManufacturer() - Method in class paypal.payflow.LineItem
-
Gets the line item Manufacturer.
- getMaxAmt() - Method in class paypal.payflow.ECSetRequest
-
Gets the maxAmt parameter.
- getMaxFailPayments() - Method in class paypal.payflow.RecurringInfo
-
Gets the maxFailPayments parameter.
- getMaxFailPayments() - Method in class paypal.payflow.RecurringResponse
-
Gets the maxfailpayments parameter.The number of payment periods (specified by PAYPERIOD) for which the transaction is allowed to fail before PayPal cancels a profile.
- getMaxLogFileSize() - Static method in class paypal.payflow.SDKProperties
- getMd() - Method in class paypal.payflow.BuyerAuthResponse
-
Gets the MD parameter.
- getMerchantCity() - Method in class paypal.payflow.MerchantInfo
-
Gets the Merchant's City.
- getMerchantContactInfo() - Method in class paypal.payflow.MerchantInfo
-
Gets the Merchant Contact Information.
- getMerchantCountryCode() - Method in class paypal.payflow.MerchantInfo
-
Gets the Merchant Country Code.
- getMerchantId() - Method in class paypal.payflow.MagTekInfo
-
Gets the Merchant's ID.
- getMerchantId() - Method in class paypal.payflow.MerchantInfo
-
Gets the Merchant Id.
- getMerchantInvoiceNum() - Method in class paypal.payflow.MerchantInfo
-
Gets the Merchant Invoice number.
- getMerchantLocationId() - Method in class paypal.payflow.MerchantInfo
-
Gets the Merchant Location Id.
- getMerchantName() - Method in class paypal.payflow.MerchantInfo
-
Gets the Merchant's Name.
- getMerchantSessionId() - Method in class paypal.payflow.BrowserInfo
-
Gets the merchantSessionId for Direct Payment and Express Checkout.
- getMerchantState() - Method in class paypal.payflow.MerchantInfo
-
Gets the Merchant's State.
- getmerchantStreet() - Method in class paypal.payflow.MerchantInfo
-
Gets the Merchant's Street.
- getMerchantUrl() - Method in class paypal.payflow.MerchantInfo
-
Gets the Merchant Url.
- getMerchantVatNum() - Method in class paypal.payflow.MerchantInfo
-
Gets the Merchant VAT number.
- getMerchantZip() - Method in class paypal.payflow.MerchantInfo
-
Gets the Merchant's Zip.
- getMerchDescr() - Method in class paypal.payflow.MerchantInfo
-
Gets the Merchant's description.
- getMerchSvc() - Method in class paypal.payflow.MerchantInfo
-
Gets the Merchant's contact information.
- getMessageBody() - Method in class paypal.payflow.ErrorObject
-
Return the message body for the error.
- getMessageCode() - Method in class paypal.payflow.ErrorObject
-
Return the message Code for the error.
- getMessageParams() - Method in class paypal.payflow.ErrorObject
-
Return the message params for the error.
- getMiddleName() - Method in class paypal.payflow.RecurringResponse
-
Gets the middleName parameter.
- getMiscData() - Method in class paypal.payflow.Invoice
-
Gets the Miscellaneous Data.
- getMpStatus() - Method in class paypal.payflow.MagTekInfo
-
Gets the MP Status.
- getName() - Method in class paypal.payflow.CreditCard
-
gets the account holder's name.
- getName() - Method in class paypal.payflow.RecurringResponse
-
Gets the name parameter.
- getName() - Method in class paypal.payflow.RuleParameter
- getNationalTaxAmt() - Method in class paypal.payflow.Invoice
-
Gets the National Tax Amount
- getNextPayment() - Method in class paypal.payflow.RecurringResponse
-
Gets the next payment parameter.Date that the next payment is due.
- getNextPaymentNumber() - Method in class paypal.payflow.RecurringResponse
-
Gets the NextPaymentNumber parameter.
- getNoShipping() - Method in class paypal.payflow.ECSetRequest
-
Gets the noShipping parameter.
- getNotifyURL() - Method in class paypal.payflow.BrowserInfo
-
Gets the notifyURL String for Direct Payments and Express Checkout.
- getNum() - Method in class paypal.payflow.Rule
- getNum() - Method in class paypal.payflow.RuleParameter
- getNumFailPayments() - Method in class paypal.payflow.RecurringResponse
-
Gets the NumFailPayments parameter.Number of payments that failed.
- getOptionalTrx() - Method in class paypal.payflow.RecurringInfo
-
Gets the optionalTrx parameter.
- getOptionalTrxAmt() - Method in class paypal.payflow.RecurringInfo
-
Gets the optionalTrxAmt parameter.
- getOrderDate() - Method in class paypal.payflow.Invoice
-
Gets the Order date
- getOrderDesc() - Method in class paypal.payflow.Invoice
-
Gets the order description for this Invoice
- getOrderId() - Method in class paypal.payflow.Invoice
-
Gets the OrderID
- getOrderTime() - Method in class paypal.payflow.Invoice
-
Gets the Order Time
- getOrigAmt() - Method in class paypal.payflow.TransactionResponse
-
Gets the original amount.
- getOrigId() - Method in class paypal.payflow.AuthorizationTransaction
- getOrigId() - Method in class paypal.payflow.RecurringAddTransaction
-
Gets the OrigId.
- getOrigId() - Method in class paypal.payflow.SaleTransaction
-
Gets OrigId.
- getOrigPnref() - Method in class paypal.payflow.TransactionResponse
-
Gets the orignal pnref for the primary transaction.
- getOrigPPRef() - Method in class paypal.payflow.CreditTransaction
-
gets the OrigPPRef
- getOrigPPRef() - Method in class paypal.payflow.ReferenceTransaction
-
gets the OrigPPRef
- getOrigProfileId() - Method in class paypal.payflow.RecurringInfo
-
Gets the origProfileId parameter.
- getOrigResult() - Method in class paypal.payflow.TransactionResponse
-
Gets the Original transaction result for which inquiry transaction is performed.
- getOsArchitecture() - Method in class paypal.payflow.ClientInfo
-
Gets the OS architecture
- getOsName() - Method in class paypal.payflow.ClientInfo
-
Gets the OS Name
- getOsVersion() - Method in class paypal.payflow.ClientInfo
-
gets the OS version
- getPageStyle() - Method in class paypal.payflow.ECSetRequest
-
Gets the pageStyle parameter.
- getPan4() - Method in class paypal.payflow.MagTekInfo
-
Gets the last 4-digits of the PAN.
- getPar() - Method in class paypal.payflow.Invoice
-
Gets the Par
- getPaReq() - Method in class paypal.payflow.BuyerAuthResponse
-
Gets the PaReq parameter.
- getParId() - Method in class paypal.payflow.CreditCard
-
Gets the par
- getParId() - Method in class paypal.payflow.TransactionResponse
-
Gets the Payment Account Reference.
- getPartialAuth() - Method in class paypal.payflow.AuthorizationTransaction
-
Gets, Sets partialAuth.
- getPayerId() - Method in class paypal.payflow.ECDoRequest
-
Gets the payerid parameter.
- getPayerId() - Method in class paypal.payflow.ECGetResponse
-
Gets the payerid parameter
- getPayerStatus() - Method in class paypal.payflow.ECGetResponse
-
Gets the payerstatus parameter
- getPayFlowColor() - Method in class paypal.payflow.ECSetRequest
-
Gets the payFlowColor parameter.
- getPaymentAdviceCode() - Method in class paypal.payflow.TransactionResponse
-
Gets the payment advice code.
- getPaymentDate() - Method in class paypal.payflow.ECDoResponse
-
Gets the payment date parameter
- getPaymentHistory() - Method in class paypal.payflow.RecurringInfo
-
Gets the paymentHistory parameter.
- getPaymentNum() - Method in class paypal.payflow.RecurringInfo
-
Gets the paymentNum parameter.
- getPaymentsLeft() - Method in class paypal.payflow.RecurringResponse
-
Gets the PaymentsLeft parameter.
- getPaymentStatus() - Method in class paypal.payflow.ECDoResponse
-
Gets the Payment status parameter
- getpaymentType() - Method in class paypal.payflow.ECSetRequest
-
Gets the paymentType parameter.
- getPaymentType() - Method in class paypal.payflow.TransactionResponse
-
Gets the Payment Type parameter
- getpaypalCheckoutBtnType() - Method in class paypal.payflow.PayLater
-
Gets the PayPal Checkout Button Type
- getPayPeriod() - Method in class paypal.payflow.RecurringInfo
-
Gets the payPeriod parameter.
- getPayPeriod() - Method in class paypal.payflow.RecurringResponse
-
Gets the PayPeriod parameter.Specifies how often the payment occurs.
- getpCode() - Method in class paypal.payflow.MagTekInfo
-
Gets the generated Protection Code.
- getPendingReason() - Method in class paypal.payflow.TransactionResponse
-
Gets the pending reason parameter
- getPhoneMatch() - Method in class paypal.payflow.TransactionResponse
-
Gets the secure token.
- getPhoneNum() - Method in class paypal.payflow.ECGetResponse
-
Gets the phonenum parameter
- getPhoneNum() - Method in class paypal.payflow.RecurringResponse
-
Gets the PhoneNum parameter.
- getPickupCity() - Method in class paypal.payflow.LineItem
-
Gets the line item PickupCity.
- getPickupCountry() - Method in class paypal.payflow.LineItem
-
Gets the line item PickupCountry.
- getPickupState() - Method in class paypal.payflow.LineItem
-
Gets the line item PickupState.
- getPickupStreet() - Method in class paypal.payflow.LineItem
-
Gets the line item PickupStreet.
- getPickupZip() - Method in class paypal.payflow.LineItem
-
Gets the line item PickupZip.
- getPnref() - Method in class paypal.payflow.TransactionResponse
-
Gets the pnref number(Reference Id).
- getPoNum() - Method in class paypal.payflow.Invoice
-
Gets the PoNum.
- getPostalCode() - Method in class paypal.payflow.ExpressCheckoutRequest
-
Gets the postalCode parameter.
- getPostFpsMsg() - Method in class paypal.payflow.FraudResponse
-
Gets the PostFpsMsg parameter.
- getPPRef() - Method in class paypal.payflow.TransactionResponse
-
Gets the PPref parameter
- getPreFpsMsg() - Method in class paypal.payflow.FraudResponse
-
Gets the PreFpsMsg parameter.
- getPreNote() - Method in class paypal.payflow.ACHTender
-
Gets the PreNote.
- getProcAvs() - Method in class paypal.payflow.TransactionResponse
-
Gets the procAvs.
- getProcCardSecure() - Method in class paypal.payflow.TransactionResponse
-
Gets the ProcCardSecure.
- getProcCVV2() - Method in class paypal.payflow.TransactionResponse
-
Gets the PROCCVV2.
- getProdCode() - Method in class paypal.payflow.LineItem
-
Gets the Item product code.
- getproductCategory() - Method in class paypal.payflow.PayLater
-
Gets the Product Category.
- getprofileAddressChangeDate() - Method in class paypal.payflow.PayLater
-
Gets Profile Address Change Date
- getProfileId() - Method in class paypal.payflow.RecurringResponse
-
Gets the Profile ID of the original profile.
- getProfileName() - Method in class paypal.payflow.RecurringInfo
-
Gets the profileName parameter.
- getProfileName() - Method in class paypal.payflow.RecurringResponse
-
Gets the profileName parameter.
- getpromoCode() - Method in class paypal.payflow.PayLaterLineItem
-
Gets the Promo Code.
- getpromoCodeOverride() - Method in class paypal.payflow.PayLater
-
Gets Promo Code Override
- getProxy() - Method in class paypal.payflow.ClientInfo
-
Gets the Proxy header.
- getProxyAddress() - Method in class paypal.payflow.PayflowConnectionData
-
Gets Proxy server address.
- getProxyAddress() - Static method in class paypal.payflow.SDKProperties
- getProxyLogin() - Static method in class paypal.payflow.SDKProperties
- getProxyLogon() - Method in class paypal.payflow.PayflowConnectionData
-
Gets proxy Logon.
- getProxyPassword() - Method in class paypal.payflow.PayflowConnectionData
-
Gets the proxy password.
- getProxyPassword() - Static method in class paypal.payflow.SDKProperties
- getProxyPort() - Method in class paypal.payflow.PayflowConnectionData
-
Gets the proxy port.
- getProxyPort() - Static method in class paypal.payflow.SDKProperties
- getPurDesc() - Method in class paypal.payflow.BuyerAuthVETransaction
-
Gets, Sets Purchase description.
- getQty() - Method in class paypal.payflow.LineItem
-
Gets the Quantity per item.
- getRecurring() - Method in class paypal.payflow.Invoice
-
Gets the Recurring status.
- getRecurringResponse() - Method in class paypal.payflow.Response
-
Gets the container object for all the recurring transaction related response messages.
- getRecurringType() - Method in class paypal.payflow.Invoice
-
Gets the type of the Recurring transaction (UK).
- getRegisteredBy() - Method in class paypal.payflow.MagTekInfo
-
Gets the Registerd By.
- getReportGroup() - Method in class paypal.payflow.Invoice
-
Gets the Report Group.
- getReqBillingAddress() - Method in class paypal.payflow.ECSetRequest
-
Gets the reqBillingAddress parameter.
- getReqConfirmShipping() - Method in class paypal.payflow.ECSetRequest
-
Gets the reqConfirmShipping parameter.
- getReqName() - Method in class paypal.payflow.CustomerInfo
-
Gets the Requester Name.
- getRequest() - Method in class paypal.payflow.BaseTransaction
-
Transaction request in Name-Value Pair format.
- getRequestBuffer() - Method in class paypal.payflow.ClientInfo
-
Gets the Requestbuffer used for creating the actual request string.
- getRequestBuffer() - Method in class paypal.payflow.BaseTransaction
-
Gets the StringBuffer object for RequestBuffer.
- getRequestId() - Method in class paypal.payflow.BaseTransaction
- getRequestId() - Method in class paypal.payflow.PayflowAPI
-
Returns the RequestId passed to the gateway.
- getRequestId() - Static method in class paypal.payflow.PayflowUtility
-
Generates Request Id.
- getRequestId() - Method in class paypal.payflow.Response
-
Gets the request id sent to the gateway.
- getRequestString() - Method in class paypal.payflow.Response
-
Gets the request string sent to the gateway.
- getRespMsg() - Method in class paypal.payflow.TransactionResponse
-
Gets the response message.
- getResponse() - Method in class paypal.payflow.BaseTransaction
-
Gets the transaction response object.
- getResponseString() - Method in class paypal.payflow.Response
-
Gets the response string.
- getRespText() - Method in class paypal.payflow.TransactionResponse
-
Gets the respText.
- getResult() - Method in class paypal.payflow.TransactionResponse
-
Gets the result.
- getRetryNumDays() - Method in class paypal.payflow.RecurringInfo
-
Gets the retryNumDays parameter.
- getRetryNumDays() - Method in class paypal.payflow.RecurringResponse
-
Gets the retryNumDays parameter.
- getReturnUrl() - Method in class paypal.payflow.ECSetRequest
-
Gets the returnurl parameter.
- getRpRef() - Method in class paypal.payflow.RecurringResponse
-
Gets the Reference number to this particular action request.
- getRpState() - Method in class paypal.payflow.RecurringResponse
-
Gets the RPStateparameter.
- getRrn() - Method in class paypal.payflow.TransactionResponse
-
Gets the Retrieve Reference transaction.
- getRuleAlias() - Method in class paypal.payflow.Rule
- getRuleDescription() - Method in class paypal.payflow.Rule
- getRuleId() - Method in class paypal.payflow.Rule
- getRules() - Method in class paypal.payflow.FpsXmlData
-
Gets the Rules list.
- getRuleVendorParms() - Method in class paypal.payflow.Rule
- getRunTimeVersion() - Method in class paypal.payflow.ClientInfo
-
Gets the Java runtime version
- getScaExemption() - Method in class paypal.payflow.Invoice
-
Gets the SCAExemption.
- getSecureToken() - Method in class paypal.payflow.TransactionResponse
-
Gets the secure token.
- getSecureTokenId() - Method in class paypal.payflow.AuthorizationTransaction
- getSecureTokenId() - Method in class paypal.payflow.SaleTransaction
- getSecureTokenId() - Method in class paypal.payflow.TransactionResponse
-
Gets the secure token id.
- getSettleAmt() - Method in class paypal.payflow.ECDoResponse
-
Gets the settleamt parameter
- getSettleDate() - Method in class paypal.payflow.TransactionResponse
-
Gets the settleDate.
- getSeverityLevel() - Method in class paypal.payflow.ErrorObject
-
Return the severity level for the error.
- getShipCarrier() - Method in class paypal.payflow.ShipTo
-
Gets the shipping carrier.
- getShipFromZip() - Method in class paypal.payflow.ShipTo
-
Gets the ship from zip.
- getShipMethod() - Method in class paypal.payflow.ShipTo
-
Gets the shipping method.
- getShippingAmt() - Method in class paypal.payflow.Invoice
-
Gets the Shipping Amt.
- getshippingMethod() - Method in class paypal.payflow.PayLater
-
Gets the shippingMethod
- getShipTo() - Method in class paypal.payflow.Invoice
- getShipToBusiness() - Method in class paypal.payflow.ECGetResponse
-
Gets the shiptobusiness parameter
- getShipToCity() - Method in class paypal.payflow.ECGetResponse
-
Gets the shiptocity parameter
- getShipToCity() - Method in class paypal.payflow.RecurringResponse
-
Gets the ShipToCity parameter.
- getShipToCity() - Method in class paypal.payflow.ShipTo
-
Gets the shipping city
- getShipToCountry() - Method in class paypal.payflow.ECGetResponse
-
Gets the shiptocountry parameter
- getShipToCountry() - Method in class paypal.payflow.RecurringResponse
-
Gets the ShipToCountry parameter.
- getShipToCountry() - Method in class paypal.payflow.ShipTo
-
Gets the Shipping Country
- getShipToEmail() - Method in class paypal.payflow.ShipTo
-
Gets the shipping email.
- getShipToFirstName() - Method in class paypal.payflow.ECGetResponse
-
Gets the shiptofirstname parameter
- getShipToFirstName() - Method in class paypal.payflow.ShipTo
-
Gets the shipping first name
- getShipToFName() - Method in class paypal.payflow.RecurringResponse
-
Gets the hipToFName parameter.
- getShipToLastName() - Method in class paypal.payflow.ECGetResponse
-
Gets the shiptolastname parameter
- getShipToLastName() - Method in class paypal.payflow.ShipTo
-
Gets the last name from the shipping address.
- getShipToLName() - Method in class paypal.payflow.RecurringResponse
-
Gets the ShipToLName parameter.
- getShipToMiddleName() - Method in class paypal.payflow.ShipTo
-
Gets the middlename from the shipping address.
- getShipToMName() - Method in class paypal.payflow.RecurringResponse
-
Gets the ShipToMName parameter.
- getshiptoName() - Method in class paypal.payflow.ECSetRequest
-
Gets the shiptoName parameter.
- getShipToName() - Method in class paypal.payflow.ECGetResponse
-
Gets the shiptoname parameter
- getShipToPhone() - Method in class paypal.payflow.ShipTo
-
Gets the phone number from the shipping address.
- getShipToPhone2() - Method in class paypal.payflow.ShipTo
-
Gets the Phone2 from the shipping address.
- getShipToState() - Method in class paypal.payflow.ECGetResponse
-
Gets the shiptostate parameter
- getShipToState() - Method in class paypal.payflow.RecurringResponse
-
Gets the profileName parameter.
- getShipToState() - Method in class paypal.payflow.ShipTo
-
Gets the shipping state.
- getShipToStreet() - Method in class paypal.payflow.ECGetResponse
-
Gets the shiptostreet parameter
- getShipToStreet() - Method in class paypal.payflow.RecurringResponse
-
Gets the ShipToStreet parameter.
- getShipToStreet() - Method in class paypal.payflow.ShipTo
-
Gets the shipping street.
- getShipToStreet2() - Method in class paypal.payflow.ECGetResponse
-
Gets the shiptostreet2 parameter
- getShipToStreet2() - Method in class paypal.payflow.ShipTo
-
Gets the shipping street2.
- getShipToZip() - Method in class paypal.payflow.ECGetResponse
-
Gets the shiptozip parameter
- getShipToZip() - Method in class paypal.payflow.RecurringResponse
-
Gets the ShipToZip parameter.
- getShipToZip() - Method in class paypal.payflow.ShipTo
-
Gets the shipping zip code.
- getSku() - Method in class paypal.payflow.LineItem
-
Gets the Item SKU.
- getSS() - Method in class paypal.payflow.BaseTender
-
returns the account holders social security number
- getStan() - Method in class paypal.payflow.TransactionResponse
-
Gets the System Trace Audit number.
- getStart() - Method in class paypal.payflow.RecurringInfo
-
Gets the start parameter.
- getStart() - Method in class paypal.payflow.RecurringResponse
-
Gets the Beginning date for the recurring billing cycle.
- getStartTime() - Method in class paypal.payflow.Invoice
-
Gets the Start Time
- getStartTime() - Method in class paypal.payflow.TransactionResponse
-
Gets the startTime.
- getState() - Method in class paypal.payflow.ECGetResponse
-
Gets the state parameter
- getState() - Method in class paypal.payflow.RecurringResponse
-
Gets the state parameter.
- getStatus() - Method in class paypal.payflow.RecurringResponse
-
Gets the Current status of the profile.
- getStatus() - Method in class paypal.payflow.TransactionResponse
-
Gets the status.
- getStatus(String) - Static method in class paypal.payflow.PayflowUtility
-
Provides the status of the transaction based on the transaction response.
- getStatus(Response) - Static method in class paypal.payflow.PayflowUtility
-
Provides the status (as a String) of the transaction based on the transaction response.
- getStreet() - Method in class paypal.payflow.ECGetResponse
-
Gets the street parameter
- getStreet() - Method in class paypal.payflow.RecurringResponse
-
Gets the street parameter.
- getStreet2() - Method in class paypal.payflow.ECGetResponse
-
Gets the street2 parameter
- getStringValue(byte[], int) - Static method in class paypal.payflow.PayflowUtility
-
get the string value.
- getSwipedECRHost() - Method in class paypal.payflow.MagTekInfo
-
Gets the Swiped ECR Host.
- getTaxAmt() - Method in class paypal.payflow.ECDoResponse
-
Gets the tax amt parameter
- getTaxAmt() - Method in class paypal.payflow.Invoice
-
Gets the Tax Amt
- getTaxAmt() - Method in class paypal.payflow.LineItem
-
Gets the line item tax amount.
- getTaxExempt() - Method in class paypal.payflow.Invoice
-
Gets the TaxExempt
- getTaxRate() - Method in class paypal.payflow.LineItem
-
Gets the Line item tax rate.
- getTaxType() - Method in class paypal.payflow.LineItem
-
Gets the line item TaxType
- getTender() - Method in class paypal.payflow.BaseTender
-
Gets the Tender Type.
- getTender() - Method in class paypal.payflow.BaseTransaction
-
gets the tender object
- getTender() - Method in class paypal.payflow.RecurringResponse
-
Gets the tendertype.
- getTerm() - Method in class paypal.payflow.RecurringInfo
-
Gets the term parameter.
- getTerm() - Method in class paypal.payflow.RecurringResponse
-
Gets the Number of payments to be made over the life of the agreement.
- getTermCity() - Method in class paypal.payflow.ACHTender
-
Gets the Term City.
- getTermState() - Method in class paypal.payflow.ACHTender
-
Gets the TermState.
- getThreeDSVersion() - Method in class paypal.payflow.BuyerAuthStatus
-
Gets the THREEDSVERSION parameter.
- getTimeOut() - Method in class paypal.payflow.PayflowConnectionData
-
Gets Time-out period for the transaction.
- getTimeOut() - Static method in class paypal.payflow.SDKProperties
- getToken() - Method in class paypal.payflow.ExpressCheckoutRequest
-
Gets the token parameter.
- getToken() - Method in class paypal.payflow.ExpressCheckoutResponse
-
Gets the token parameter.
- getTraceId() - Method in class paypal.payflow.TransactionResponse
-
Gets Trace ID.
- getTraceInitialized() - Static method in class paypal.payflow.PayflowUtility
-
Gets, sets mTraceInitialized
- getTrackingNum() - Method in class paypal.payflow.LineItem
-
Gets the line item TrackingNum.
- getTransactionContext() - Method in class paypal.payflow.PayflowAPI
-
Returns the Transaction Context.This will have the errors generated during the transaction.
- getTransactionId() - Method in class paypal.payflow.Invoice
-
Gets the TransactionId.
- getTransactionId() - Method in class paypal.payflow.TransactionResponse
-
Gets the transaction id for Braintree.
- getTransactionRequest() - Method in class paypal.payflow.PayflowAPI
-
Returns the request string for a Transaction.
- getTransactionResponse() - Method in class paypal.payflow.PayflowAPI
-
Returns the response string for a Transaction.
- getTransactionResponse() - Method in class paypal.payflow.Response
-
Gets the container object for response messages common to all the transactions.
- getTransactionStatus(Response) - Static method in class paypal.payflow.PayflowUtility
-
Returns a boolean value indicating the status of the transaction
- getTransState() - Method in class paypal.payflow.TransactionResponse
-
Gets the transaction state.
- getTransTime() - Method in class paypal.payflow.TransactionResponse
-
Gets the transtime parameter.
- getTriggeredMessage() - Method in class paypal.payflow.Rule
- getTrxPNRef() - Method in class paypal.payflow.RecurringResponse
-
Gets the PNREF of the optional transaction.
- getTrxRespMsg() - Method in class paypal.payflow.RecurringResponse
-
Gets the RESPMSG of the optional transaction.
- getTrxResult() - Method in class paypal.payflow.RecurringResponse
-
Gets the RESULT of the optional transaction.
- getTrxType() - Method in class paypal.payflow.BaseTransaction
-
Type of transaction to perform, indicated by a single character.
- getTxId() - Method in class paypal.payflow.CreditCard
-
Gets the TxId
- getTxId() - Method in class paypal.payflow.TransactionResponse
-
Gets the Transaction ID (Card on File)
- getType() - Method in class paypal.payflow.LineItem
-
Gets the line item Type.
- getType() - Method in class paypal.payflow.RuleParameter
- getType() - Method in class paypal.payflow.TransactionResponse
-
Gets the transaction type
- getUnspscCode() - Method in class paypal.payflow.LineItem
-
Gets the line item unspsc code
- getUom() - Method in class paypal.payflow.LineItem
-
Gets the Line item UOM
- getUpc() - Method in class paypal.payflow.LineItem
-
Gets the line item universal product code.
- getUpdateAction() - Method in class paypal.payflow.FraudReviewTransaction
- getURLStreamHandlerClass() - Static method in class paypal.payflow.SDKProperties
-
Modified 09/20/2006
- getUserItem() - Method in class paypal.payflow.Invoice
-
Gets the UserItem Object
- getUserItem1() - Method in class paypal.payflow.UserItem
-
Gets USER1
- getUserItem10() - Method in class paypal.payflow.UserItem
-
Gets USER10
- getUserItem2() - Method in class paypal.payflow.UserItem
-
Gets USER2
- getUserItem3() - Method in class paypal.payflow.UserItem
-
Gets USER3
- getUserItem4() - Method in class paypal.payflow.UserItem
-
Gets USER4
- getUserItem5() - Method in class paypal.payflow.UserItem
-
Gets USER5
- getUserItem6() - Method in class paypal.payflow.UserItem
-
Gets USER6
- getUserItem7() - Method in class paypal.payflow.UserItem
-
Gets USER7
- getUserItem8() - Method in class paypal.payflow.UserItem
-
Gets USER88
- getUserItem9() - Method in class paypal.payflow.UserItem
-
Gets USER9
- getValidationCode() - Method in class paypal.payflow.TransactionResponse
-
Gets the Authorization Characteristics Indicator.
- getValue() - Method in class paypal.payflow.RuleParameter
- getVatInvNum() - Method in class paypal.payflow.Invoice
-
Gets the VAT Invoice Number.
- getVatRegNum() - Method in class paypal.payflow.Invoice
-
Gets the VAT registration number
- getVatTaxAmt() - Method in class paypal.payflow.Invoice
-
Gets the Vat Tax Amt
- getVatTaxPercent() - Method in class paypal.payflow.Invoice
-
Gets the VAT Tax percentage.
- getVatTaxRate() - Method in class paypal.payflow.Invoice
-
Gets the VAT Tax Rate.
- getVerbosity() - Method in class paypal.payflow.BaseTransaction
-
Value (LOW, MEDIUM or HIGH) that controls the detail level and format of transaction results.
- getVersion() - Method in class paypal.payflow.PayflowAPI
-
Returns the version for the client.
- getVMaid() - Method in class paypal.payflow.Invoice
-
Gets the VMaid
- getXid() - Method in class paypal.payflow.BuyerAuthResponse
-
Gets the XID parameter.
- getXid() - Method in class paypal.payflow.BuyerAuthStatus
-
Gets the XID parameter.
- getXmlAttribute(String, String) - Static method in class paypal.payflow.PayflowUtility
-
Retrieves value of given Xml attribute from Xml Pay Request.
- getXmlNameSpace(String) - Static method in class paypal.payflow.PayflowUtility
-
Gets the Xml Namespace from the XmlPay Request.
- getXmlNodeValue(Document, String) - Static method in class paypal.payflow.PayflowUtility
-
Gets the inner text from an xml node.
- getXmlPayNodeValue(String, String) - Static method in class paypal.payflow.PayflowUtility
-
Gets the inner text of a node from an XMLPay request
- getXmlVersion(String) - Static method in class paypal.payflow.PayflowUtility
-
Retrieves XmlPay version from Xml Pay Request.
- getZip() - Method in class paypal.payflow.ECGetResponse
-
Gets the zip parameter
- getZip() - Method in class paypal.payflow.RecurringResponse
-
Gets the Zip parameter.
I
- INIT_ERROR - Static variable in class paypal.payflow.PayflowConstants
-
represents any error occurring due to improper initialisation of system level properties
- InquiryTransaction - Class in paypal.payflow
-
This class is used to perform an inquiry transaction.
- InquiryTransaction(String, UserInfo, String) - Constructor for class paypal.payflow.InquiryTransaction
-
Constructor
- InquiryTransaction(String, UserInfo, Invoice, String) - Constructor for class paypal.payflow.InquiryTransaction
-
Constructor
- InquiryTransaction(String, UserInfo, PayflowConnectionData, String) - Constructor for class paypal.payflow.InquiryTransaction
-
Constructor
- InquiryTransaction(String, UserInfo, PayflowConnectionData, Invoice, String) - Constructor for class paypal.payflow.InquiryTransaction
-
Constructor
- INTL_PARAM_FULLRESPONSE - Static variable in class paypal.payflow.PayflowConstants
- INVALID_MESSAGECODE - Static variable in class paypal.payflow.PayflowConstants
-
Represents the description for error if the body for a message code is not found in the message file.
- INVALID_NUMBER - Static variable in class paypal.payflow.PayflowConstants
-
Numeric values initialize
- Invoice - Class in paypal.payflow
-
Used as the Purchase Invoice class.
- Invoice() - Constructor for class paypal.payflow.Invoice
-
Constructor.This is a default constructor which does not take any parameters.
- IRequestDataObject - Interface in paypal.payflow
-
Interface for all request data objects.
- IResponseDataObject - Interface in paypal.payflow
-
Interface for all response data objects.
- isCommunicationErrorContained(ErrorObject) - Method in class paypal.payflow.Context
-
This method will check if the context contains a specific error message.This method can be used for checking if the context is empty.
- isErrorContained() - Method in class paypal.payflow.Context
-
This method will check if the context contains any error message.This method can be used for checking if the context is empty.
- isLogFileNameSet() - Static method in class paypal.payflow.SDKProperties
- isMaxlogFileSizeSet() - Static method in class paypal.payflow.SDKProperties
- isStackTraceOn() - Static method in class paypal.payflow.SDKProperties
- isStrongAssemblyTransaction - Variable in class paypal.payflow.PayflowAPI
-
Flag for Strong Assembly Transaction;
- isTimedOut(long, long) - Static method in class paypal.payflow.PayflowUtility
-
Check if timeout has occurred
L
- LineItem - Class in paypal.payflow
-
This class holds the line item related information.
- LineItem() - Constructor for class paypal.payflow.LineItem
-
Constructor.
- locateValueForName(String, String, boolean) - Static method in class paypal.payflow.PayflowUtility
-
Locates value from name value pair and masks or returns it.
- log(String, int) - Method in class paypal.payflow.Logger
-
This method logs the data to a file.Different type of severity level can be logged here.
- log(ArrayList) - Method in class paypal.payflow.Logger
-
This is a internal method and takes in a arraylist of the errorobjects as a parameter.The method goes through the array list for each errorobject found makes a call to another overloaded version of the Log method which takes in ErrorObject as a parameter.If there are some errors which have been generated by the Logger class then those are logged instead of the passed messages.
- log(ErrorObject) - Method in class paypal.payflow.Logger
-
This is a internal method and takes in a errorobject as a parameter.This method then calls another overloaded version for the method Log which takes in a string to be logged and the severity level of the Error Object.
- LOG_FILE_NAME - Static variable in class paypal.payflow.PayflowConstants
-
Default Logger file Name
- logErrors() - Method in class paypal.payflow.Context
-
This method will log all the error and exceptions contained in the ErrorObjects arraylist.This returns true if the logging is successful.
- Logger - Class in paypal.payflow
-
This is a singleton class which can be used for logging of the messages.
- LOGGING_ERROR - Static variable in class paypal.payflow.PayflowConstants
-
Represents the description for error occurred during the logging process.
- LOGGING_OFF - Static variable in class paypal.payflow.PayflowConstants
-
Logging Level level OFF no logging at this level.
M
- MAGTEK_PARAM_AUTHVALUE1 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param AUTHVALUE1
- MAGTEK_PARAM_AUTHVALUE2 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param AUTHVALUE2
- MAGTEK_PARAM_AUTHVALUE3 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param AUTHVALUE3
- MAGTEK_PARAM_DEVICESN - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param DEVICESN
- MAGTEK_PARAM_ENCMP - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ENCMP
- MAGTEK_PARAM_ENCRYPTIONBLOCKTYPE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ENCRYTIONBLOCKTYPE
- MAGTEK_PARAM_ENCTRACK1 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ENCTRACK1
- MAGTEK_PARAM_ENCTRACK2 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ENCTRACK2
- MAGTEK_PARAM_ENCTRACK3 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ENCTRACK3
- MAGTEK_PARAM_KSN - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param KSN
- MAGTEK_PARAM_MAGTEKCARDTYPE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param MAGTEKCARDTYPE
- MAGTEK_PARAM_MAGTEKPWD - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param MAGTEKPWD
- MAGTEK_PARAM_MAGTEKUSERNAME - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param MAGTEKUSERNAME
- MAGTEK_PARAM_MAGTRESPONSE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param MAGTRESPONSE
- MAGTEK_PARAM_MERCHANTID - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param MERCHANTID
- MAGTEK_PARAM_MPSTATUS - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param NPSTATUS
- MAGTEK_PARAM_PAN4 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PAN4
- MAGTEK_PARAM_PCODE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PCODE
- MAGTEK_PARAM_REGISTEREDBY - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param REGISTEREDBY
- MAGTEK_PARAM_SWIPEDECRHOST - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param SWIPEDECRHOST
- MagTekInfo - Class in paypal.payflow
-
Used for Magtek related information.
- MagTekInfo() - Constructor for class paypal.payflow.MagTekInfo
-
Constructor
- maskNVPRequest(String) - Static method in class paypal.payflow.PayflowUtility
-
Masks NVP Request
- maskSensitiveFields(String) - Static method in class paypal.payflow.PayflowUtility
-
Masks the sensitive fields in the param list which will be used for logging purpose.
- maskXmlNodeValue(Document, String) - Static method in class paypal.payflow.PayflowUtility
-
masks an xmlNodeValue
- maskXMLPayRequest(String) - Static method in class paypal.payflow.PayflowUtility
-
Masks XMLPay Request
- MAX_RETRY - Static variable in class paypal.payflow.PayflowConstants
-
Maximum retry attempts (3)
- MerchantInfo - Class in paypal.payflow
-
Used for Merchant related information.
- MerchantInfo() - Constructor for class paypal.payflow.MerchantInfo
-
Constructor
- MESSAGE_BODY - Static variable in class paypal.payflow.PayflowConstants
-
Holds the name of the key in the message file that holds the message body.
- MESSAGE_FILE_NOT_FOUND - Static variable in class paypal.payflow.PayflowConstants
-
Represents the description for error if the message file is not available in the location mentioned in the config file.
- MESSAGE_FILE_PARSING_ERROR - Static variable in class paypal.payflow.PayflowConstants
-
Represents the description for error if the format of the message file is incorrect.
- MESSAGE_FORMATTING_ERROR - Static variable in class paypal.payflow.PayflowConstants
-
Error occurred while formatting message.
- MESSAGE_ID - Static variable in class paypal.payflow.PayflowConstants
-
Holds the name of the key in the message file that holds the message code.
- MESSAGE_SEVERITY - Static variable in class paypal.payflow.PayflowConstants
-
Holds the name of the key in the message file that holds the message severity.
- MSG_COMMUNICATION_ERROR - Static variable in class paypal.payflow.PayflowConstants
-
Error Message static finalant for communication error (MSG_1012)
- MSG_COMMUNICATION_ERROR_NO_RESPONSE_ID - Static variable in class paypal.payflow.PayflowConstants
-
Error Message static finalant for communication error (MSG_1012)
- MSG_COMMUNICATION_ERROR_XMLPAY - Static variable in class paypal.payflow.PayflowConstants
-
Error Message static finalant for communication error xml pay (MSG_1005)
- MSG_COMMUNICATION_ERROR_XMLPAY_NO_RESPONSE_ID - Static variable in class paypal.payflow.PayflowConstants
-
Error Message static finalant for communication error xml pay (MSG_1005)
- MSG_INVALID_DATE - Static variable in class paypal.payflow.PayflowConstants
-
Error Message static finalant for invalid date (MSG_1006)
- MSG_INVALID_LENGTH_EXACT - Static variable in class paypal.payflow.PayflowConstants
-
Error Message static finalant for invalid exact length of param (MSG_1004)
- MSG_INVALID_LENGTH_MINMAX - Static variable in class paypal.payflow.PayflowConstants
-
Error Message static finalant for invalid minmax length of param (MSG_1002)
- MSG_INVALID_MONTH - Static variable in class paypal.payflow.PayflowConstants
-
Error Message static finalant for invalid month (MSG_1007)
- MSG_INVALID_VALUE_GREATER - Static variable in class paypal.payflow.PayflowConstants
-
Error Message static finalant for invalid greater value of param (MSG_1008)
- MSG_INVALID_YEAR_LESS - Static variable in class paypal.payflow.PayflowConstants
-
Error Message static finalant for invalid year (MSG_1011)
- MSG_NONNEGATIVE - Static variable in class paypal.payflow.PayflowConstants
-
Error Message static finalant for non negative value of param (MSG_1009)
- MSG_PARAM_EMPTY - Static variable in class paypal.payflow.PayflowConstants
-
Error Message static finalant for empty param (MSG_1003)
- MSG_PARAM_INVALID_EXACT - Static variable in class paypal.payflow.PayflowConstants
-
Error Message static finalant for invalid exact value param (MSG_1010)
- MSG_PARAM_NOT_VALID - Static variable in class paypal.payflow.PayflowConstants
-
Error Message static finalant for invalid param (MSG_1005)
- MSG_PARAM_NULL_BLANK - Static variable in class paypal.payflow.PayflowConstants
-
Error Message static finalant for null or blank param (MSG_1001)
N
- NV_CONTENT_TYPE - Static variable in class paypal.payflow.PayflowConstants
-
Name value Content Type (text/namevalue)
O
- OPENING_BRACE_NVP - Static variable in class paypal.payflow.PayflowConstants
-
NVP Opening Brace ([)
- OrderTransaction - Class in paypal.payflow
-
This class is used to create and perform an Order Transaction for Express Checkout.
- OrderTransaction(UserInfo, Invoice, PayPalTender, String) - Constructor for class paypal.payflow.OrderTransaction
-
Constructor.
- OrderTransaction(UserInfo, PayflowConnectionData, Invoice, PayPalTender, String) - Constructor for class paypal.payflow.OrderTransaction
-
Constructor.
P
- PARAM_ABA - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ABA
- PARAM_ACCT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ACCT
- PARAM_ACCTTYPE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ACCTTYPE
- PARAM_ACHSTATUS - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ACHSTATUS
- PARAM_ACI - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ACI
- PARAM_ACSURL - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ACSURL
- PARAM_ACTION - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ACTION
- PARAM_ACTION_DO - Static variable in class paypal.payflow.PayflowConstants
- PARAM_ACTION_DOBA - Static variable in class paypal.payflow.PayflowConstants
- PARAM_ACTION_GET - Static variable in class paypal.payflow.PayflowConstants
- PARAM_ACTION_GETBA - Static variable in class paypal.payflow.PayflowConstants
- PARAM_ACTION_SET - Static variable in class paypal.payflow.PayflowConstants
- PARAM_ACTION_SETBA - Static variable in class paypal.payflow.PayflowConstants
- PARAM_ACTION_UPDATE - Static variable in class paypal.payflow.PayflowConstants
- PARAM_ADDLAMT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ADDLAMT
- PARAM_ADDLAMTTYPE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ADDLAMTTYPE
- PARAM_ADDLMSGS - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ADDLMSGS
- PARAM_ADDRESSSTATUS - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ADDRESSSTATUS
- PARAM_ADDROVERRIDE - Static variable in class paypal.payflow.PayflowConstants
- PARAM_AFFLUENT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param AFFLUENT
- PARAM_AGGREGATEAMT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param AGGREGATEAMT
- PARAM_AGGREGATEOPTIONALAMT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param AGGREGATEOPTIONALAMT
- PARAM_ALLOWNOTE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ALLOWNOTE
- PARAM_ALTTAXAMT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ALTTAXAMT
- PARAM_AMEXID - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param AMEXID
- PARAM_AMEXPOSDATA - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param AMEXPOSDATA
- PARAM_AMT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param AMT
- PARAM_ASSOCIATIONRESPCODE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PAYMENTADVICECODE
- PARAM_AUTHCODE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param AUTHCODE
- PARAM_AUTHDATE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param AUTHDATE
- PARAM_AUTHENICATION_STATUS - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param AUTHENICATION_STATUS
- PARAM_AUTHENTICATION_ID - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param AUTHENICATION_ID
- PARAM_AUTHTYPE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param AUTHTYPE
- PARAM_AVSADDR - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param AVSADDR
- PARAM_AVSZIP - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param AVSZIP
- PARAM_BA_CUSTOM - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param BA_CUSTOM
- PARAM_BA_DESC - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param BA_DESC
- PARAM_BA_FLAG - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param BA_FLAG
- PARAM_BA_STATUS - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param BA_STATUS
- PARAM_BAID - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param BAID
- PARAM_BALAMT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param BALAMT
- PARAM_BATCHID - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param BATCHID
- PARAM_BILLINGTYPE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param BILLINGTYPE
- PARAM_BILLTOCOUNTRY - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param BILLTOCOUNTRY
- PARAM_BILLTOPHONE2 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param BILLTOPHONE2
- PARAM_BROWSERCOUNTRYCODE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param BROWSERCOUNTRYCODE
- PARAM_BROWSERTIME - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param BROWSERTIME
- PARAM_BROWSERUSERAGENT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param BROWSERUSERAGENT
- PARAM_BUTTONSOURCE - Static variable in class paypal.payflow.PayflowConstants
- PARAM_CANCELURL - Static variable in class paypal.payflow.PayflowConstants
- PARAM_CAPTURECOMPLETE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CAPTURECOMPLETE
- PARAM_CARDISSUE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CARDISSUE
- PARAM_CARDONFILE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CARDONFILE
- PARAM_CARDSECURE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CARDSECURE
- PARAM_CARDSTART - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CARDSTART
- PARAM_CARDTYPE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CARDTYPE
- PARAM_CATTYPE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CATTYPE
- PARAM_CAVV - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CAVV
- PARAM_CCTRANS_POSDATA - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CCTRANS_POSDATA
- PARAM_CCTRANSID - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CCTRANSID
- PARAM_CCUPDATED - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CCUPDATED
- PARAM_CHKNUM - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CHKNUM
- PARAM_CHKTYPE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CHKTYPE
- PARAM_CITDATE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CITDATE
- PARAM_CITY - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param BILLTOCITY
- PARAM_COMMCARD - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param COMMCARD
- PARAM_COMMCODE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param COMMCODE
- PARAM_COMMENT1 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param COMMENT1
- PARAM_COMMENT2 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param COMMENT2
- PARAM_COMPANYNAME - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param COMPANYNAME
- PARAM_CONTACTLESS - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CONTACTLESS
- PARAM_CORPNAME - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CORPNAME
- PARAM_CORRELATIONID - Static variable in class paypal.payflow.PayflowConstants
- PARAM_COUNTRY - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param COUNTRY
- PARAM_COUNTRYCODE - Static variable in class paypal.payflow.PayflowConstants
- PARAM_CREATESECURETOKEN - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CREATESECURETOKEN
- PARAM_CREATIONDATE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CREATIONDATE
- PARAM_CURRENCY - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CURRENCY
- PARAM_CUSTBROWSER - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CUSTBROWSER
- PARAM_CUSTCODE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CUSTCODE
- PARAM_CUSTDATA - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CUSTDATA
- PARAM_CUSTHOSTNAME - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CUSTHOSTNAME
- PARAM_CUSTID - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CUSTID
- PARAM_CUSTIP - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CUSTIP
- PARAM_CUSTOM - Static variable in class paypal.payflow.PayflowConstants
- PARAM_CUSTOMERID - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CUSTOMERID
- PARAM_CUSTOMERNUMBER - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CUSTOMERNUMBER
- PARAM_CUSTREF - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CUSTREF
- PARAM_CUSTVATREGNUM - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CUSTVATREGNUM
- PARAM_CVV2 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CVV2
- PARAM_CVV2MATCH - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param CVV2MATCH
- PARAM_DATE_TO_SETTLE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param DATE_TO_SETTLE
- PARAM_DESC - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param DESC
- PARAM_DESC1 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param DESC1
- PARAM_DESC2 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param DESC2
- PARAM_DESC3 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param DESC3
- PARAM_DESC4 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param DESC4
- PARAM_DISCOUNT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param DISCOUNT
- PARAM_DL - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param DL
- PARAM_DOB - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param DOB
- PARAM_DOREAUTHORIZATION - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param DOREAUTHORIZATION
- PARAM_DSTRANSACTIONID - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param DSTRANSACTIONID
- PARAM_DUPLICATE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param DUPLICATE
- PARAM_DUTYAMT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param DUTYAMT
- PARAM_ECHODATA - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ECHODATA
- PARAM_ECI - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ECI
- PARAM_EMAIL - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param EMAIL
- PARAM_EMAILMATCH - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param EMAILMATCH
- PARAM_END - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param END
- PARAM_ENDTIME - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ENDTIME
- PARAM_EXCHANGERATE - Static variable in class paypal.payflow.PayflowConstants
- PARAM_EXPDATE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param EXPDATE
- PARAM_EXTRSPMSG - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param EXTRSPMSG
- PARAM_FAX - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param FAX
- PARAM_FEEAMT - Static variable in class paypal.payflow.PayflowConstants
- PARAM_FIRSTNAME - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param FIRSTNAME
- PARAM_FPS_POSTXMLDATA - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param FPS_POSTXMLDATA
- PARAM_FPS_PREXMLDATA - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param FPS_PREXMLDATA
- PARAM_FREIGHTAMT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param FREIGHTAMT
- PARAM_FREQUENCY - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param FREQUENCY
- PARAM_HANDLINGAMT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param HANDLINGAMT
- PARAM_HDRBACKCOLOR - Static variable in class paypal.payflow.PayflowConstants
- PARAM_HDRBORDERCOLOR - Static variable in class paypal.payflow.PayflowConstants
- PARAM_HDRIMG - Static variable in class paypal.payflow.PayflowConstants
- PARAM_HOMEPHONE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param HOMEPHONE
- PARAM_HOSTCODE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param HOSTCODE
- PARAM_IAVS - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param IAVS
- PARAM_INVNUM - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param INVNUM
- PARAM_INVOICEDATE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param INVOICEDATE
- PARAM_ITEMAMT - Static variable in class paypal.payflow.PayflowConstants
- PARAM_L_ALTTAXAMT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_ALTTAXAMT
- PARAM_L_ALTTAXID - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_ALTTAXID
- PARAM_L_ALTTAXRATE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_ALTTAXRATE
- PARAM_L_AMT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_AMTn
- PARAM_L_CARRIERSERVICESLEVELCODE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_CARRIERSERVICESLEVELCODE
- PARAM_L_CATALOGNUM - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_CATALOGNUMn
- PARAM_L_COMMCODE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_COMMCODEn
- PARAM_L_COST - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_COSTn
- PARAM_L_COSTCENTERNUM - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_COSTCENTERNUMn
- PARAM_L_DESC - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_DESCn
- PARAM_L_DISCOUNT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_DISCOUNTn
- PARAM_L_EXTAMT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_EXTAMT
- PARAM_L_FREIGHTAMT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_FREIGHTAMTn
- PARAM_L_HANDLINGAMT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_HANDLINGAMTn
- PARAM_L_ITEMNUMBER - Static variable in class paypal.payflow.PayflowConstants
- PARAM_L_MANUFACTURER - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_MANUFACTURERn
- PARAM_L_PICKUPCITY - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_PICKUPCITYn
- PARAM_L_PICKUPCOUNTRY - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_PICKUPCOUNTRYn
- PARAM_L_PICKUPSTATE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_PICKUPSTATEn
- PARAM_L_PICKUPSTREET - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_PICKUPSTREETn
- PARAM_L_PICKUPZIP - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_PICKUPZIPn
- PARAM_L_PRODCODE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_PRODCODEn
- PARAM_L_QTY - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_QTYn
- PARAM_L_SKU - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_SKUn
- PARAM_L_TAXAMT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_TAXAMTn
- PARAM_L_TAXRATE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_TAXRATEn
- PARAM_L_TAXTYPE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_TAXTYPEn
- PARAM_L_TRACKINGNUM - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_TRACKINGNUMn
- PARAM_L_TYPE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_TYPEn
- PARAM_L_UNSPSCCODE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param
- PARAM_L_UOM - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_UOMn
- PARAM_L_UPC - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param L_UPCn
- PARAM_LASTCHANGED - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param LASTCHANGED
- PARAM_LASTNAME - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param LASTNAME
- PARAM_LOCALECODE - Static variable in class paypal.payflow.PayflowConstants
- PARAM_LOCALTAXAMT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param LOCALTAXAMT
- PARAM_MAXAMT - Static variable in class paypal.payflow.PayflowConstants
- PARAM_MAXFAILPAYMENTS - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param MAXFAILPAYMENTS
- PARAM_MD - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param MD
- PARAM_MERCHANTCITY - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param MERCHANTCITY
- PARAM_MERCHANTCONTACTINFO - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param MERCHANTCONTACTINFO
- PARAM_MERCHANTCOUNTRYCODE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param MERCHANTCOUNTRYCODE
- PARAM_MERCHANTID - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param MERCHANTID
- PARAM_MERCHANTINVOICENUM - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param MERCHANTINVOICENUM
- PARAM_MERCHANTLOCATIONID - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param MERCHANTLOCATIONID
- PARAM_MERCHANTNAME - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param MERCHANTNAME
- PARAM_MERCHANTSESSIONID - Static variable in class paypal.payflow.PayflowConstants
- PARAM_MERCHANTSTATE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param MERCHANTSTATE
- PARAM_MERCHANTSTREET - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param MERCHANTSTRET
- PARAM_MERCHANTURL - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param MERCHANTURL
- PARAM_MERCHANTVATNUM - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param MERCHANTVATNUM
- PARAM_MERCHANTZIP - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param MERCHANTZIP
- PARAM_MERCHDESCR - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param MERCHDESCR
- PARAM_MERCHSVC - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param MERCHSVC
- PARAM_MICR - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param MICR
- PARAM_MIDDLENAME - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param MIDDLENAME
- PARAM_MISCDATA - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param MISCDATA
- PARAM_NAME - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param NAME
- PARAM_NATIONALTAXAMT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param NATIONALTAXAMT
- PARAM_NEXTPAYMENT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param NEXTPAYMENT
- PARAM_NEXTPAYMENTNUM - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param NEXTPAYMENTNUM
- PARAM_NOSHIPPING - Static variable in class paypal.payflow.PayflowConstants
- PARAM_NOTIFYURL - Static variable in class paypal.payflow.PayflowConstants
- PARAM_NUMFAILPAYMENTS - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param NUMFAILPAYMENTS
- PARAM_OPTIONALTRX - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param OPTIONALTRX
- PARAM_OPTIONALTRXAMT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param OPTIONALTRXAMT
- PARAM_ORDERDATE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ORDERDATE
- PARAM_ORDERDESC - Static variable in class paypal.payflow.PayflowConstants
- PARAM_ORDERID - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ORDERID
- PARAM_ORDERTIME - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ORDERTIME
- PARAM_ORIGAMT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ORIGAMT
- PARAM_ORIGID - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ORIGID
- PARAM_ORIGPNREF - Static variable in class paypal.payflow.PayflowConstants
- PARAM_ORIGPPREF - Static variable in class paypal.payflow.PayflowConstants
- PARAM_ORIGPROFILEID - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ORIGPROFILEID
- PARAM_ORIGRESULT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param ORIGRESULT
- PARAM_P_AMOUNTn - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param P_AMOUNTn
- PARAM_P_PNREFn - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param P_PNREFn
- PARAM_P_RESULTn - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param P_RESULTn
- PARAM_P_TENDERn - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param P_TENDERn
- PARAM_P_TRANSTATEn - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param P_TRANSTATEn
- PARAM_P_TRANSTIMEn - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param P_TRANSTIMEn
- PARAM_PAGESTYLE - Static variable in class paypal.payflow.PayflowConstants
- PARAM_PAR - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PAR
- PARAM_PAREQ - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PAREQ
- PARAM_PARES - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PARES
- PARAM_PARID - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param VMAID
- PARAM_PARTIALAUTH - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PARTIALAUTH
- PARAM_PARTNER - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PARTNER
- PARAM_PAYERID - Static variable in class paypal.payflow.PayflowConstants
- PARAM_PAYERSTATUS - Static variable in class paypal.payflow.PayflowConstants
- PARAM_PAYFLOWCOLOR - Static variable in class paypal.payflow.PayflowConstants
- PARAM_PAYMENTADVICECODE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PAYMENTADVICECODE
- PARAM_PAYMENTDATE - Static variable in class paypal.payflow.PayflowConstants
- PARAM_PAYMENTHISTORY - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PAYMENTHISTORY
- PARAM_PAYMENTNUM - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PAYMENTNUM
- PARAM_PAYMENTSLEFT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PAYMENTSLEFT
- PARAM_PAYMENTSTATUS - Static variable in class paypal.payflow.PayflowConstants
- PARAM_PAYMENTTYPE - Static variable in class paypal.payflow.PayflowConstants
- PARAM_PAYPALCHECKOUTBTNTYPE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PAYPALCHECKOUTBTNTYPE
- PARAM_PAYPERIOD - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PAYPERIOD
- PARAM_PENDINGREASON - Static variable in class paypal.payflow.PayflowConstants
- PARAM_PHONEMATCH - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PHONEMATCH
- PARAM_PHONENUM - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PHONENUM
- PARAM_PNREF - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PNREF
- PARAM_PONUM - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PONUM
- PARAM_POSTALCODE - Static variable in class paypal.payflow.PayflowConstants
- PARAM_POSTFPSMSG - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param POSTFPSMSG
- PARAM_PPREF - Static variable in class paypal.payflow.PayflowConstants
- PARAM_PREFPSMSG - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PREFPSMSG
- PARAM_PRENOTE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PRENOTE
- PARAM_PROCAVS - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PROCAVS
- PARAM_PROCCARDSECURE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PROCCARDSECURE
- PARAM_PROCCVV2 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PROCCVV2
- PARAM_PRODUCTCATEGORY - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PRODUCTCATEGORY
- PARAM_PROFILEADDRESSCHANGEDATE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PROFILEADDRESSCHANGEDATE
- PARAM_PROFILEID - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PROFILEID
- PARAM_PROFILENAME - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PROFILENAME
- PARAM_PROMOCODE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PROMOCODE
- PARAM_PROMOCODEOVERRIDE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PROMOCODEOVERRIDE
- PARAM_PUR_DESC - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PUR_DESC
- PARAM_PWD - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param PWD
- PARAM_RECURRING - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param RECURRING
- PARAM_RECURRINGTYPE - Static variable in class paypal.payflow.PayflowConstants
- PARAM_REPORTGROUP - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param REPORTGROUP
- PARAM_REQBILLINGADDRESS - Static variable in class paypal.payflow.PayflowConstants
- PARAM_REQCONFIRMSHIPPING - Static variable in class paypal.payflow.PayflowConstants
- PARAM_REQNAME - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param REQNAME
- PARAM_REQUEST_ID - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param REQUEST_ID
- PARAM_RESPMSG - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param RESPMSG
- PARAM_RESPONSE_ID - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param RESPONSE_ID
- PARAM_RESPTEXT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param RESPTEXT
- PARAM_RESULT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param RESULT
- PARAM_RETRYNUMDAYS - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param RETRYNUMDAYS
- PARAM_RETURNURL - Static variable in class paypal.payflow.PayflowConstants
- PARAM_RPREF - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param RPREF
- PARAM_RPSTATE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param RPSTATE
- PARAM_RRN - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param RRN
- PARAM_SCAEXEMPTION - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param SCAEXEMPTION
- PARAM_SECURETOKEN - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param SECURETOKEN
- PARAM_SECURETOKENID - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param SECURETOKENID
- PARAM_SETTLE_DATE - Static variable in class paypal.payflow.PayflowConstants
- PARAM_SETTLEAMT - Static variable in class paypal.payflow.PayflowConstants
- PARAM_SHIPCARRIER - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param SHIPCARRIER
- PARAM_SHIPFROMZIP - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param SHIPFROMZIP
- PARAM_SHIPMETHOD - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param SHIPMETHOD
- PARAM_SHIPPEDFROMZIP - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param SHIPPEDFROMZIP
- PARAM_SHIPPINGAMT - Static variable in class paypal.payflow.PayflowConstants
- PARAM_SHIPPINGMETHOD - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param SHIPPINGMETHOD
- PARAM_SHIPTOBUSINESS - Static variable in class paypal.payflow.PayflowConstants
- PARAM_SHIPTOCITY - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param SHIPTOCITY
- PARAM_SHIPTOCOUNTRY - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param SHIPTOCOUNTRY
- PARAM_SHIPTOEMAIL - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param SHIPTOEMAIL
- PARAM_SHIPTOFIRSTNAME - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param SHIPTOFIRSTNAME
- PARAM_SHIPTOLASTNAME - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param SHIPTOLASTNAME
- PARAM_SHIPTOMIDDLENAME - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param SHIPTOMIDDLENAME
- PARAM_SHIPTONAME - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param SHIPTOFIRSTNAME
- PARAM_SHIPTOPHONE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param SHIPTOPHONE
- PARAM_SHIPTOPHONE2 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param SHIPTOPHONE2
- PARAM_SHIPTOSTATE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param SHIPTOSTATE
- PARAM_SHIPTOSTREET - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param SHIPTOSTREET
- PARAM_SHIPTOSTREET2 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param SHIPTOSTREET2
- PARAM_SHIPTOZIP - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param SHIPTOZIP
- PARAM_SS - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param SS
- PARAM_STAN - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param STAN
- PARAM_START - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param START
- PARAM_STARTTIME - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param STARTTIME
- PARAM_STATE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param BILLTOSTATE
- PARAM_STATUS - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param STATUS
- PARAM_STREET - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param BILLTOSTREET
- PARAM_STREET2 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param BILLTOSTREET2
- PARAM_SWIPE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param SWIPE
- PARAM_TAXAMT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param TAXAMT
- PARAM_TAXEXEMPT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param TAXEXEMPT
- PARAM_TENDER - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param TENDER
- PARAM_TERM - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param TERM
- PARAM_TERMCITY - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param TERMCITY
- PARAM_TERMSTATE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param TERMSTATE
- PARAM_THREEDSVERSION - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param THREEDSVERSION
- PARAM_TOKEN - Static variable in class paypal.payflow.PayflowConstants
- PARAM_TRACEID - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param TRACEID
- PARAM_TRANSACTIONID - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param TRANSACTIONID
- PARAM_TRANSSTATE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param TRANSSTATE
- PARAM_TRANSTIME - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param TRANSTIME
- PARAM_TRXPNREF - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param TRXPNREF
- PARAM_TRXRESPMSG - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param TRXRESPMSG
- PARAM_TRXRESULT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param TRXRESULT
- PARAM_TRXTYPE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param TRXTYPE
- PARAM_TXID - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param TXID
- PARAM_TYPE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param TYPE
- PARAM_UPDATEACTION - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param UPDATEACTION
- PARAM_USER - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param USER
- PARAM_USER1 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param USER1
- PARAM_USER10 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param USER10
- PARAM_USER2 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param USERv2
- PARAM_USER3 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param USER3
- PARAM_USER4 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param USER4
- PARAM_USER5 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param USER5
- PARAM_USER6 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param USER6
- PARAM_USER7 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param USER7
- PARAM_USER8 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param USER8
- PARAM_USER9 - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param USER9
- PARAM_VALIDATIONCODE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param VALIDATIONCODE
- PARAM_VATINVNUM - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param VATINVNUM
- PARAM_VATREGNUM - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param VATREGNUM
- PARAM_VATTAXAMT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param VATTAXAMT
- PARAM_VATTAXPERCENT - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param VATTAXPERCENT
- PARAM_VATTAXRATE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param VATTAXRATE
- PARAM_VENDOR - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param VENDOR
- PARAM_VERBOSITY - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param VERBOSITY
- PARAM_VIT_OSARCH - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param VIT_OSARCH
- PARAM_VIT_OSNAME - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param VIT_OSNAME
- PARAM_VIT_OSVERSION - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param VIT_OSVERSION
- PARAM_VIT_PROXY - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param VIT_PROXY
- PARAM_VIT_SDKRUNTIMEVERSION - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param VIT_SDKRUNTIMEVERSION
- PARAM_VIT_WRAPTYPE - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param VIT_WRAPTYPE
- PARAM_VIT_WRAPVERSION - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param VIT_WRAPVERSION
- PARAM_VMAID - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param VMAID
- PARAM_XID - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param XID
- PARAM_ZIP - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Param BILLTOZIP
- PAYFLOW_SERVER_TRANSACTION_PATH - Static variable in class paypal.payflow.PayflowConstants
-
Payflow server Transaction file path (transaction)
- PayflowAPI - Class in paypal.payflow
-
PayflowAPI is used to submit a Name-value pair or XMLPay request to PayPal payment gateway for online payment processing.
- PayflowAPI() - Constructor for class paypal.payflow.PayflowAPI
-
Default Constructor.
- PayflowAPI(String) - Constructor for class paypal.payflow.PayflowAPI
- PayflowAPI(String, int) - Constructor for class paypal.payflow.PayflowAPI
- PayflowAPI(String, int, int) - Constructor for class paypal.payflow.PayflowAPI
- PayflowAPI(String, int, int, String, int, String, String) - Constructor for class paypal.payflow.PayflowAPI
- PayflowAPI(String, int, String, int, String, String) - Constructor for class paypal.payflow.PayflowAPI
- PayflowConnectionData - Class in paypal.payflow
-
Used for Payflow Host related information.
- PayflowConnectionData() - Constructor for class paypal.payflow.PayflowConnectionData
-
Constructor
- PayflowConnectionData(String) - Constructor for class paypal.payflow.PayflowConnectionData
-
Constructor
- PayflowConnectionData(String, int) - Constructor for class paypal.payflow.PayflowConnectionData
-
Constructor
- PayflowConnectionData(String, int, int) - Constructor for class paypal.payflow.PayflowConnectionData
-
Constructor
- PayflowConnectionData(String, int, int, String, int, String, String) - Constructor for class paypal.payflow.PayflowConnectionData
-
Constructor
- PayflowConnectionData(String, int, String, int, String, String) - Constructor for class paypal.payflow.PayflowConnectionData
-
Constructor
- PayflowConstants - Class in paypal.payflow
-
PayflowConstants class contains all the global constants used throughout the SDK.
- PAYFLOWHEADER_CLIENT_DURATION - Static variable in class paypal.payflow.PayflowConstants
-
static finalant for PAYFLOW-CLIENT-DURATION
- PAYFLOWHEADER_CLIENT_TYPE - Static variable in class paypal.payflow.PayflowConstants
-
static finalant for PAYFLOW-CLIENT-TYPE
- PAYFLOWHEADER_CLIENT_VERSION - Static variable in class paypal.payflow.PayflowConstants
-
static finalant for PAYFLOW-CLIENT-VERSION
- PAYFLOWHEADER_INTEGRATION_PRODUCT - Static variable in class paypal.payflow.PayflowConstants
-
static finalant for PAYFLOW-INTEGRATION-PRODUCT
- PAYFLOWHEADER_INTEGRATION_VERSION - Static variable in class paypal.payflow.PayflowConstants
-
static finalant for PAYFLOW-INTEGRATION-VERSION
- PAYFLOWHEADER_OS_ARCHITECTURE - Static variable in class paypal.payflow.PayflowConstants
-
static finalant for PAYFLOW-OS-ARCHITECTURE
- PAYFLOWHEADER_OS_NAME - Static variable in class paypal.payflow.PayflowConstants
-
static finalant for PAYFLOW-OS-NAME
- PAYFLOWHEADER_OS_VERSION - Static variable in class paypal.payflow.PayflowConstants
-
static finalant for PAYFLOW-OS-VERSION
- PAYFLOWHEADER_PAYFLOW_ASSEMBLY - Static variable in class paypal.payflow.PayflowConstants
-
static finalant for PAYFLOW-ASSEMBLY
- PAYFLOWHEADER_PROXY - Static variable in class paypal.payflow.PayflowConstants
-
static finalant for PAYFLOW-PROXY
- PAYFLOWHEADER_REQUEST_ID - Static variable in class paypal.payflow.PayflowConstants
-
Http Header PAYFLOW-Request-ID
- PAYFLOWHEADER_RUNTIME_VERSION - Static variable in class paypal.payflow.PayflowConstants
-
static finalant for PAYFLOW-RUNTIME-VERSION
- PAYFLOWHEADER_TIMEOUT - Static variable in class paypal.payflow.PayflowConstants
-
Http Header PAYFLOW-CLIENT-TIMEOUT
- PayflowUtility - Class in paypal.payflow
-
This class contains all the utility function's which may be required during a transaction.
- PayLater - Class in paypal.payflow
-
PayPal Pay Later is a new, convenient, and secure service that allows you to offer your customers promotional financing.
- PayLater() - Constructor for class paypal.payflow.PayLater
-
Constructor.
- PayLaterAddLineItem(PayLaterLineItem) - Method in class paypal.payflow.PayLater
-
Adds a promo code to promo code list.
- PayLaterLineItem - Class in paypal.payflow
-
This class holds the PayPal Pay Later Promotional related information.
- PayLaterLineItem() - Constructor for class paypal.payflow.PayLaterLineItem
-
Constructor.
- PayLaterRemoveAllLineItems() - Method in class paypal.payflow.PayLater
-
Clears the promo code list.
- PayLaterRemoveLineItem(int) - Method in class paypal.payflow.PayLater
-
Removes a line item from line item list.
- paypal.payflow - package paypal.payflow
- PayPalTender - Class in paypal.payflow
-
Used for PayPal tender related information.
- PayPalTender(CreditCard) - Constructor for class paypal.payflow.PayPalTender
-
This constructor is used to create a PayPalTender with CreditCard as the payment device
- PayPalTender(ExpressCheckoutRequest) - Constructor for class paypal.payflow.PayPalTender
-
This constructor is used to create a PayPalTender with ExpressCheckoutRequest.This is used for a ExpressCheckout transaction.
- populateCommError(String, Exception, int, boolean, String) - Static method in class paypal.payflow.PayflowUtility
-
Populates Errors from Exceptions.
- populateErrorDetails(ArrayList) - Method in class paypal.payflow.Logger
-
This method populates each ErrorObject int the arraylist passed, with the details from the SortedList held by the logger class.
- PopulateErrorMessages() - Static method in class paypal.payflow.PayflowConstants
-
Populates Message code hash table
- PREFIX_RECURRING_INQUIRY_RESP - Static variable in class paypal.payflow.PayflowConstants
-
Recurring Inquiry Response Param Prefix
- PurchaseCard - Class in paypal.payflow
-
Used for Purchase card related information PurchaseCard is associated with CardTender.
- PurchaseCard(String, String, String) - Constructor for class paypal.payflow.PurchaseCard
R
- RECURRING_ACTION_ADD - Static variable in class paypal.payflow.PayflowConstants
- RECURRING_ACTION_CANCEL - Static variable in class paypal.payflow.PayflowConstants
- RECURRING_ACTION_INQUIRY - Static variable in class paypal.payflow.PayflowConstants
- RECURRING_ACTION_MODIFY - Static variable in class paypal.payflow.PayflowConstants
- RECURRING_ACTION_PAYMENT - Static variable in class paypal.payflow.PayflowConstants
- RECURRING_ACTION_REACTIVATE - Static variable in class paypal.payflow.PayflowConstants
- RecurringAddTransaction - Class in paypal.payflow
-
This class is used to perform a recurring transaction with add action. RecurringAddTransaction is used to add a new recurring profile either by submitting the data that defines the profile or by converting an existing transaction into a profile. Upon successful creation of a profile, PayPal activates the profile, performs the Optional Transaction if specified, initiates the payment cycle, and returns a Profile ID (a 12-character string that uniquely identifies the profile for searching and reporting). Upon failure, PayPal does not generate the profile and returns an error message. ............... // Populate data objects ............... //Set the Recurring related information. RecurringInfo recurInfo = new RecurringInfo(); // The date that the first payment will be processed. // This will be of the format mmddyyyy. recurInfo.setStart("01012009"); recurInfo.setProfileName ("PayPal"); // Specifies how often the payment occurs. All PAYPERIOD values must use // capital letters and can be any of WEEK / BIWK / SMMO / FRWK / MONT / // QTER / SMYR / YEAR recurInfo.setPayPeriod ("WEEK"); // Create a new RecurringAddTransaction RecurringAddTransaction trans = new RecurringAddTransaction( user, connection, inv, card, recurInfo, PayflowUtility.getRequestId()); // Submit the transaction. Response resp = trans.submitTransaction(); if (Resp != null) { // Get the Transaction Response parameters. TransactionResponse trxnResponse = resp.getTransactionResponse(); if (trxnResponse != null) { System.out.println("RESULT = " + trxnResponse.getResult()); System.out.println("RESPMSG = " + trxnResponse.getRespMsg()); } // Get the Recurring Response parameters. RecurringResponse recurResponse = resp.getRecurringResponse(); if (recurResponse != null) { System.out.println("RPREF = " + recurResponse.getRPRef()); System.out.println("PROFILEID = " + recurResponse.getProfileId()); } } // Get the Context and check for any contained SDK specific errors. Context ctx = resp.getTransactionContext(); if (ctx != null & ctx.getErrorCount() > 0) { System.out.println("/n" + "Errors = " + Ctx.ToString()); } - RecurringAddTransaction(UserInfo, Invoice, BaseTender, RecurringInfo, String) - Constructor for class paypal.payflow.RecurringAddTransaction
-
Constructor
- RecurringAddTransaction(UserInfo, PayflowConnectionData, Invoice, BaseTender, RecurringInfo, String) - Constructor for class paypal.payflow.RecurringAddTransaction
-
Constructor
- RecurringCancelTransaction - Class in paypal.payflow
-
This class is used to perform a recurring transaction with Cancel action. * <p> RecurringCancelTransaction is used to cancel the recurring profile to deactivate the profile from performing further transactions. The profile is marked as cancelled and the customer is no longer billed. PayPal records the cancellation date. </p> ............... // Populate data objects ............... * <p> //Set the Recurring related information. RecurringInfo recurInfo = new RecurringInfo(); recurInfo.setOrigProfileId ("RT0000001350"); * <p> // Create a new RecurringCancelTransaction RecurringCancelTransaction trans = new RecurringCancelTransaction( user, connection, recurInfo, PayflowUtility.getRequestId()); * <p> // Submit the transaction. Response resp = trans.submitTransaction(); * <p> if (Resp != null) { // Get the Transaction Response parameters. TransactionResponse trxnResponse = resp.getTransactionResponse(); if (trxnResponse != null) { System.out.println("RESULT = " + trxnResponse.getResult()); System.out.println("RESPMSG = " + trxnResponse.getRespMsg()); } * <p> // Get the Recurring Response parameters. RecurringResponse recurResponse = resp.getRecurringResponse(); if (recurResponse != null) { System.out.println("RPREF = " + recurResponse.getRPRef()); System.out.println("PROFILEID = " + recurResponse.getProfileId()); } } // Get the Context and check for any contained SDK specific errors. Context ctx = resp.getTransactionContext(); if (ctx != null & ctx.getErrorCount() > 0) { System.out.println("/n" + "Errors = " + Ctx.ToString()); } - RecurringCancelTransaction(UserInfo, PayflowConnectionData, RecurringInfo, String) - Constructor for class paypal.payflow.RecurringCancelTransaction
-
Constructor
- RecurringCancelTransaction(UserInfo, RecurringInfo, String) - Constructor for class paypal.payflow.RecurringCancelTransaction
-
Constructor
- RecurringInfo - Class in paypal.payflow
-
Used for recurring transaction related information <p>RecurringInfo contains the required and optional parameters specific to all the recurring transactions.</p> Following examples shows how to use the RecurringInfo. ............................ //Populate other data objects. ............................ RecurringInfo RecurInfo = new RecurringInfo(); // The date that the first payment will be processed. // This will be of the format mmddyyyy. RecurInfo.Start = "01012009"; RecurInfo.ProfileName = "PayPal"; // Specifies how often the payment occurs. All PAYPERIOD values must use // capital letters and can be any of WEEK / BIWK / SMMO / FRWK / MONT / // QTER / SMYR / YEAR RecurInfo.PayPeriod = "WEEK"; // Create a new Recurring Add Transaction. RecurringAddTransaction Trans = new RecurringAddTransaction( User, Connection, Inv, Card, RecurInfo, PayflowUtility.RequestId); // Submit the transaction. Response Resp = Trans.SubmitTransaction(); if (Resp != null) { // Get the Transaction Response parameters. TransactionResponse TrxnResponse = Resp.TransactionResponse; if (TrxnResponse != null) { Console.WriteLine("RESULT = " + TrxnResponse.Result); Console.WriteLine("RESPMSG = " + TrxnResponse.RespMsg); } // Get the Recurring Response parameters. RecurringResponse RecurResponse = Resp.RecurringResponse; if (RecurResponse != null) { Console.WriteLine("RPREF = " + RecurResponse.RPRef); Console.WriteLine("PROFILEID = " + RecurResponse.ProfileId); } } // Get the Context and check for any contained SDK specific errors. Context Ctx = Resp.TransactionContext; if (Ctx != null & Ctx.getErrorCount() > 0) { Console.WriteLine(Environment.NewLine + "Errors = " + Ctx.ToString()); } Console.WriteLine(Environment.NewLine + "Press Enter to Exit ..."); Console.ReadLine();} - RecurringInfo() - Constructor for class paypal.payflow.RecurringInfo
-
constructor
- RecurringInquiryTransaction - Class in paypal.payflow
-
This class is used to perform a recurring transaction with Inquiry action. * <p> RecurringInquiryTransaction is used to request two different sets of information: To view the full set of payment information for a profile, include the PAYMENTHISTORY=Y name/value pair with the Inquiry action. To view the status of a customer's profile, submit an Inquiry action that does not include the PAYMENTHISTORY parameter (alternatively, submit PAYMENTHISTORY=N). </p> ............... // Populate data objects ............... * <p> //Set the Recurring related information. RecurringInfo recurInfo = new RecurringInfo(); recurInfo.setOrigProfileId ("RT0000001350"); * <p> // Create a new Recurring Inquiry Transaction. RecurringInquiryTransaction trans = new RecurringInquiryTransaction( user, connection, recurInfo, PayflowUtility.getRequestId()); * <p> // Submit the transaction. Response resp = trans.submitTransaction(); * <p> if (Resp != null) { // Get the Transaction Response parameters. TransactionResponse trxnResponse = resp.getTransactionResponse(); if (trxnResponse != null) { System.out.println("RESULT = " + trxnResponse.getResult()); System.out.println("RESPMSG = " + trxnResponse.getRespMsg()); } * <p> // Get the Recurring Response parameters. RecurringResponse recurResponse = resp.getRecurringResponse(); if (recurResponse != null) { System.out.println("RPREF = " + recurResponse.getRPRef()); System.out.println("PROFILEID = " + recurResponse.getProfileId()); System.out.println("STATUS = " + recurResponse.getStatus()); System.out.println("PROFILENAME = " + recurResponse.getProfileName()); System.out.println("START = " + recurResponse.getStart()); System.out.println("TERM = " + recurResponse.getTerm()); System.out.println("NEXTPAYMENT = " + recurResponse.getNextPayment()); System.out.println("PAYPERIOD = " + recurResponse.getPayPeriod()); System.out.println("NEXTPAYMENT = " + recurResponse.getNextPayment()); System.out.println("TENDER = " + recurResponse.getTender()); System.out.println("AMT = " + recurResponse.getAmt()); System.out.println("ACCT = " + recurResponse.getAcct()); System.out.println("EXPDATE = " + recurResponse.getExpDate()); System.out.println("AGGREGATEAMT = " + recurResponse.getAggregateAmt()); System.out.println("AGGREGATEOPTIONALAMT = " + recurResponse.getAggregateOptionalAmt()); System.out.println("MAXFAILPAYMENTS = " + recurResponse.getMaxFailPayments()); System.out.println("NUMFAILPAYMENTS = " + recurResponse.getNumFailPayments()); System.out.println("RETRYNUMDAYS = " + recurResponse.getRetryNumDays()); System.out.println("STREET = " + recurResponse.getStreet()); System.out.println("ZIP = " + recurResponse.getZip()); } } // Get the Context and check for any contained SDK specific errors. Context ctx = resp.getTransactionContext(); if (ctx != null & ctx.getErrorCount() > 0) { System.out.println("/n" + "Errors = " + Ctx.ToString()); } - RecurringInquiryTransaction(UserInfo, PayflowConnectionData, RecurringInfo, String) - Constructor for class paypal.payflow.RecurringInquiryTransaction
-
Constructor
- RecurringInquiryTransaction(UserInfo, RecurringInfo, String) - Constructor for class paypal.payflow.RecurringInquiryTransaction
-
Constructor
- RecurringModifyTransaction - Class in paypal.payflow
-
This class is used to perform a recurring transaction with modify action. RecurringModifyTransaction is used to modify any profile value by sending any subset of the profile parameters, including an Optional Transaction. The Modify action is useful, for example, when an inactive customer wishes to restart payments using a new valid credit card. The Modify action changes a profiles STATUS to active but does not change the START date. ............... // Populate data objects ............... //Set the Recurring related information. RecurringInfo recurInfo = new RecurringInfo(); recurInfo.setOrigProfileId ("RT0000001350"); recurInfo.setProfileName ("PayPal Inc."); //////////////////////////////////// // Create a new Recurring modify Transaction. RecurringModifyTransaction trans = new RecurringModifyTransaction( user, connection, recurInfo, PayflowUtility.getRequestId()); // Submit the transaction. Response resp = trans.submitTransaction(); if (Resp != null) { // Get the Transaction Response parameters. TransactionResponse trxnResponse = resp.getTransactionResponse(); if (trxnResponse != null) { System.out.println("RESULT = " + trxnResponse.getResult()); System.out.println("RESPMSG = " + trxnResponse.getRespMsg()); } // Get the Recurring Response parameters. RecurringResponse recurResponse = resp.getRecurringResponse(); if (recurResponse != null) { System.out.println("RPREF = " + recurResponse.getRPRef()); System.out.println("PROFILEID = " + recurResponse.getProfileId()); } } // Get the Context and check for any contained SDK specific errors. Context ctx = resp.getTransactionContext(); if (ctx != null & ctx.getErrorCount() > 0) { System.out.println("/n" + "Errors = " + Ctx.ToString()); } - RecurringModifyTransaction(UserInfo, PayflowConnectionData, RecurringInfo, String) - Constructor for class paypal.payflow.RecurringModifyTransaction
-
Constructor
- RecurringModifyTransaction(UserInfo, PayflowConnectionData, RecurringInfo, Invoice, BaseTender, String) - Constructor for class paypal.payflow.RecurringModifyTransaction
-
Constructor
- RecurringModifyTransaction(UserInfo, RecurringInfo, String) - Constructor for class paypal.payflow.RecurringModifyTransaction
-
Constructor
- RecurringModifyTransaction(UserInfo, RecurringInfo, Invoice, BaseTender, String) - Constructor for class paypal.payflow.RecurringModifyTransaction
-
Constructor
- RecurringPaymentTransaction - Class in paypal.payflow
-
This class is used to perform a recurring transaction with Payment action. RecurringPaymentTransaction action performs a real-time retry on a transaction that is in the retry state. The response string is similar to the string for Optional transactions, except that, upon approval, the profile is updated to reflect the successful retry. </p> ............... // Populate data objects ............... //Set the Recurring related information. RecurringInfo recurInfo = new RecurringInfo(); recurInfo.setOrigProfileId ("RT0000001350"); // The date that the first payment will be processed. // This will be of the format mmddyyyy. RecurInfo.setPaymentNum ("01012009"); // Create a new Invoice data object with the Amount, Billing Address etc. details. Invoice inv = new Invoice(); // Set Amount. Currency amt = new Currency(new Double(25.12)); inv.setAmt (amt); inv.setPoNum ("PO12345"); inv.setInvNum ("INV12345"); // Set the Billing Address details. BillTo bill = new BillTo(); bill.setBillToStreet ("123 Main St."); bill.setBillToZip ("12345"); inv.setBillTo (bill); // Create a new RecurringPaymentTransaction. RecurringPaymentTransaction trans = new RecurringPaymentTransaction( user, connection, recurInfo, inv, PayflowUtility.getRequestId()); // Submit the transaction. Response resp = trans.submitTransaction(); if (Resp != null) { // Get the Transaction Response parameters. TransactionResponse trxnResponse = resp.getTransactionResponse(); if (trxnResponse != null) { System.out.println("RESULT = " + trxnResponse.getResult()); System.out.println("RESPMSG = " + trxnResponse.getRespMsg()); } // Get the Recurring Response parameters. RecurringResponse recurResponse = resp.getRecurringResponse(); if (recurResponse != null) { System.out.println("RPREF = " + recurResponse.getRPRef()); System.out.println("PROFILEID = " + recurResponse.getProfileId()); } } // Get the Context and check for any contained SDK specific errors. Context ctx = resp.getTransactionContext(); if (ctx != null & ctx.getErrorCount() > 0) { System.out.println("/n" + "Errors = " + Ctx.ToString()); } - RecurringPaymentTransaction(UserInfo, PayflowConnectionData, RecurringInfo, Invoice, String) - Constructor for class paypal.payflow.RecurringPaymentTransaction
-
Constructor
- RecurringPaymentTransaction(UserInfo, RecurringInfo, Invoice, String) - Constructor for class paypal.payflow.RecurringPaymentTransaction
-
Constructor
- RecurringReActivateTransaction - Class in paypal.payflow
-
This class is used to perform a recurring transaction with reactivate action. RecurringReactivatetransaction reactivates a profile with inactive STATUS. (Profiles can be deactivated for the following reasons: the term has completed, the profile reached maximum allowable payment failures, or the profile is canceled.) Reactivation gives the option to alter any profile parameter, including an Optional Transaction and a new start date must be specified . ............... // Populate data objects ............... //Set the Recurring related information. RecurringInfo recurInfo = new RecurringInfo(); recurInfo.setOrigProfileId ("RT0000001350"); // The date that the first payment will be processed. // This will be of the format mmddyyyy. recurInfo.setStart ("01012009"); //////////////////////////////////// // Create a new Recurring ReActivate Transaction. RecurringReActivateTransaction trans = new RecurringReActivateTransaction( user, connection, recurInfo, PayflowUtility.getRequestId()); // Submit the transaction. Response resp = trans.submitTransaction(); if (Resp != null) { // Get the Transaction Response parameters. TransactionResponse trxnResponse = resp.getTransactionResponse(); if (trxnResponse != null) { System.out.println("RESULT = " + trxnResponse.getResult()); System.out.println("RESPMSG = " + trxnResponse.getRespMsg()); } // Get the Recurring Response parameters. RecurringResponse recurResponse = resp.getRecurringResponse(); if (recurResponse != null) { System.out.println("RPREF = " + recurResponse.getRPRef()); System.out.println("PROFILEID = " + recurResponse.getProfileId()); } } // Get the Context and check for any contained SDK specific errors. Context ctx = resp.getTransactionContext(); if (ctx != null & ctx.getErrorCount() > 0) { System.out.println("/n" + "Errors = " + Ctx.ToString()); } - RecurringReActivateTransaction(UserInfo, PayflowConnectionData, RecurringInfo, String) - Constructor for class paypal.payflow.RecurringReActivateTransaction
-
Constructor
- RecurringReActivateTransaction(UserInfo, PayflowConnectionData, RecurringInfo, Invoice, BaseTender, String) - Constructor for class paypal.payflow.RecurringReActivateTransaction
-
Constructor
- RecurringReActivateTransaction(UserInfo, RecurringInfo, String) - Constructor for class paypal.payflow.RecurringReActivateTransaction
-
Constructor
- RecurringReActivateTransaction(UserInfo, RecurringInfo, Invoice, BaseTender, String) - Constructor for class paypal.payflow.RecurringReActivateTransaction
-
Constructor
- RecurringResponse - Class in paypal.payflow
-
Container class for all the messages related to recurring transactions.
- RecurringResponse() - Constructor for class paypal.payflow.RecurringResponse
- RecurringTransaction - Class in paypal.payflow
-
This is the base class of all different recurring action transactions. Each derived class of RecurringTransaction specifies a unique action transaction. This class can also be directly used to perform a recurring transaction. Alternatively, a new class can be extended from this to create a specific recurring action transaction. </p> ............... // Populate data objects ............... //Set the Recurring related information. recurringInfo recurInfo = new recurringInfo(); // The date that the first payment will be processed. // This will be of the format mmddyyyy. recurInfo.setStart("01012009"); recurInfo.setProfileName ("PayPal"); // Specifies how often the payment occurs. All PAYPERIOD values must use // capital letters and can be any of WEEK / BIWK / SMMO / FRWK / MONT / // QTER / SMYR / YEAR recurInfo.setPayPeriod ("WEEK"); ////////////////////////////////////////////////// // Create a new Recurring Transaction. RecurringTransaction trans = new RecurringTransaction("A", recurInfo, user, connection, inv, tender, payflowUtility.getRequestId()); // Submit the transaction. Response resp = trans.submitTransaction(); if (resp != null) { // Get the Transaction Response parameters. TransactionResponse trxnResponse = resp.getTransactionResponse(); if (trxnResponse != null) { System.out.println("RESULT = " + trxnResponse.getResult()); System.out.println("RESPMSG = " + trxnResponse.getRespMsg()); } // Get the Recurring Response parameters. RecurringResponse recurResponse = resp.getRecurringResponse(); if (recurResponse != null) { System.out.println("RPREF = " + recurResponse.getRPRef()); System.out.println("PROFILEID = " + recurResponse.getProfileId()); } } // Get the Context and check for any contained SDK specific errors. Context ctx = resp.getTransactionContext(); if (ctx != null & ctx.getErrorCount() > 0) { System.out.println("Errors = " + ctx.ToString()); } - RecurringTransaction(String, RecurringInfo, UserInfo, String) - Constructor for class paypal.payflow.RecurringTransaction
-
Constructor
- RecurringTransaction(String, RecurringInfo, UserInfo, Invoice, String) - Constructor for class paypal.payflow.RecurringTransaction
-
Constructor
- RecurringTransaction(String, RecurringInfo, UserInfo, Invoice, BaseTender, String) - Constructor for class paypal.payflow.RecurringTransaction
-
Constructor
- RecurringTransaction(String, RecurringInfo, UserInfo, PayflowConnectionData, String) - Constructor for class paypal.payflow.RecurringTransaction
-
Constructor
- RecurringTransaction(String, RecurringInfo, UserInfo, PayflowConnectionData, Invoice, String) - Constructor for class paypal.payflow.RecurringTransaction
-
Constructor
- RecurringTransaction(String, RecurringInfo, UserInfo, PayflowConnectionData, Invoice, BaseTender, String) - Constructor for class paypal.payflow.RecurringTransaction
-
Constructor
- ReferenceTransaction - Class in paypal.payflow
-
This class is used as base class for all reference transactions.
- ReferenceTransaction() - Constructor for class paypal.payflow.ReferenceTransaction
- ReferenceTransaction(String, String, UserInfo, String) - Constructor for class paypal.payflow.ReferenceTransaction
-
Constructor
- ReferenceTransaction(String, String, UserInfo, Invoice, String) - Constructor for class paypal.payflow.ReferenceTransaction
-
Constructor
- ReferenceTransaction(String, String, UserInfo, Invoice, BaseTender, String) - Constructor for class paypal.payflow.ReferenceTransaction
-
Constructor
- ReferenceTransaction(String, String, UserInfo, PayflowConnectionData, String) - Constructor for class paypal.payflow.ReferenceTransaction
-
Constructor
- ReferenceTransaction(String, String, UserInfo, PayflowConnectionData, Invoice, String) - Constructor for class paypal.payflow.ReferenceTransaction
-
Constructor
- ReferenceTransaction(String, String, UserInfo, PayflowConnectionData, Invoice, BaseTender, String) - Constructor for class paypal.payflow.ReferenceTransaction
-
Constructor
- removeAdviceDetailItem(int) - Method in class paypal.payflow.Invoice
-
Removes a advice detail item from the list.
- removeAllAdviceDetailItem() - Method in class paypal.payflow.Invoice
-
Clears the advice detail item list.
- removeAllLineItems() - Method in class paypal.payflow.Invoice
-
Clears the line item list.
- removeLineItem(int) - Method in class paypal.payflow.Invoice
-
Removes a line item from line item list.
- removeTransHeader(String) - Method in class paypal.payflow.PayflowAPI
-
Removes a Transaction header
- RemoveTransHeader(String) - Method in class paypal.payflow.BaseTransaction
- requestId - Variable in class paypal.payflow.BaseTransaction
-
Unique request id for the transaction.
- requestIdFromParamList(boolean, String) - Static method in class paypal.payflow.PayflowUtility
-
Retrieves request id from param list.
- Response - Class in paypal.payflow
-
Container class for response messages. This class enclosed response data objects specific to following: <ol> <li>Transaction response -- Response messages common to all transactions.</li> <li>Fraud response -- Fraud Filters response messages.</li> <li>Recurring response -- Recurring transaction response messages.</li> <li>Buyerauth response -- Buyer auth response messages. (Not supported.)</li> </ol> <p>Additionally the Response class also contains the transaction context, full request response string values.</p> {@link FraudResponse} {@link TransactionResponse} {@link RecurringResponse} {@link BuyerAuthResponse} {@link Context} Following example shows, how to obtain response of a transaction and how to use it. .......... // Trans is the transaction object. * ................... // Submit the transaction. Response resp = trans.SubmitTransaction(); * <p> if (resp != null) { // Get the Transaction Response parameters. TransactionResponse trxnResponse = resp.getTransactionResponse(); if (trxnResponse!= null) { System.out.println("RESULT = " + trxnResponse.Result); System.out.println("RESPMSG = " + trxnResponse.RespMsg); } * <p> // Get the Recurring Response parameters. RecurringResponse recurResponse = resp.getRecurringResponse(); if (recurResponse != null) { System.out.println("RPREF = " + recurResponse.getRPRef()); System.out.println("PROFILEID = " + recurResponse.getProfileId()); } } * <p> // Get the Context and check for any contained SDK specific errors. Context ctx = resp.getTransactionContext(); if (ctx != null & ctx.getErrorCount() > 0) { System.out.println( "Errors = " + ctx()); } - Response() - Constructor for class paypal.payflow.Response
-
Constructor
- Response(String, Context) - Constructor for class paypal.payflow.Response
-
Constructor
- RETRY_DELAY - Static variable in class paypal.payflow.PayflowConstants
-
Delay before each retry
- roundCurrencyValue(String, int) - Method in class paypal.payflow.Currency
- Rule - Class in paypal.payflow
- Rule() - Constructor for class paypal.payflow.Rule
- RuleParameter - Class in paypal.payflow
- RuleParameter() - Constructor for class paypal.payflow.RuleParameter
S
- SaleTransaction - Class in paypal.payflow
-
This class is used to perform a voice authorization transaction. * This class is used to create and perform a Sale Transaction. ............... // Populate data objects ............... // Create a new SaleTransaction. SaleTransaction trans = new SaleTransaction(user, connection, inv, tender, PayflowUtility.RequestId); // Submit the transaction. Response resp = trans.submitTransaction(); if (resp != null) { // Get the Transaction Response parameters. TransactionResponse trxnResponse = resp.getTransactionResponse(); if (trxnResponse != null) { System.out.println("RESULT = " + trxnResponse.getResult()); System.out.println("PNREF = " + trxnResponse.getPnref()); System.out.println("RESPMSG = " + trxnResponse.getRespMsg()); System.out.println("AUTHCODE = " + trxnResponse.getAuthCode()); System.out.println("AVSADDR = " + trxnResponse.getAVSAddr()); System.out.println("AVSZIP = " + trxnResponse.getAVSZip()); System.out.println("IAVS = " + trxnResponse.getIAVS()); } // Get the Fraud Response parameters. FraudResponse fraudResp = resp.getFraudResponse(); if (fraudResp != null) { System.out.println("PREFPSMSG = " + fraudResp.getPreFpsMsg()); System.out.println("POSTFPSMSG = " + fraudResp.getPostFpsMsg()); } } // Get the Context and check for any contained SDK specific errors. Context ctx = resp.getTransactionContext(); if (ctx != null & ctx.getErrorCount() > 0) { System.out.println("Errors = " + ctx.toString()); } - SaleTransaction(UserInfo, Invoice, BaseTender, String) - Constructor for class paypal.payflow.SaleTransaction
-
Constructor
- SaleTransaction(UserInfo, PayflowConnectionData, Invoice, BaseTender, String) - Constructor for class paypal.payflow.SaleTransaction
-
Constructor
- SDKProperties - Class in paypal.payflow
-
This class is used to set the SDK level properties.
- SDKProperties() - Constructor for class paypal.payflow.SDKProperties
- SEPARATOR_NVP - Static variable in class paypal.payflow.PayflowConstants
-
NVP Separator (=)
- setAcctType(String) - Method in class paypal.payflow.BankAcct
-
Sets the Customer's bank account type.
- setAcsUrl(String) - Method in class paypal.payflow.BuyerAuthResponse
-
Sets the acsurl parameter.
- setAction(String) - Method in class paypal.payflow.Rule
- setAddLAmt(String) - Method in class paypal.payflow.AdviceDetail
-
Sets the advice detail amount
- setAddLAmtType(String) - Method in class paypal.payflow.AdviceDetail
-
Sets the advice detail amount type
- setAddressCity(String) - Method in class paypal.payflow.Address
- setAddressCountry(String) - Method in class paypal.payflow.Address
- setAddressEmail(String) - Method in class paypal.payflow.Address
- setAddressFax(String) - Method in class paypal.payflow.Address
- setAddressFirstName(String) - Method in class paypal.payflow.Address
- setAddressLastName(String) - Method in class paypal.payflow.Address
- setAddressMiddleName(String) - Method in class paypal.payflow.Address
- setAddressPhone(String) - Method in class paypal.payflow.Address
- setAddressPhone2(String) - Method in class paypal.payflow.Address
- setAddressState(String) - Method in class paypal.payflow.Address
- setAddressStreet(String) - Method in class paypal.payflow.Address
- setAddressStreet2(String) - Method in class paypal.payflow.Address
- setAddressZip(String) - Method in class paypal.payflow.Address
- setAddrOverride(String) - Method in class paypal.payflow.ECSetRequest
-
Sets the addrOverride parameter.
- setAdviceDetailNumber(String) - Method in class paypal.payflow.AdviceDetail
-
Sets the advice detail number.
- setallowNote(String) - Method in class paypal.payflow.ECSetRequest
-
Sets the allowNote parameter.
- setAltTaxAmt(String) - Method in class paypal.payflow.LineItem
-
Sets the line item alternate tax amount
- setAltTaxAmt(Currency) - Method in class paypal.payflow.Invoice
-
Sets the AltTaxAmount
- setAltTaxId(String) - Method in class paypal.payflow.LineItem
-
Sets the line item alternate tax id
- setAltTaxRate(String) - Method in class paypal.payflow.LineItem
-
Sets the line item alternate tax rate
- setAmt(Currency) - Method in class paypal.payflow.Invoice
-
Sets the Amount
- setAmt(Currency) - Method in class paypal.payflow.LineItem
-
Sets the Line Item Amount
- setAuthenticationId(String) - Method in class paypal.payflow.BuyerAuthResponse
-
Sets the authentication_id parameter.
- setAuthenticationId(String) - Method in class paypal.payflow.BuyerAuthStatus
-
Sets the authentication_id parameter.
- setAuthenticationStatus(String) - Method in class paypal.payflow.BuyerAuthResponse
-
Sets the authentication_status parameter.
- setAuthenticationStatus(String) - Method in class paypal.payflow.BuyerAuthStatus
-
Sets the authentication_status parameter.
- setAuthType(String) - Method in class paypal.payflow.ACHTender
-
Sets the Authtype.
- setAuthType(String) - Method in class paypal.payflow.BaseTender
-
returns the authorization type
- setAuthValue1(String) - Method in class paypal.payflow.MagTekInfo
-
Sets the Authentication Value 1 generated with the PCode.
- setAuthValue2(String) - Method in class paypal.payflow.MagTekInfo
-
Sets the Authentication Value 2 generated with the PCode.
- setAuthValue3(String) - Method in class paypal.payflow.MagTekInfo
-
Sets the Authentication Value 3 generated with the PCode.
- setba_Custom(String) - Method in class paypal.payflow.ECSetRequest
-
Sets the paymentType parameter.
- setba_Desc(String) - Method in class paypal.payflow.ECSetRequest
-
Sets the billingType parameter.
- setba_Desc(String) - Method in class paypal.payflow.ECUpdateResponse
-
Sets the BA_Desc parameter.
- setBA_Desc(String) - Method in class paypal.payflow.ECUpdateBARequest
-
Sets the BA_Desc parameter.
- setba_Status(String) - Method in class paypal.payflow.ECUpdateBARequest
-
Sets the BA_Status parameter.
- setba_Status(String) - Method in class paypal.payflow.ECUpdateResponse
-
Sets the BA_Status parameter.
- setBAId(String) - Method in class paypal.payflow.ECUpdateBARequest
-
Sets the BAId parameter.
- setbillingType(String) - Method in class paypal.payflow.ECSetRequest
-
Sets the billingType parameter.
- setBillTo(BillTo) - Method in class paypal.payflow.Invoice
-
Sets the BillTo Object
- setBillToCity(String) - Method in class paypal.payflow.BillTo
-
Sets the city
- setBillToCompanyName(String) - Method in class paypal.payflow.BillTo
-
Sets the Company Name.
- setBillToCountry(String) - Method in class paypal.payflow.BillTo
-
Sets the Billing Country.
- setBillToEmail(String) - Method in class paypal.payflow.BillTo
-
Sets the Billing Email.
- setBillToFax(String) - Method in class paypal.payflow.BillTo
-
Sets the Billing Fax
- setBillToFirstName(String) - Method in class paypal.payflow.BillTo
-
Sets the first name.
- setBillToHomePhone(String) - Method in class paypal.payflow.BillTo
-
Sets the Billing HomePhone.
- setBillToLastName(String) - Method in class paypal.payflow.BillTo
-
Sets the last name.
- setBillToMiddleName(String) - Method in class paypal.payflow.BillTo
-
Sets the middle name.
- setBillToPhone(String) - Method in class paypal.payflow.BillTo
-
Sets the billing phone number.
- setBillToPhone2(String) - Method in class paypal.payflow.BillTo
-
Sets the Billing Phone2.
- setBillToState(String) - Method in class paypal.payflow.BillTo
-
Sets the State
- setBillToStreet(String) - Method in class paypal.payflow.BillTo
-
Sets the Billing Street.
- setBillToStreet2(String) - Method in class paypal.payflow.BillTo
-
Sets the Billing Street.
- setBillToZip(String) - Method in class paypal.payflow.BillTo
-
Sets the Billing Zip.
- setBrowserCountryCode(String) - Method in class paypal.payflow.BrowserInfo
-
Sets the browser's country code.
- setBrowserInfo(BrowserInfo) - Method in class paypal.payflow.Invoice
-
Sets the BrowserInfo Object
- setBrowserTime(String) - Method in class paypal.payflow.BrowserInfo
-
Sets the browser time.
- setBrowserUserAgent(String) - Method in class paypal.payflow.BrowserInfo
-
Sets the browser user agent.
- setButtonSource(String) - Method in class paypal.payflow.BrowserInfo
-
Sets the ButtonSource for Direct Payment and Express Checkout.
- setBuyerAuthStatus(BuyerAuthStatus) - Method in class paypal.payflow.BaseTransaction
-
Sets buyer
- setCancelUrl(String) - Method in class paypal.payflow.ECSetRequest
-
Sets the cancelUrl parameter.
- setcaptureComplete(String) - Method in class paypal.payflow.CaptureTransaction
-
Indicates if this Delayed Capture transaction is the last capture you intend to make.
- setCardIssue(String) - Method in class paypal.payflow.CreditCard
-
Sets the cardIssue
- setCardOnFile(String) - Method in class paypal.payflow.CreditCard
-
Sets the cardOnFile
- setCardStart(String) - Method in class paypal.payflow.CreditCard
-
Sets the cardStart
- setCarrierServiceLevelCode(String) - Method in class paypal.payflow.LineItem
-
Sets the line item carrier service level code
- setCatalogNum(String) - Method in class paypal.payflow.LineItem
-
Sets the line item CatalogNum.
- setCatType(String) - Method in class paypal.payflow.Devices
-
Sets the type of terminal
- setCavv(String) - Method in class paypal.payflow.BuyerAuthResponse
-
Sets the CAVV parameter.
- setCavv(String) - Method in class paypal.payflow.BuyerAuthStatus
-
Sets the CAVV parameter.
- setChkNum(String) - Method in class paypal.payflow.BaseTender
-
Sets the check Number.
- setChkType(String) - Method in class paypal.payflow.BaseTender
-
sets the check type
- setCitDate(String) - Method in class paypal.payflow.Invoice
-
Sets the CitDate.
- setClientInfo(ClientInfo) - Method in class paypal.payflow.BaseTransaction
- setClientInfo(ClientInfo) - Method in class paypal.payflow.PayflowAPI
-
Sets the ClientInfo Object.
- setClientType(String) - Method in class paypal.payflow.ClientInfo
- setClientVersion(String) - Method in class paypal.payflow.ClientInfo
-
Sets client version
- setCommCode(String) - Method in class paypal.payflow.Invoice
-
Sets the CommCode
- setCommCode(String) - Method in class paypal.payflow.LineItem
-
Sets the line item CommCode
- setComment1(String) - Method in class paypal.payflow.Invoice
-
Sets Comment1
- setComment2(String) - Method in class paypal.payflow.Invoice
-
Sets Comment2
- setContactLess(String) - Method in class paypal.payflow.Devices
-
Sets the card input capability
- setContext(Context) - Method in class paypal.payflow.ClientInfo
- setContext(Context) - Method in class paypal.payflow.BaseTransaction
- setContext(Context) - Method in class paypal.payflow.FraudResponse
- setCost(Currency) - Method in class paypal.payflow.LineItem
-
Sets the Line item cost
- setCostCenterNum(String) - Method in class paypal.payflow.LineItem
-
Sets the line item CostCenterNum.
- setCountryCode(String) - Method in class paypal.payflow.ExpressCheckoutRequest
-
Sets the countryCode parameter.
- setCreateSecureToken(String) - Method in class paypal.payflow.AuthorizationTransaction
-
the createSecureToken is set.
- setCreateSecureToken(String) - Method in class paypal.payflow.SaleTransaction
-
the createSecureToken is set.
- setCustBrowser(String) - Method in class paypal.payflow.CustomerInfo
-
Sets the Customer's Browser.
- setCustCode(String) - Method in class paypal.payflow.CustomerInfo
-
Sets the CustCode.
- setCustData(String) - Method in class paypal.payflow.CustomerInfo
-
Sets the Customer's Data.
- setCustHostName(String) - Method in class paypal.payflow.CustomerInfo
-
Sets the Customer's Host Name.
- setCustId(String) - Method in class paypal.payflow.CustomerInfo
-
Sets the Customer's Id.
- setCustIp(String) - Method in class paypal.payflow.Invoice
-
Sets the Customer's IP Address.
- setCustIP(String) - Method in class paypal.payflow.CustomerInfo
-
Sets the Customer's IP address.
- setCustom(String) - Method in class paypal.payflow.BrowserInfo
-
Sets Custom for Direct Payment and Express Checkout.
- setCustomerId(String) - Method in class paypal.payflow.CustomerInfo
-
Sets the Customers Id.
- setCustomerInfo(CustomerInfo) - Method in class paypal.payflow.Invoice
-
Sets the CustomerInfo Object
- setCustomerNumber(String) - Method in class paypal.payflow.CustomerInfo
-
Sets the Customers Number.
- setCustRef(String) - Method in class paypal.payflow.Invoice
-
Sets the CommCode
- setCustVatRegNum(String) - Method in class paypal.payflow.CustomerInfo
-
Sets the Customer's VAT registrations number.
- setCvv2(String) - Method in class paypal.payflow.CreditCard
-
Sets the CVV2 value.
- setDesc(String) - Method in class paypal.payflow.Invoice
-
Sets the description
- setDesc(String) - Method in class paypal.payflow.LineItem
-
Sets the Line Item description
- setDesc1(String) - Method in class paypal.payflow.Invoice
-
Sets the description1
- setDesc2(String) - Method in class paypal.payflow.Invoice
-
Sets the description2
- setDesc3(String) - Method in class paypal.payflow.Invoice
-
Sets the description3
- setDesc4(String) - Method in class paypal.payflow.Invoice
-
Sets the description4
- setDevices(Devices) - Method in class paypal.payflow.Invoice
-
Sets the Devices Object
- setDeviceSN(String) - Method in class paypal.payflow.MagTekInfo
-
Sets the Device Serial Number.
- setDiscount(Currency) - Method in class paypal.payflow.Invoice
-
Sets the Discount
- setDiscount(Currency) - Method in class paypal.payflow.LineItem
-
Sets the line item Discount.
- setDL(String) - Method in class paypal.payflow.BaseTender
-
gets the drivers License Number.
- setDob(String) - Method in class paypal.payflow.CustomerInfo
-
Sets the dob.
- setDoReauthorization(String) - Method in class paypal.payflow.ExpressCheckoutRequest
-
Sets the postalCode parameter.
- setDsTransactionId(String) - Method in class paypal.payflow.BuyerAuthStatus
-
Sets the DSTRANSACTION parameter.
- setDutyAmt(Currency) - Method in class paypal.payflow.Invoice
-
Sets the DutyAmount
- setEchoData(String) - Method in class paypal.payflow.Invoice
-
Sets the EchoData.
- setEci(String) - Method in class paypal.payflow.BuyerAuthResponse
-
Sets the ECI parameter.
- setEci(String) - Method in class paypal.payflow.BuyerAuthStatus
-
Sets the ECI parameter.
- setEncMP(String) - Method in class paypal.payflow.MagTekInfo
-
Sets the encrypted MagnePrint information.
- setEncryptionBlockType(String) - Method in class paypal.payflow.MagTekInfo
-
Sets the Encryption Block Type
- setEncTrack1(String) - Method in class paypal.payflow.MagTekInfo
-
Sets the Encrypted Track 1
- setEncTrack2(String) - Method in class paypal.payflow.MagTekInfo
-
Sets the Encrypted Track 2
- setEncTrack3(String) - Method in class paypal.payflow.MagTekInfo
-
Sets the Encrypted Track 3
- setEndTime(String) - Method in class paypal.payflow.Invoice
-
Sets the EndTime
- setExtAmt(String) - Method in class paypal.payflow.LineItem
-
Sets the line item extended item amount.
- setExtData(ExtendData) - Method in class paypal.payflow.BaseTransaction
-
sets extData ArrayList
- setFreightAmt(Currency) - Method in class paypal.payflow.Invoice
-
Sets the Freight Amount
- setFreightAmt(Currency) - Method in class paypal.payflow.LineItem
-
Sets the line item FreightAmt.
- setFrequency(String) - Method in class paypal.payflow.RecurringInfo
-
Gets the frequency parameter.
- setHandlingAmt(Currency) - Method in class paypal.payflow.Invoice
-
Sets the Handling Amount
- setHandlingAmt(Currency) - Method in class paypal.payflow.LineItem
-
Sets the line item HandlingAmt.
- setHeaderBackColor(String) - Method in class paypal.payflow.ECSetRequest
-
Sets the headerBackColor parameter.
- setHeaderBorderColor(String) - Method in class paypal.payflow.ECSetRequest
-
Sets the headerBorderColor parameter.
- setHeaderImg(String) - Method in class paypal.payflow.ECSetRequest
-
Sets the HeaderImg parameter.
- setHostAddress(String) - Static method in class paypal.payflow.SDKProperties
- setHostPort(int) - Static method in class paypal.payflow.SDKProperties
- setIntegrationProduct(String) - Method in class paypal.payflow.ClientInfo
-
Sets the integration product
- setIntegrationVersion(String) - Method in class paypal.payflow.ClientInfo
-
Sets the integration version
- setInvNum(String) - Method in class paypal.payflow.Invoice
-
Sets the InvNum
- setInvoiceDate(String) - Method in class paypal.payflow.Invoice
-
Sets the Invoice Date
- setIsXmlPayRequest(boolean) - Method in class paypal.payflow.PayflowAPI
- setItemAmt(Currency) - Method in class paypal.payflow.Invoice
-
Sets the line item Amount.
- setItemNumber(String) - Method in class paypal.payflow.LineItem
-
Sets the Line item number.
- setKsn(String) - Method in class paypal.payflow.MagTekInfo
-
Sets the KSN.
- setLoadLoggerErrs(boolean) - Method in class paypal.payflow.Context
-
This function can be set to check if logger errors need to be logged.
- setLocalecode(String) - Method in class paypal.payflow.ECSetRequest
-
Sets the localecode parameter.
- setLocalTaxAmt(Currency) - Method in class paypal.payflow.Invoice
-
Sets the Local Tax Amount.
- setLogFileName(String) - Static method in class paypal.payflow.SDKProperties
- setLoggingLevel(int) - Static method in class paypal.payflow.SDKProperties
-
sets the logging level.
- setMagtek(String) - Method in class paypal.payflow.CreditCard
-
gets the MagTek Encrypted Swipe Data.
- setMagtekCardType(String) - Method in class paypal.payflow.MagTekInfo
-
Sets the MagTek Card Type.
- setMagtekPassword(String) - Method in class paypal.payflow.MagTekInfo
-
Sets the MagTek Password.
- setMagtekUserName(String) - Method in class paypal.payflow.MagTekInfo
-
Sets the MagTek User Name.
- setManufacturer(String) - Method in class paypal.payflow.LineItem
-
Sets the line item Manufacturer.
- setMaxAmt(Currency) - Method in class paypal.payflow.ECSetRequest
-
Sets the maxAmt parameter.
- setMaxFailPayments(long) - Method in class paypal.payflow.RecurringInfo
-
Sets the maxFailPayments parameter.
- setMaxLogFileSize(int) - Static method in class paypal.payflow.SDKProperties
-
the max log file size in Bytes
- setMd(String) - Method in class paypal.payflow.BuyerAuthResponse
-
Sets the MD parameter.
- setMerchantCity(String) - Method in class paypal.payflow.MerchantInfo
-
Sets the Merchant's City.
- setMerchantContactInfoId(String) - Method in class paypal.payflow.MerchantInfo
-
Sets the Merchant Contact Information.
- setMerchantCountryCode(String) - Method in class paypal.payflow.MerchantInfo
-
Sets the Merchant Country Code.
- setMerchantId(String) - Method in class paypal.payflow.MagTekInfo
-
Sets the Merchant's ID.
- setMerchantId(String) - Method in class paypal.payflow.MerchantInfo
-
Sets the Merchant Id.
- setMerchantInfo(MerchantInfo) - Method in class paypal.payflow.Invoice
-
Sets the MerchantInfo Object
- setMerchantInvoiceNum(String) - Method in class paypal.payflow.MerchantInfo
-
Sets the Merchant Invoice number.
- setMerchantLocationId(String) - Method in class paypal.payflow.MerchantInfo
-
Sets the Merchant Location Id.
- setMerchantName(String) - Method in class paypal.payflow.MerchantInfo
-
Sets the Merchant's Name.
- setMerchantSessionId(String) - Method in class paypal.payflow.BrowserInfo
-
Sets the merchantSessionId for Direct Payment and Express Checkout.
- setMerchantState(String) - Method in class paypal.payflow.MerchantInfo
-
Sets the Merchant's State.
- setMerchantStreet(String) - Method in class paypal.payflow.MerchantInfo
-
Sets the Merchant's Street.
- setMerchantUrl(String) - Method in class paypal.payflow.MerchantInfo
-
Sets the Merchant Url.
- setMerchantVatNum(String) - Method in class paypal.payflow.MerchantInfo
-
Sets the Merchant VAT number.
- setMerchantZip(String) - Method in class paypal.payflow.MerchantInfo
-
Sets the Merchant's Zip.
- setMerchDescr(String) - Method in class paypal.payflow.MerchantInfo
-
Sets the Merchant's description.
- setMerchSvc(String) - Method in class paypal.payflow.MerchantInfo
-
Sets the Merchant's contact information.
- setMiscData(String) - Method in class paypal.payflow.Invoice
-
Sets the Miscellaneous Data.
- setMpStatus(String) - Method in class paypal.payflow.MagTekInfo
-
Sets the MP Status.
- setName(String) - Method in class paypal.payflow.CreditCard
-
gets the account holder's name.
- setName(String) - Method in class paypal.payflow.RuleParameter
- setNationalTaxAmt(Currency) - Method in class paypal.payflow.Invoice
-
Sets the National Tax Amount.
- setNoOfDecimalDigits(int) - Method in class paypal.payflow.Currency
-
Sets the number of decimal digits required after rounding or truncation.
- setNoShipping(String) - Method in class paypal.payflow.ECSetRequest
-
Sets the noShipping parameter.
- setNotifyURL(String) - Method in class paypal.payflow.BrowserInfo
-
Sets the notifyURL for DirectP ayments and Express Checkout.
- setNum(int) - Method in class paypal.payflow.Rule
- setNum(int) - Method in class paypal.payflow.RuleParameter
- setOptionalTrx(String) - Method in class paypal.payflow.RecurringInfo
-
Sets the optionalTrx parameter.
- setOptionalTrxAmt(Currency) - Method in class paypal.payflow.RecurringInfo
-
Sets the optionalTrxAmt parameter.
- setOrderDate(String) - Method in class paypal.payflow.Invoice
-
Sets the Order Date
- setOrderDesc(String) - Method in class paypal.payflow.Invoice
-
Sets the order description for this Invoice
- setOrderId(String) - Method in class paypal.payflow.Invoice
-
Sets the OrderID.
- setOrderTime(String) - Method in class paypal.payflow.Invoice
-
Sets the Order Time
- setOrigId(String) - Method in class paypal.payflow.AuthorizationTransaction
-
the origId to set.
- setOrigId(String) - Method in class paypal.payflow.RecurringAddTransaction
-
Sets the orig Id.
- setOrigId(String) - Method in class paypal.payflow.SaleTransaction
-
Sets OrigId.
- setOrigPPRef(String) - Method in class paypal.payflow.CreditTransaction
-
sets the OrigPPRef
- setOrigPPRef(String) - Method in class paypal.payflow.ReferenceTransaction
-
sets the OrigPPRef
- setOrigProfileId(String) - Method in class paypal.payflow.RecurringInfo
-
Sets the origProfileId parameter.
- setOsArchitecture(String) - Method in class paypal.payflow.ClientInfo
-
Sets the OS architecture
- setOsName(String) - Method in class paypal.payflow.ClientInfo
-
sets the OsName
- setOsVersion(String) - Method in class paypal.payflow.ClientInfo
-
sets the OsVersion
- setPageStyle(String) - Method in class paypal.payflow.ECSetRequest
-
Sets the pageStyle parameter.
- setPan4(String) - Method in class paypal.payflow.MagTekInfo
-
Sets the last 4-digits of the PAN.
- setPar(String) - Method in class paypal.payflow.Invoice
-
Sets the PAR
- setPar(String) - Method in class paypal.payflow.CreditCard
-
Sets the Payment Account Reference.
- setParams(String) - Method in class paypal.payflow.BaseResponseDataObject
- setParams(String) - Method in class paypal.payflow.Response
- setParams(Hashtable) - Method in class paypal.payflow.BaseResponseDataObject
- setParams(Hashtable) - Method in class paypal.payflow.BuyerAuthResponse
- setParams(Hashtable) - Method in class paypal.payflow.ECDoResponse
- setParams(Hashtable) - Method in class paypal.payflow.ECGetResponse
- setParams(Hashtable) - Method in class paypal.payflow.ECUpdateResponse
- setParams(Hashtable) - Method in class paypal.payflow.ExpressCheckoutResponse
- setParams(Hashtable) - Method in class paypal.payflow.FraudResponse
- setParams(Hashtable) - Method in class paypal.payflow.RecurringResponse
- setParams(Hashtable) - Method in class paypal.payflow.TransactionResponse
- SetParams() - Method in interface paypal.payflow.IResponseDataObject
-
Sets response params.
- setPaReq(String) - Method in class paypal.payflow.BuyerAuthResponse
-
Sets the PaReq parameter.
- setPartialAuth(String) - Method in class paypal.payflow.AuthorizationTransaction
-
the partialAuth to set.
- setPayerId(String) - Method in class paypal.payflow.ECDoRequest
-
Sets the payerid parameter.
- setPayflowAssembly(String) - Method in class paypal.payflow.ClientInfo
-
payflowAssembly, the possible values are PayflowConstants.STRONG_ASSEMBLY or PayflowConstants.WEAK_ASSEMBLY
- setPayFlowColor(String) - Method in class paypal.payflow.ECSetRequest
-
Sets the payFlowColor parameter.
- setPaymentHistory(String) - Method in class paypal.payflow.RecurringInfo
-
Sets the paymentHistory parameter.
- setPaymentNum(String) - Method in class paypal.payflow.RecurringInfo
-
Sets the paymentNum parameter.
- setpaymentType(String) - Method in class paypal.payflow.ECSetRequest
-
Sets the paymentType parameter.
- setpaypalCheckoutBtnType(String) - Method in class paypal.payflow.PayLater
-
Sets the PayPal Checkout Button Type
- setPayPeriod(String) - Method in class paypal.payflow.RecurringInfo
-
Sets the payPeriod parameter.
- setpCode(String) - Method in class paypal.payflow.MagTekInfo
-
Sets the generated Protection Code.
- setPickupCity(String) - Method in class paypal.payflow.LineItem
-
Sets the line item PickupCity.
- setPickupCountry(String) - Method in class paypal.payflow.LineItem
-
Sets the line item PickupCountry.
- setPickupState(String) - Method in class paypal.payflow.LineItem
-
Sets the line item PickupState.
- setPickupStreet(String) - Method in class paypal.payflow.LineItem
-
Sets the line item PickupStreet.
- setPickupZip(String) - Method in class paypal.payflow.LineItem
-
Sets the line item PickupZip.
- setPoNum(String) - Method in class paypal.payflow.Invoice
-
Sets the PoNum.
- setPostalCode(String) - Method in class paypal.payflow.ExpressCheckoutRequest
-
Sets the postalCode parameter.
- setPreNote(String) - Method in class paypal.payflow.ACHTender
-
Sets the PreNote.
- setProdCode(String) - Method in class paypal.payflow.LineItem
-
Sets the Item product code.
- setproductCategory(String) - Method in class paypal.payflow.PayLater
-
Sets the Product Category.
- setprofileAddressChangeDate(String) - Method in class paypal.payflow.PayLater
-
Sets Profile Address Change Date
- setProfileName(String) - Method in class paypal.payflow.RecurringInfo
-
Sets the profileName parameter.
- setpromoCode(String) - Method in class paypal.payflow.PayLaterLineItem
-
Sets the Line item number.
- setpromoCodeOverride(String) - Method in class paypal.payflow.PayLater
-
Sets Promo Code Override
- setProxy(String) - Method in class paypal.payflow.ClientInfo
-
sets the Proxy header
- setProxyAddress(String) - Static method in class paypal.payflow.SDKProperties
- setProxyLogin(String) - Static method in class paypal.payflow.SDKProperties
- setProxyPassword(String) - Static method in class paypal.payflow.SDKProperties
- setProxyPort(int) - Static method in class paypal.payflow.SDKProperties
- setPurDesc(String) - Method in class paypal.payflow.BuyerAuthVETransaction
- setQty(long) - Method in class paypal.payflow.LineItem
-
Sets the Quantity per item.
- setRecurring(String) - Method in class paypal.payflow.Invoice
-
Sets the Recurring status.
- setRecurringType(String) - Method in class paypal.payflow.Invoice
-
Sets the type of the Recurring transaction (UK).
- setRegisteredBy(String) - Method in class paypal.payflow.MagTekInfo
-
Sets the Registered By.
- setReportGroup(String) - Method in class paypal.payflow.Invoice
-
Sets the Report Group.
- setReqBillingAddress(String) - Method in class paypal.payflow.ECSetRequest
-
Sets the reqBillingAddress parameter.
- setReqConfirmShipping(String) - Method in class paypal.payflow.ECSetRequest
-
Sets the reqConfirmShipping parameter.
- setReqName(String) - Method in class paypal.payflow.CustomerInfo
-
Sets the Requester Name.
- setRequestBuffer(StringBuffer) - Method in class paypal.payflow.ClientInfo
-
sets the StringBuffer to hold the request string.
- setRequestId(String) - Method in class paypal.payflow.BaseTransaction
- setRequestString(String) - Method in class paypal.payflow.Response
- setRetryNumDays(long) - Method in class paypal.payflow.RecurringInfo
-
Sets the retryNumDays parameter.
- setReturnUrl(String) - Method in class paypal.payflow.ECSetRequest
-
Sets the Returnurl parameter.
- setRound(boolean) - Method in class paypal.payflow.Currency
-
Sets Currency value rounding flag to true.
- setRuleAlias(String) - Method in class paypal.payflow.Rule
- setRuleDescription(String) - Method in class paypal.payflow.Rule
- setRuleId(String) - Method in class paypal.payflow.Rule
- SetRuleList(ArrayList) - Method in class paypal.payflow.FpsXmlData
- setRuleVendorParms(ArrayList) - Method in class paypal.payflow.Rule
- setRunTimeVersion(String) - Method in class paypal.payflow.ClientInfo
-
Sets the Java runtime version
- setScaExemption(String) - Method in class paypal.payflow.Invoice
-
Sets the SCAExemption.
- setSecureTokenId(String) - Method in class paypal.payflow.AuthorizationTransaction
-
the secureTokenId is set.
- setSecureTokenId(String) - Method in class paypal.payflow.SaleTransaction
-
the secureTokenId is set.
- setShipCarrier(String) - Method in class paypal.payflow.ShipTo
-
Sets the shipping carrier.
- setShipFromZip(String) - Method in class paypal.payflow.ShipTo
-
Sets the ship from zip.
- setShipMethod(String) - Method in class paypal.payflow.ShipTo
-
Sets the shipping method.
- setShippingAmt(Currency) - Method in class paypal.payflow.Invoice
-
Sets the Shipping Amt
- setshippingMethod(String) - Method in class paypal.payflow.PayLater
-
Sets the shippingMethod
- setShipTo(ShipTo) - Method in class paypal.payflow.Invoice
- setShipToCity(String) - Method in class paypal.payflow.ShipTo
-
Sets the shipping city
- setShipToCountry(String) - Method in class paypal.payflow.ShipTo
-
Sets the Shipping Country
- setShipToEmail(String) - Method in class paypal.payflow.ShipTo
-
Sets the shipping email.
- setShipToFirstName(String) - Method in class paypal.payflow.ShipTo
-
Sets the shipping first name
- setShipToLastName(String) - Method in class paypal.payflow.ShipTo
-
Sets the last name in the shipping address.
- setShipToMiddleName(String) - Method in class paypal.payflow.ShipTo
-
Sets the middlename in the shipping address.
- setshiptoName(String) - Method in class paypal.payflow.ECSetRequest
-
Sets the shiptoName parameter.
- setShipToPhone(String) - Method in class paypal.payflow.ShipTo
-
Sets the phone number in the shipping address.
- setShipToPhone2(String) - Method in class paypal.payflow.ShipTo
-
Sets the Phone2 in the shipping address.
- setShipToState(String) - Method in class paypal.payflow.ShipTo
-
Sets the shipping state.
- setShipToStreet(String) - Method in class paypal.payflow.ShipTo
-
Sets the shipping street.
- setShipToStreet2(String) - Method in class paypal.payflow.ShipTo
-
Sets the shipping street2.
- setShipToZip(String) - Method in class paypal.payflow.ShipTo
-
Sets the shipping zip code.
- setSku(String) - Method in class paypal.payflow.LineItem
-
Sets the Item SKU.
- setSS(String) - Method in class paypal.payflow.BaseTender
-
returns the account holders social security number
- setStackTraceOn(boolean) - Static method in class paypal.payflow.SDKProperties
- setStart(String) - Method in class paypal.payflow.RecurringInfo
-
Sets the start parameter.
- setStartTime(String) - Method in class paypal.payflow.Invoice
-
Sets the Start Time.
- setSwipedECRHost(String) - Method in class paypal.payflow.MagTekInfo
-
Sets the Swiped ECR Host.
- setTaxAmt(Currency) - Method in class paypal.payflow.Invoice
-
Sets the Tax Amt
- setTaxAmt(Currency) - Method in class paypal.payflow.LineItem
-
Sets the line item tax amount.
- setTaxExempt(String) - Method in class paypal.payflow.Invoice
-
Sets the TaxExempt
- setTaxRate(Currency) - Method in class paypal.payflow.LineItem
-
Sets the Line item tax rate.
- setTaxType(String) - Method in class paypal.payflow.LineItem
-
Sets the line item TaxType
- setTender(BaseTender) - Method in class paypal.payflow.BaseTransaction
-
Tender object for ACH, Credit Card, PINless Debit & eCheck.
- setTerm(long) - Method in class paypal.payflow.RecurringInfo
-
Sets the term parameter.
- setTermCity(String) - Method in class paypal.payflow.ACHTender
-
Gets the Term City.
- setTermState(String) - Method in class paypal.payflow.ACHTender
-
Gets the TermState.
- setThreeDSVersion(String) - Method in class paypal.payflow.BuyerAuthStatus
-
Sets the THREEDSVERSION parameter.
- setTimeOut(int) - Static method in class paypal.payflow.SDKProperties
- setToken(String) - Method in class paypal.payflow.ExpressCheckoutRequest
-
Sets the token parameter.
- setTraceInitialized(boolean) - Static method in class paypal.payflow.PayflowUtility
- setTrackingNum(String) - Method in class paypal.payflow.LineItem
-
Sets the line item TrackingNum.
- setTransactionId(String) - Method in class paypal.payflow.Invoice
-
Sets the TransactionId.
- setTriggeredMessage(String) - Method in class paypal.payflow.Rule
- setTruncate(boolean) - Method in class paypal.payflow.Currency
-
Sets Currency value truncate flag to true.
- setTxId(String) - Method in class paypal.payflow.CreditCard
-
Sets the Transaction Id (stored credential).
- setType(String) - Method in class paypal.payflow.LineItem
-
Sets the line item Type.
- setType(String) - Method in class paypal.payflow.RuleParameter
- setUnspscCode(String) - Method in class paypal.payflow.LineItem
-
Sets the line item unspsc code
- setUom(String) - Method in class paypal.payflow.LineItem
-
Sets the Line item UOM
- setUpc(String) - Method in class paypal.payflow.LineItem
-
Sets the line item universal product code.
- setUpdateAction(String) - Method in class paypal.payflow.FraudReviewTransaction
- setURLStreamHandlerClass(String) - Static method in class paypal.payflow.SDKProperties
-
Modified 09/20/2006
- setUserItem(UserItem) - Method in class paypal.payflow.Invoice
-
Sets the UserItem Object
- setUserItem1(String) - Method in class paypal.payflow.UserItem
-
Sets USER1
- setUserItem10(String) - Method in class paypal.payflow.UserItem
-
Sets USER10
- setUserItem2(String) - Method in class paypal.payflow.UserItem
-
Sets USER2
- setUserItem3(String) - Method in class paypal.payflow.UserItem
-
Sets USER3
- setUserItem4(String) - Method in class paypal.payflow.UserItem
-
Sets USER4
- setUserItem5(String) - Method in class paypal.payflow.UserItem
-
Sets USER5
- setUserItem6(String) - Method in class paypal.payflow.UserItem
-
Sets USER6
- setUserItem7(String) - Method in class paypal.payflow.UserItem
-
Sets USER7
- setUserItem8(String) - Method in class paypal.payflow.UserItem
-
Sets USER8
- setUserItem9(String) - Method in class paypal.payflow.UserItem
-
Sets USER9
- setValue(String) - Method in class paypal.payflow.RuleParameter
- setVatInvNum(String) - Method in class paypal.payflow.Invoice
-
Sets the VAT Invoice Number.
- setVatRegNum(String) - Method in class paypal.payflow.Invoice
-
Sets the VAT registration number
- setVatTaxAmt(Currency) - Method in class paypal.payflow.Invoice
-
Sets the Vat Tax Amt
- setVatTaxPercent(String) - Method in class paypal.payflow.Invoice
-
Sets the VAT Tax percentage.
- setVatTaxRate(String) - Method in class paypal.payflow.Invoice
-
Sets the VAT Tax Rate.
- setVerbosity(String) - Method in class paypal.payflow.BaseTransaction
-
Value (LOW, MEDIUM or HIGH) that controls the detail level and format of transaction results.
- setVMaid(String) - Method in class paypal.payflow.Invoice
-
Sets the VMaid
- setXid(String) - Method in class paypal.payflow.BuyerAuthResponse
-
Sets the XID parameter.
- setXid(String) - Method in class paypal.payflow.BuyerAuthStatus
-
Sets the XID parameter.
- SEVERITY_DEBUG - Static variable in class paypal.payflow.PayflowConstants
-
Severity for a DEBUG level message.
- SEVERITY_ERROR - Static variable in class paypal.payflow.PayflowConstants
-
Severity for a ERROR level message.
- SEVERITY_FATAL - Static variable in class paypal.payflow.PayflowConstants
-
Severity for a FATAL level message.
- SEVERITY_INFO - Static variable in class paypal.payflow.PayflowConstants
-
Severity for a INFO level message.
- SEVERITY_WARN - Static variable in class paypal.payflow.PayflowConstants
-
Severity for a WARN level message.
- ShipTo - Class in paypal.payflow
-
Used for shipping address information
- ShipTo() - Constructor for class paypal.payflow.ShipTo
-
Constructor
- StringValueLength(String) - Static method in class paypal.payflow.PayflowUtility
- STRONG_ASSEMBLY - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Request types
- submitTransaction() - Method in class paypal.payflow.BaseTransaction
-
This method submits the transaction to the PayPal Payment Gateway.
- submitTransaction(String, String) - Method in class paypal.payflow.PayflowAPI
-
Submits a transaction to Payflow Server.
- SwipeCard - Class in paypal.payflow
-
Used for swipe card information *
- SwipeCard(String) - Constructor for class paypal.payflow.SwipeCard
-
Constructor for SwipeCard
T
- TAG_DUPLICATE - Static variable in class paypal.payflow.PayflowConstants
- TENDERTYPE_ACH - Static variable in class paypal.payflow.PayflowConstants
- TENDERTYPE_CARD - Static variable in class paypal.payflow.PayflowConstants
- TENDERTYPE_PAYPAL - Static variable in class paypal.payflow.PayflowConstants
- TENDERTYPE_TELECHECK - Static variable in class paypal.payflow.PayflowConstants
- toString() - Method in class paypal.payflow.Context
-
This method overrides the toString() method of the System.Object Class.This method converts the information in the Context in the string format.The format is as follows: *
- toString() - Method in class paypal.payflow.Currency
-
Overrides ToString
- toString() - Method in class paypal.payflow.ErrorObject
-
This function formats the error message by filling the place holders with the context parameters
- toString(int, String) - Method in class paypal.payflow.Context
-
This method is another overload for the method toString().This method converts the information in the Context in the string format.This will return the formatted error string for messages that have severity level equal to or above the severitylevel parameter passed to this function.The messages for different errors are separated by the separator format passed to the method.In case no separator is passed a new line character is used.
- TRACE_DEFAULT - Static variable in class paypal.payflow.PayflowConstants
-
Tag for TRACE in config file
- TransactionResponse - Class in paypal.payflow
-
Used for transaction response.
- TransactionResponse() - Constructor for class paypal.payflow.TransactionResponse
- truncateCurrencyValue(String, int) - Method in class paypal.payflow.Currency
- TRXTYPE_AUTH - Static variable in class paypal.payflow.PayflowConstants
- TRXTYPE_BUYERAUTH_VA - Static variable in class paypal.payflow.PayflowConstants
- TRXTYPE_BUYERAUTH_VE - Static variable in class paypal.payflow.PayflowConstants
- TRXTYPE_CAPTURE - Static variable in class paypal.payflow.PayflowConstants
- TRXTYPE_CREDIT - Static variable in class paypal.payflow.PayflowConstants
- TRXTYPE_FRAUDAPPROVE - Static variable in class paypal.payflow.PayflowConstants
- TRXTYPE_INQUIRY - Static variable in class paypal.payflow.PayflowConstants
- TRXTYPE_RECURRING - Static variable in class paypal.payflow.PayflowConstants
- TRXTYPE_SALE - Static variable in class paypal.payflow.PayflowConstants
- TRXTYPE_VOICEAUTH - Static variable in class paypal.payflow.PayflowConstants
- TRXTYPE_VOID - Static variable in class paypal.payflow.PayflowConstants
U
- USER_AGENT - Static variable in class paypal.payflow.PayflowConstants
-
SDK User Agent (Java SDK)
- UserInfo - Class in paypal.payflow
-
Used for PayPal User account information This is a required class for a strong assembly transactions.
- UserInfo(String, String, String, String) - Constructor for class paypal.payflow.UserInfo
-
Constructor
- UserItem - Class in paypal.payflow
-
This class holds the USER1 to USER10 related information.
- UserItem() - Constructor for class paypal.payflow.UserItem
-
Constructor.
V
- VoiceAuthTransaction - Class in paypal.payflow
-
This class is used to perform a voice authorization transaction. Some transactions cannot be authorized over the Internet (for example, high dollar amounts)'processing networks generate Referral (Result Code 13) transactions. In these situations, contact the customer service department of the merchant bank and provide the payment information as requested. If the transaction is approved, the bank provides a voice authorization code (AUTHCODE) for the transaction. This must be included as AUTHCODE as part of a Voice Authorization transaction. ............... // Populate data objects ............... // Create a new Voice Auth Transaction. VoiceAuthTransaction trans = new VoiceAuthTransaction("123PNI", user, connection, inv, card, PayflowUtility.RequestId); // Submit the transaction. Response resp = trans.submitTransaction(); if (resp != null) { // Get the Transaction Response parameters. TransactionResponse trxnResponse = resp.getTransactionResponse(); if (trxnResponse != null) { System.out.println("RESULT = " + trxnResponse.getResult()); System.out.println("PNREF = " + trxnResponse.getPnref()); System.out.println("RESPMSG = " + trxnResponse.getRespMsg()); } } // Get the Context and check for any contained SDK specific errors. Context ctx = resp.getTransactionContext(); if (ctx != null & ctx.getErrorCount() > 0) { System.out.println("Errors = " + ctx.toString()); } - VoiceAuthTransaction(String, String, UserInfo, PayflowConnectionData, Invoice, BaseTender, String) - Constructor for class paypal.payflow.VoiceAuthTransaction
-
Constructor
- VoiceAuthTransaction(String, UserInfo, Invoice, BaseTender, String) - Constructor for class paypal.payflow.VoiceAuthTransaction
-
Constructor
- VoiceAuthTransaction(String, UserInfo, PayflowConnectionData, Invoice, BaseTender, String) - Constructor for class paypal.payflow.VoiceAuthTransaction
-
Constructor
- VoidTransaction - Class in paypal.payflow
-
This class is used to perform a void transaction. The Void transaction prevents a transaction from being settled, but does not release the authorization (hold on funds) on the cardholder's account. Delayed Capture, Sale, Credit, Authorization, and Voice Authorization transactions can be voided. A Void transaction cannot be voided. The Void must occur prior to settlement. ................ // Populate data objects ............... // Create a new Void Transaction. // The ORIGID is the PNREF no. for a previous transaction. VoidTransaction trans = new VoidTransaction("V63A0A07BE5A", user, connection, payflowUtility.getRequestId()); // Submit the transaction. Response resp = Trans.submitTransaction(); if (resp != null) { // Get the Transaction Response parameters. TransactionResponse trxnResponse = resp.getTransactionResponse(); if (trxnResponse != null) { System.out.println("RESULT = " + trxnResponse.getResult()); System.out.println("PNREF = " + trxnResponse.getPnref()); System.out.println("RESPMSG = " + trxnResponse.getRespMsg()); } } // Get the Context and check for any contained SDK specific errors. Context ctx = resp.getTransactionContext(); if (ctx != null & ctx.getErrorCount() > 0) { System.out.println("Errors = " + ctx.toString()); } - VoidTransaction(String, UserInfo, String) - Constructor for class paypal.payflow.VoidTransaction
-
Constructor
- VoidTransaction(String, UserInfo, Invoice, String) - Constructor for class paypal.payflow.VoidTransaction
-
Constructor
- VoidTransaction(String, UserInfo, PayflowConnectionData, String) - Constructor for class paypal.payflow.VoidTransaction
-
Constructor
- VoidTransaction(String, UserInfo, PayflowConnectionData, Invoice, String) - Constructor for class paypal.payflow.VoidTransaction
-
Constructor
W
- WEAK_ASSEMBLY - Static variable in class paypal.payflow.PayflowConstants
-
Payflow Request types
X
- XML_CONTENT_TYPE - Static variable in class paypal.payflow.PayflowConstants
-
XML Content Type (text/xml)
- XML_ID - Static variable in class paypal.payflow.PayflowConstants
-
XmlPay ID
- XML_PARAM_ACCTNUM - Static variable in class paypal.payflow.PayflowConstants
-
XML Pay Param AcctNum
- XML_PARAM_ACTION - Static variable in class paypal.payflow.PayflowConstants
-
protected Param action
- XML_PARAM_CARDNUM - Static variable in class paypal.payflow.PayflowConstants
-
XML Pay Param CardNum
- XML_PARAM_CVNUM - Static variable in class paypal.payflow.PayflowConstants
-
XML Pay Param CVNum
- XML_PARAM_DL - Static variable in class paypal.payflow.PayflowConstants
-
XML Pay Param DL
- XML_PARAM_DOB - Static variable in class paypal.payflow.PayflowConstants
-
XML Pay Param DOB
- XML_PARAM_EXPDATE - Static variable in class paypal.payflow.PayflowConstants
-
XML Pay Param ExpDate
- XML_PARAM_MAGDATA - Static variable in class paypal.payflow.PayflowConstants
-
XML Pay Param MagData
- XML_PARAM_MESSAGE - Static variable in class paypal.payflow.PayflowConstants
-
Xml Pay param Message
- XML_PARAM_MICR - Static variable in class paypal.payflow.PayflowConstants
-
XML Pay Param MICR
- XML_PARAM_NAME - Static variable in class paypal.payflow.PayflowConstants
-
protected Param name
- XML_PARAM_NUM - Static variable in class paypal.payflow.PayflowConstants
-
protected Param num
- XML_PARAM_PARTNER - Static variable in class paypal.payflow.PayflowConstants
-
XML Pay Param Partner
- XML_PARAM_PASSWORD - Static variable in class paypal.payflow.PayflowConstants
-
XML Pay Param Password
- XML_PARAM_REQUEST_ID - Static variable in class paypal.payflow.PayflowConstants
-
XML Pay Param request_id
- XML_PARAM_RESPONSE_ID - Static variable in class paypal.payflow.PayflowConstants
-
XML Pay Param response_id
- XML_PARAM_RESULT - Static variable in class paypal.payflow.PayflowConstants
-
Xml Pay Param Result
- XML_PARAM_RULE - Static variable in class paypal.payflow.PayflowConstants
-
protected Param rule
- XML_PARAM_RULEALIAS - Static variable in class paypal.payflow.PayflowConstants
-
protected Param ruleAlias
- XML_PARAM_RULEDESCRIPTION - Static variable in class paypal.payflow.PayflowConstants
-
protected Param ruleDescription
- XML_PARAM_RULEID - Static variable in class paypal.payflow.PayflowConstants
-
protected Param ruleId
- XML_PARAM_RULEPARAMETER - Static variable in class paypal.payflow.PayflowConstants
-
protected Param ruleParameter
- XML_PARAM_RULEVENDORPARMS - Static variable in class paypal.payflow.PayflowConstants
-
protected Param rulevendorparms
- XML_PARAM_SS - Static variable in class paypal.payflow.PayflowConstants
-
XML Pay Param SS
- XML_PARAM_START_TAG - Static variable in class paypal.payflow.PayflowConstants
-
XML Pay Start tag
- XML_PARAM_TRIGGEREDMESSAGE - Static variable in class paypal.payflow.PayflowConstants
-
protected Param triggeredMessage
- XML_PARAM_TYPE - Static variable in class paypal.payflow.PayflowConstants
-
protected Param type
- XML_PARAM_USER - Static variable in class paypal.payflow.PayflowConstants
-
XML Pay Param User
- XML_PARAM_VALUE - Static variable in class paypal.payflow.PayflowConstants
-
protected Param value
- XML_PARAM_VENDOR - Static variable in class paypal.payflow.PayflowConstants
-
XML Pay Param Vendor
- XML_PARAM_VERSION - Static variable in class paypal.payflow.PayflowConstants
-
XML Pay Param version
- XML_RESP_ID - Static variable in class paypal.payflow.PayflowConstants
-
XmlPay Response ID
- XMLPAY_NAMESPACE - Static variable in class paypal.payflow.PayflowConstants
-
XML Pay namespace (http://www.paypal.com/XMLPay)
- XMLPAY_REQUEST_TAG - Static variable in class paypal.payflow.PayflowConstants
-
XML Pay request tag (XMLPayRequest)
All Classes and Interfaces|All Packages|Constant Field Values