code
stringlengths
1
2.01M
language
stringclasses
1 value
<?php /** * $Header: /cvs_storage/123gohelmets_v2/lib/paypal-sdk/Log/mcal.php,v 1.1 2011/09/18 05:16:07 iling Exp $ * $Horde: horde/lib/Log/mcal.php,v 1.2 2000/06/28 21:36:13 jon Exp $ * * @version $Revision: 1.1 $ * @package Log */ /** * The Log_mcal class is a concrete implementation of the Log:: ...
PHP
<?php /** * $Header: /cvs_storage/123gohelmets_v2/lib/paypal-sdk/Log/sql.php,v 1.1 2011/09/18 05:16:06 iling Exp $ * $Horde: horde/lib/Log/sql.php,v 1.12 2000/08/16 20:27:34 chuck Exp $ * * @version $Revision: 1.1 $ * @package Log */ /** PEAR's DB package */ require_once 'DB.php'; /** * The Log_sq...
PHP
<?php /** * $Header: /cvs_storage/123gohelmets_v2/lib/paypal-sdk/Log/null.php,v 1.1 2011/09/18 05:16:06 iling Exp $ * * @version $Revision: 1.1 $ * @package Log */ /** * The Log_null class is a concrete implementation of the Log:: abstract * class. It simply consumes log events. * * @author Jon ...
PHP
<?php /** * Base PayPal SDK file. * * @package PayPal */ /** * Include our error class and the PEAR base class. */ require_once 'PEAR.php'; require_once 'PayPal/Error.php'; /** * End point for users to access the PayPal API, provides utility * methods used internally as well as factory methods....
PHP
<? require_once "PayPal/SOAP/Value.php"; require_once "PayPal/Type/XSDType.php"; /** * PayPal SDK class for handling items that can occur multiple times, e.g. * PaymentDetailsItem in the DoExpressCheckout call. */ class MultiOccurs extends XSDType { /** * Constructor. Pass the node and element n...
PHP
<?php /** * $Header: /cvs_storage/123gohelmets_v2/lib/paypal-sdk/Log.php,v 1.1 2011/09/18 05:15:14 iling Exp $ * $Horde: horde/lib/Log.php,v 1.15 2000/06/29 23:39:45 jon Exp $ * * @version $Revision: 1.1 $ * @package Log */ define('PEAR_LOG_EMERG', 0); /** System is unusable */ define('PEAR_LOG_...
PHP
<?php // +-----------------------------------------------------------------------+ // | Copyright (c) 2002-2003, Richard Heyes | // | All rights reserved. | // | | /...
PHP
<?php // +-----------------------------------------------------------------------+ // | Copyright (c) 2002-2003, Richard Heyes | // | All rights reserved. | // | | /...
PHP
<?php // +-----------------------------------------------------------------------+ // | Copyright (c) 2002-2004, Richard Heyes | // | All rights reserved. | // | | /...
PHP
<?php // // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ // | Copyright (c) 1997-2003 The PHP Group | /...
PHP
<?php /** * Example PayPal SDK configuration file. */ /** * What level should we log at? Valid levels are: * PEAR_LOG_ERR - Log only severe errors. * PEAR_LOG_INFO - (default) Date/time of operation, operation name, elapsed time, success or failure indication. * PEAR_LOG_DEBUG - Full text of SO...
PHP
<?php /** * File containing the encryption services code. * * @package PayPal */ /** * Load files we depend on. */ require_once 'PayPal.php'; /** * API for doing PayPal encryption services. * * @package PayPal */ class EWPServices { /** * The profile to use for encryption. ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/DoExpressCheckoutPaymentRequestType.php'; /** * DoUATPExpressCheckoutPaymentRequestType * * @package PayPal */ class DoUATPExpressCheckoutPaymentRequestType extends DoExpressCheckoutPaymentRequestType { ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ThreeDSecureRequestType * * The Common 3DS fields. Common for both GTD and DCC API's. * * @package PayPal */ class ThreeDSecureRequestType extends XSDSimpleType { var $Eci3...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * UpdateRecurringPaymentsProfileRequestType * * @package PayPal */ class UpdateRecurringPaymentsProfileRequestType extends AbstractRequestType { var $UpdateRecurringPaymen...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * PaymentTransactionSearchResultType * * PaymentTransactionSearchResultType Results from a PaymentTransaction search * * @package PayPal */ class PaymentTransactionSearchResultTy...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * AccountEntryType * * @package PayPal */ class AccountEntryType extends XSDSimpleType { /** * Balance as of a given entry, can be 0.00. */ var $Balance; /** ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * ManagePendingTransactionStatusResponseType * * @package PayPal */ class ManagePendingTransactionStatusResponseType extends AbstractResponseType { var $TransactionID; ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * DoCaptureResponseType * * @package PayPal */ class DoCaptureResponseType extends AbstractResponseType { var $DoCaptureResponseDetails; function DoCaptureResponseTy...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ReferenceCreditCardDetailsType * * CreditCardDetailsType for DCC Reference Transaction Information about a Credit * Card. * * @package PayPal */ class ReferenceCreditCardDetai...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * FMFDetailsType * * Thes are filters that could result in accept/deny/pending action. * * @package PayPal */ class FMFDetailsType extends XSDSimpleType { var $AcceptFilters;...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * BillOutstandingAmountResponseDetailsType * * @package PayPal */ class BillOutstandingAmountResponseDetailsType extends XSDSimpleType { var $ProfileID; function BillOutsta...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * IncentiveApplyIndicationType * * Defines which bucket or item that the incentive should be applied to. * * @package PayPal */ class IncentiveApplyIndicationType extends XSDSimp...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * GetBoardingDetailsRequestType * * @package PayPal */ class GetBoardingDetailsRequestType extends AbstractRequestType { /** * A unique token returned by the EnterBoa...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * UserIdPasswordType * * @package PayPal */ class UserIdPasswordType extends XSDSimpleType { var $AppId; var $DevId; var $AuthCert; /** * The username is the...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * RiskFilterListType * * Details of Risk Filter. * * @package PayPal */ class RiskFilterListType extends XSDSimpleType { var $Filters; function RiskFilterListType() ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * FlightDetailsType * * Details of leg information * * @package PayPal */ class FlightDetailsType extends XSDSimpleType { var $ConjuctionTicket; var $ExchangeTicket; ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * DoExpressCheckoutPaymentRequestType * * @package PayPal */ class DoExpressCheckoutPaymentRequestType extends AbstractRequestType { var $DoExpressCheckoutPaymentRequestDe...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * InitiateRecoupRequestType * * @package PayPal */ class InitiateRecoupRequestType extends AbstractRequestType { var $EnhancedInitiateRecoupRequestDetails; function I...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * MerchantPullPaymentType * * MerchantPullPayment Parameters to make initiate a pull payment * * @package PayPal */ class MerchantPullPaymentType extends XSDSimpleType { /** ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * DoReferenceTransactionRequestDetailsType * * @package PayPal */ class DoReferenceTransactionRequestDetailsType extends XSDSimpleType { var $ReferenceID; var $PaymentActio...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * CrossPromotionsType * * Merchandizing info for an Item. This contains a list of crosssell or upsell * items. PrimaryScheme, PromotionMethod,SellerId,ItemId, ShippingDiscount do n...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * DoNonReferencedCreditRequestType * * @package PayPal */ class DoNonReferencedCreditRequestType extends AbstractRequestType { var $DoNonReferencedCreditRequestDetails; ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * MerchantPullPaymentResponseType * * MerchantPullPaymentResponseType Response data from the merchant pull. * * @package PayPal */ class MerchantPullPaymentResponseType extends X...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ListingDetailsType * * Contains the listed item details which consists of following information: . * * @package PayPal */ class ListingDetailsType extends XSDSimpleType { v...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ItemArrayType * * @package PayPal */ class ItemArrayType extends XSDSimpleType { var $Item; function ItemArrayType() { parent::XSDSimpleType(); $this-...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * ReverseTransactionRequestType * * @package PayPal */ class ReverseTransactionRequestType extends AbstractRequestType { var $ReverseTransactionRequestDetails; functi...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * UpdateRecurringPaymentsProfileResponseType * * @package PayPal */ class UpdateRecurringPaymentsProfileResponseType extends AbstractResponseType { var $UpdateRecurringPa...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * BAUpdateResponseDetailsType * * @package PayPal */ class BAUpdateResponseDetailsType extends XSDSimpleType { var $BillingAgreementID; var $BillingAgreementDescription; ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * PromotedItemType * * Merchandizing info for an Item. This contains a list of crosssell or upsell * items. * * @package PayPal */ class PromotedItemType extends XSDSimpleType {...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * GetMobileStatusRequestDetailsType * * @package PayPal */ class GetMobileStatusRequestDetailsType extends XSDSimpleType { /** * Phone number for status inquiry */ ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * SetExpressCheckoutRequestType * * @package PayPal */ class SetExpressCheckoutRequestType extends AbstractRequestType { var $SetExpressCheckoutRequestDetails; functi...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * BillOutstandingAmountResponseType * * @package PayPal */ class BillOutstandingAmountResponseType extends AbstractResponseType { var $BillOutstandingAmountResponseDetail...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * GetMobileStatusResponseType * * @package PayPal */ class GetMobileStatusResponseType extends AbstractResponseType { /** * Indicates whether the phone is activated ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * AbstractResponseType * * Base type definition of a response payload that can carry any type of payload * content with following optional elements: - timestamp of response message...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * GetIncentiveEvaluationResponseDetailsType * * @package PayPal */ class GetIncentiveEvaluationResponseDetailsType extends XSDSimpleType { var $IncentiveDetails; var $Reque...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ListOfAttributeSetType * * @package PayPal */ class ListOfAttributeSetType extends XSDSimpleType { var $AttributeSet; function ListOfAttributeSetType() { pare...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * SellingStatusType * * Contains the listed items price details which consists of following information: * BuyItNowPrice, ConvertedBuyItNowPrice, ConvertedPrice, ConvertedStartPric...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * TransactionsType * * Contains information about multiple individual transations. * * @package PayPal */ class TransactionsType extends XSDSimpleType { var $Transaction; ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * GetTransactionDetailsRequestType * * @package PayPal */ class GetTransactionDetailsRequestType extends AbstractRequestType { /** * Unique identifier of a transactio...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * DoMobileCheckoutPaymentResponseDetailsType * * @package PayPal */ class DoMobileCheckoutPaymentResponseDetailsType extends XSDSimpleType { /** * A free-form field for you...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * BillUserResponseType * * @package PayPal */ class BillUserResponseType extends AbstractResponseType { var $BillUserResponseDetails; var $FMFDetails; function ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * BAUpdateRequestType * * @package PayPal */ class BAUpdateRequestType extends AbstractRequestType { var $ReferenceID; var $BillingAgreementDescription; var $Bil...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * DoNonReferencedCreditResponseType * * @package PayPal */ class DoNonReferencedCreditResponseType extends AbstractResponseType { var $DoNonReferencedCreditResponseDetail...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * OptionTrackingDetailsType * * @package PayPal */ class OptionTrackingDetailsType extends XSDSimpleType { /** * Option Number. */ var $OptionNumber; /** ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * GetAuthDetailsResponseType * * @package PayPal */ class GetAuthDetailsResponseType extends AbstractResponseType { var $GetAuthDetailsResponseDetails; function GetA...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * CreateMobilePaymentRequestDetailsType * * @package PayPal */ class CreateMobilePaymentRequestDetailsType extends XSDSimpleType { /** * Type of the payment */ var...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * BMGetInventoryResponseType * * @package PayPal */ class BMGetInventoryResponseType extends AbstractResponseType { var $HostedButtonID; var $TrackInv; var $Tra...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * UpdateAccessPermissionsResponseType * * @package PayPal */ class UpdateAccessPermissionsResponseType extends AbstractResponseType { /** * The status of the update ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * SetAccessPermissionsRequestDetailsType * * @package PayPal */ class SetAccessPermissionsRequestDetailsType extends XSDSimpleType { /** * URL to which the customer's brows...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * GetBalanceRequestType * * @package PayPal */ class GetBalanceRequestType extends AbstractRequestType { var $ReturnAllCurrencies; function GetBalanceRequestType() ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * DoMobileCheckoutPaymentRequestType * * @package PayPal */ class DoMobileCheckoutPaymentRequestType extends AbstractRequestType { /** * A timestamped token, the valu...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * BasicAmountType * * On requests, you must set the currencyID attribute to one of the three-character * currency codes for any of the supported PayPal currencies. * * @package P...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * CreateRecurringPaymentsProfileRequestType * * @package PayPal */ class CreateRecurringPaymentsProfileRequestType extends AbstractRequestType { var $CreateRecurringPaymen...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * GetTransactionDetailsResponseType * * @package PayPal */ class GetTransactionDetailsResponseType extends AbstractResponseType { var $PaymentTransactionDetails; var...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * EnterBoardingRequestType * * @package PayPal */ class EnterBoardingRequestType extends AbstractRequestType { var $EnterBoardingRequestDetails; function EnterBoardin...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * TaxInfoType * * @package PayPal */ class TaxInfoType extends XSDSimpleType { var $TaxAmount; var $SalesTaxPercentage; var $TaxState; function TaxInfoType() ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ReverseTransactionResponseDetailsType * * @package PayPal */ class ReverseTransactionResponseDetailsType extends XSDSimpleType { /** * Unique transaction identifier of th...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * EnhancedCheckoutDataType * * @package PayPal */ class EnhancedCheckoutDataType extends XSDSimpleType { function EnhancedCheckoutDataType() { parent::XSDSimpleType(...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * DoReferenceTransactionResponseDetailsType * * @package PayPal */ class DoReferenceTransactionResponseDetailsType extends XSDSimpleType { var $BillingAgreementID; var $Pay...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * BillOutstandingAmountRequestDetailsType * * @package PayPal */ class BillOutstandingAmountRequestDetailsType extends XSDSimpleType { var $ProfileID; var $Amount; var...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * DoCaptureResponseDetailsType * * @package PayPal */ class DoCaptureResponseDetailsType extends XSDSimpleType { /** * The authorization identification number you specified...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * PaymentInfoType * * PaymentInfoType Payment information. * * @package PayPal */ class PaymentInfoType extends XSDSimpleType { /** * A transaction identification number...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * SetMobileCheckoutRequestDetailsType * * @package PayPal */ class SetMobileCheckoutRequestDetailsType extends XSDSimpleType { /** * The phone number of the buyer's mobile ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * PaymentType * * @package PayPal */ class PaymentType extends XSDSimpleType { var $PaymentMeans; function PaymentType() { parent::XSDSimpleType(); $thi...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * CategoryArrayType * * @package PayPal */ class CategoryArrayType extends XSDSimpleType { var $Category; function CategoryArrayType() { parent::XSDSimpleType()...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * BillUserRequestType * * @package PayPal */ class BillUserRequestType extends AbstractRequestType { var $MerchantPullPaymentDetails; /** * This flag indicates t...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * EnterBoardingResponseType * * @package PayPal */ class EnterBoardingResponseType extends AbstractResponseType { /** * A unique token that identifies this boarding ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * RiskFilterDetailsType * * Details of Risk Filter. * * @package PayPal */ class RiskFilterDetailsType extends XSDSimpleType { var $Id; var $Name; var $Description;...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * VATDetailsType * * Contains information required To list a business item. BusinessSeller - only for * add item, the RestrictedToBusiness and VATPercent for both get and add, for ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * DoDirectPaymentRequestType * * @package PayPal */ class DoDirectPaymentRequestType extends AbstractRequestType { var $DoDirectPaymentRequestDetails; /** * This...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * BusinessInfoType * * BusinessInfoType * * @package PayPal */ class BusinessInfoType extends XSDSimpleType { /** * Type of business, such as corporation or sole proprie...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ScheduleDetailsType * * @package PayPal */ class ScheduleDetailsType extends XSDSimpleType { /** * Schedule details for the Recurring Payment */ var $Description...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * PaginationResultType * * @package PayPal */ class PaginationResultType extends XSDSimpleType { var $TotalNumberOfPages; var $TotalNumberOfEntries; function Paginatio...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * SalesTaxType * * @package PayPal */ class SalesTaxType extends XSDSimpleType { /** * Amount of the sales tax to be collected for the transaction. Sales tax is only *...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * IncentiveRequestDetailsType * * @package PayPal */ class IncentiveRequestDetailsType extends XSDSimpleType { var $RequestId; var $RequestType; var $RequestDetailLeve...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * GetBoardingDetailsResponseType * * @package PayPal */ class GetBoardingDetailsResponseType extends AbstractResponseType { var $GetBoardingDetailsResponseDetails; f...
PHP
<?php /** * This is one of two base Type files that are not automatically * generated from the WSDL. * * @package PayPal */ /** * Base Type classs that allows for conversion of types into * SOAP_Value objects. * * @package PayPal */ class XSDType { /** * Information about all of the...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * GetBillingAgreementCustomerDetailsRequestType * * @package PayPal */ class GetBillingAgreementCustomerDetailsRequestType extends AbstractRequestType { var $Token; f...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * GetIncentiveEvaluationRequestDetailsType * * @package PayPal */ class GetIncentiveEvaluationRequestDetailsType extends XSDSimpleType { var $ExternalBuyerId; var $Incentiv...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ActivationDetailsType * * @package PayPal */ class ActivationDetailsType extends XSDSimpleType { var $InitialAmount; var $FailedInitialAmountAction; function Activat...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * BillingPeriodDetailsType * * @package PayPal */ class BillingPeriodDetailsType extends XSDSimpleType { /** * Unit of meausre for billing cycle */ var $BillingPer...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * DoVoidRequestType * * @package PayPal */ class DoVoidRequestType extends AbstractRequestType { /** * The value of the original authorization identification number r...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * GetAuthDetailsRequestType * * @package PayPal */ class GetAuthDetailsRequestType extends AbstractRequestType { /** * A timestamped token, the value of which was ret...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * TransactionStatusType * * @package PayPal */ class TransactionStatusType extends XSDSimpleType { /** * Indicates the success or failure of an eBay Online Payment for the ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * EnterBoardingRequestDetailsType * * @package PayPal */ class EnterBoardingRequestDetailsType extends XSDSimpleType { /** * Onboarding program code given to you by PayPal....
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * SiteHostedPictureType * * @package PayPal */ class SiteHostedPictureType extends XSDSimpleType { /** * URLs for item picture that are stored/hosted at eBay site. */ ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * DoNonReferencedCreditRequestDetailsType * * @package PayPal */ class DoNonReferencedCreditRequestDetailsType extends XSDSimpleType { var $Amount; var $NetAmount; var...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * PaginationType * * @package PayPal */ class PaginationType extends XSDSimpleType { var $EntriesPerPage; var $PageNumber; function PaginationType() { pare...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * AddressType * * @package PayPal */ class AddressType extends XSDSimpleType { /** * Person's name associated with this address. */ var $Name; /** * Firs...
PHP