code
stringlengths
1
2.01M
language
stringclasses
1 value
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * OptionDetailsType * * @package PayPal */ class OptionDetailsType extends XSDSimpleType { /** * Option Name. */ var $OptionName; var $OptionSelectionDetails;...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * DoAuthorizationResponseType * * @package PayPal */ class DoAuthorizationResponseType extends AbstractResponseType { /** * An authorization identification number. ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * GetMobileStatusRequestType * * @package PayPal */ class GetMobileStatusRequestType extends AbstractRequestType { var $GetMobileStatusRequestDetails; function GetMob...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * EnhancedPaymentDataType * * @package PayPal */ class EnhancedPaymentDataType extends XSDSimpleType { function EnhancedPaymentDataType() { parent::XSDSimpleType(); ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * FaultDetailsType * * @package PayPal */ class FaultDetailsType extends XSDSimpleType { /** * Error code can be used by a receiving application to debugging a SOAP respons...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * QuantityType * * @package PayPal */ class QuantityType extends XSDSimpleType { function QuantityType() { parent::XSDSimpleType(); $this->_namespace = 'urn:...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ReceiverInfoType * * ReceiverInfoType Receiver information. * * @package PayPal */ class ReceiverInfoType extends XSDSimpleType { /** * Email address or account ID of ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ShippingOptionType * * Fallback shipping options type. * * @package PayPal */ class ShippingOptionType extends XSDSimpleType { var $ShippingOptionIsDefault; var $Shipp...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * BMButtonSearchResponseType * * @package PayPal */ class BMButtonSearchResponseType extends AbstractResponseType { var $ButtonSearchResult; function BMButtonSearchR...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * IncentiveDetailType * * @package PayPal */ class IncentiveDetailType extends XSDSimpleType { var $RedemptionCode; var $DisplayCode; var $ProgramId; var $Incenti...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * UpdateRecurringPaymentsProfileRequestDetailsType * * @package PayPal */ class UpdateRecurringPaymentsProfileRequestDetailsType extends XSDSimpleType { var $ProfileID; var...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ManageRecurringPaymentsProfileStatusResponseDetailsType * * @package PayPal */ class ManageRecurringPaymentsProfileStatusResponseDetailsType extends XSDSimpleType { var $Profi...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * SetEbayMobileCheckoutRequestDetailsType * * @package PayPal */ class SetEbayMobileCheckoutRequestDetailsType extends XSDSimpleType { /** * The value 'Auction' indicates t...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * SetAuthFlowParamRequestType * * @package PayPal */ class SetAuthFlowParamRequestType extends AbstractRequestType { var $SetAuthFlowParamRequestDetails; function Set...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * SubscriptionTermsType * * SubscriptionTermsType Terms of a PayPal subscription. * * @package PayPal */ class SubscriptionTermsType extends XSDSimpleType { var $Amount; ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * DoReferenceTransactionResponseType * * @package PayPal */ class DoReferenceTransactionResponseType extends AbstractResponseType { var $DoReferenceTransactionResponseDet...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * CancelRecoupResponseType * * @package PayPal */ class CancelRecoupResponseType extends AbstractResponseType { function CancelRecoupResponseType() { parent::...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * GetRecurringPaymentsProfileDetailsResponseType * * @package PayPal */ class GetRecurringPaymentsProfileDetailsResponseType extends AbstractResponseType { var $GetRecurr...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * GetRecurringPaymentsProfileDetailsRequestType * * @package PayPal */ class GetRecurringPaymentsProfileDetailsRequestType extends AbstractRequestType { var $ProfileID; ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * PaymentTransactionType * * PaymentTransactionType Information about a PayPal payment from the seller side * * @package PayPal */ class PaymentTransactionType extends XSDSimpleT...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ErrorType * * @package PayPal */ class ErrorType extends XSDSimpleType { var $ShortMessage; var $LongMessage; /** * Error code can be used by a receiving applic...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * CharityType * * Contains information about a Charity listing.in case of revision - all data can * be min occur = 0 * * @package PayPal */ class CharityType extends XSDSimpleTy...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * DoExpressCheckoutPaymentRequestDetailsType * * @package PayPal */ class DoExpressCheckoutPaymentRequestDetailsType extends XSDSimpleType { /** * How you want to obtain pa...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * GetRecurringPaymentsProfileDetailsResponseDetailsType * * @package PayPal */ class GetRecurringPaymentsProfileDetailsResponseDetailsType extends XSDSimpleType { /** * Rec...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * DoReauthorizationResponseType * * @package PayPal */ class DoReauthorizationResponseType extends AbstractResponseType { /** * A new authorization identification nu...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * BusinessOwnerInfoType * * BusinessOwnerInfoType * * @package PayPal */ class BusinessOwnerInfoType extends XSDSimpleType { /** * Details about the business owner ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * OptionSelectionDetailsType * * @package PayPal */ class OptionSelectionDetailsType extends XSDSimpleType { /** * Option Selection. */ var $OptionSelection; ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * GetBalanceResponseType * * @package PayPal */ class GetBalanceResponseType extends AbstractResponseType { var $Balance; var $BalanceTimeStamp; var $BalanceHol...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * GetAccessPermissionDetailsRequestType * * @package PayPal */ class GetAccessPermissionDetailsRequestType extends AbstractRequestType { /** * A timestamped token, th...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * RefundTransactionResponseType * * @package PayPal */ class RefundTransactionResponseType extends AbstractResponseType { /** * Unique transaction ID of the refund. ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * AdditionalAccountType * * The AdditionalAccount component represents historical data related to accounts * that the user held with a country of residency other than the current o...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * BMGetButtonDetailsRequestType * * @package PayPal */ class BMGetButtonDetailsRequestType extends AbstractRequestType { /** * Button ID of button to return. */ ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * EnhancedItemDataType * * @package PayPal */ class EnhancedItemDataType extends XSDSimpleType { function EnhancedItemDataType() { parent::XSDSimpleType(); $...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ButtonSearchResultType * * @package PayPal */ class ButtonSearchResultType extends XSDSimpleType { var $HostedButtonID; var $ButtonType; var $ItemName; var $Mod...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * GetAccessPermissionDetailsResponseType * * @package PayPal */ class GetAccessPermissionDetailsResponseType extends AbstractResponseType { var $GetAccessPermissionDetail...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * DoNonReferencedCreditResponseDetailsType * * @package PayPal */ class DoNonReferencedCreditResponseDetailsType extends XSDSimpleType { var $Amount; var $TransactionID; ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * CreditCardDetailsType * * CreditCardDetailsType Information about a Credit Card. * * @package PayPal */ class CreditCardDetailsType extends XSDSimpleType { var $CreditCardT...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * OtherPaymentMethodDetailsType * * Lists the Payment Methods (other than PayPal) that the use can pay with e.g. * Money Order. * * @package PayPal */ class OtherPaymentMethodDe...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * InitiateRecoupResponseType * * @package PayPal */ class InitiateRecoupResponseType extends AbstractResponseType { function InitiateRecoupResponseType() { pa...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * VendorHostedPictureType * * @package PayPal */ class VendorHostedPictureType 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'; /** * EnhancedCompleteRecoupResponseDetailsType * * @package PayPal */ class EnhancedCompleteRecoupResponseDetailsType extends XSDSimpleType { function EnhancedCompleteRecoupRespons...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * ManageRecurringPaymentsProfileStatusResponseType * * @package PayPal */ class ManageRecurringPaymentsProfileStatusResponseType extends AbstractResponseType { var $Manag...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * DoReferenceTransactionRequestType * * @package PayPal */ class DoReferenceTransactionRequestType extends AbstractRequestType { var $DoReferenceTransactionRequestDetails;...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * SetExpressCheckoutRequestDetailsType * * @package PayPal */ class SetExpressCheckoutRequestDetailsType extends XSDSimpleType { /** * The total cost of the order to the cu...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ItemTrackingDetailsType * * @package PayPal */ class ItemTrackingDetailsType extends XSDSimpleType { /** * Item Number. */ var $ItemNumber; /** * Optio...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ShippingInfoType * * @package PayPal */ class ShippingInfoType extends XSDSimpleType { var $ShippingMethod; var $ShippingCarrier; var $ShippingAmount; var $Hand...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * DoMobileCheckoutPaymentResponseType * * @package PayPal */ class DoMobileCheckoutPaymentResponseType extends AbstractResponseType { var $DoMobileCheckoutPaymentResponse...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * PaymentItemInfoType * * PaymentItemInfoType Information about a PayPal item. * * @package PayPal */ class PaymentItemInfoType extends XSDSimpleType { /** * Invoice num...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * BuyerDetailsType * * Details about the buyer's account passed in by the merchant or partner. * * @package PayPal */ class BuyerDetailsType extends XSDSimpleType { /** ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * AddressVerifyResponseType * * @package PayPal */ class AddressVerifyResponseType extends AbstractResponseType { /** * Confirmation of a match, with one of the foll...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * EnhancedCancelRecoupRequestDetailsType * * @package PayPal */ class EnhancedCancelRecoupRequestDetailsType extends XSDSimpleType { function EnhancedCancelRecoupRequestDetailsT...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * BMGetInventoryRequestType * * @package PayPal */ class BMGetInventoryRequestType extends AbstractRequestType { /** * Hosted Button ID of the button to return invent...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * GetIncentiveEvaluationRequestType * * @package PayPal */ class GetIncentiveEvaluationRequestType extends AbstractRequestType { var $GetIncentiveEvaluationRequestDetails;...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * PersonNameType * * @package PayPal */ class PersonNameType extends XSDSimpleType { var $Salutation; var $FirstName; var $MiddleName; var $LastName; var $Su...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * MerchantPullInfoType * * MerchantPullInfoType Information about the merchant pull. * * @package PayPal */ class MerchantPullInfoType extends XSDSimpleType { /** * Curr...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * RefundTransactionRequestType * * @package PayPal */ class RefundTransactionRequestType extends AbstractRequestType { /** * Unique identifier of the transaction you ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * InstallmentDetailsType * * @package PayPal */ class InstallmentDetailsType extends XSDSimpleType { /** * Installment Period. */ var $BillingPeriod; /** ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * BMManageButtonStatusRequestType * * @package PayPal */ class BMManageButtonStatusRequestType extends AbstractRequestType { /** * Button ID of Hosted button. */...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * CategoryType * * Container for data on the primary category of listing. * * @package PayPal */ class CategoryType extends XSDSimpleType { var $AutoPayEnabled; var $B2B...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * AddressVerifyRequestType * * @package PayPal */ class AddressVerifyRequestType extends AbstractRequestType { /** * Email address of buyer to be verified. */ ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * CreditCardNumberTypeType * * @package PayPal */ class CreditCardNumberTypeType extends XSDSimpleType { var $CreditCardType; var $CreditCardNumber; function CreditCar...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * AirlineItineraryType * * AID for Airlines * * @package PayPal */ class AirlineItineraryType extends XSDSimpleType { var $PassengerName; var $IssueDate; var $Trave...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ListingDesignerType * * Identifies the Layout and the Theme template associated with the item. in case * of revision - all data can be min occur = 0 * * @package PayPal */ cla...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * GetExpressCheckoutDetailsResponseDetailsType * * @package PayPal */ class GetExpressCheckoutDetailsResponseDetailsType extends XSDSimpleType { /** * The timestamped token...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * BMCreateButtonRequestType * * @package PayPal */ class BMCreateButtonRequestType extends AbstractRequestType { /** * Type of Button to create. */ var $Butt...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * BAUpdateResponseType * * @package PayPal */ class BAUpdateResponseType extends AbstractResponseType { var $BAUpdateResponseDetails; function BAUpdateResponseType()...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * FundingSourceDetailsType * * @package PayPal */ class FundingSourceDetailsType extends XSDSimpleType { /** * Allowable values: 0,1 */ var $AllowPushFunding; ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * SetAccessPermissionsRequestType * * @package PayPal */ class SetAccessPermissionsRequestType extends AbstractRequestType { var $SetAccessPermissionsRequestDetails; ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * PaymentItemType * * PaymentItemType Information about a Payment Item. * * @package PayPal */ class PaymentItemType extends XSDSimpleType { /** * Item name set by you o...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * DoAuthorizationRequestType * * @package PayPal */ class DoAuthorizationRequestType extends AbstractRequestType { /** * The value of the order ’s transaction identif...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * CompleteRecoupResponseType * * @package PayPal */ class CompleteRecoupResponseType extends AbstractResponseType { var $EnhancedCompleteRecoupResponseDetails; funct...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * SetMobileCheckoutResponseType * * @package PayPal */ class SetMobileCheckoutResponseType extends AbstractResponseType { /** * A timestamped token by which you iden...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * CreateRecurringPaymentsProfileResponseType * * @package PayPal */ class CreateRecurringPaymentsProfileResponseType extends AbstractResponseType { var $CreateRecurringPa...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ShippingCarrierDetailsType * * @package PayPal */ class ShippingCarrierDetailsType extends XSDSimpleType { /** * Calculated cost of shipping, based on shipping parameters...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ModifiedFieldType * * @package PayPal */ class ModifiedFieldType extends XSDSimpleType { var $Field; var $ModifyType; function ModifiedFieldType() { pare...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * IncentiveInfoType * * @package PayPal */ class IncentiveInfoType extends XSDSimpleType { var $ReverseTransactionResponseDetails; /** * Incentive redemption code. ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * BMCreateButtonResponseType * * @package PayPal */ class BMCreateButtonResponseType extends AbstractResponseType { var $Website; var $Email; var $Mobile; ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * GetBillingAgreementCustomerDetailsResponseType * * @package PayPal */ class GetBillingAgreementCustomerDetailsResponseType extends AbstractResponseType { var $GetBillin...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * DoExpressCheckoutPaymentResponseDetailsType * * @package PayPal */ class DoExpressCheckoutPaymentResponseDetailsType extends XSDSimpleType { /** * The timestamped token v...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * CreateBillingAgreementResponseType * * @package PayPal */ class CreateBillingAgreementResponseType extends AbstractResponseType { var $BillingAgreementID; function...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * RecurringPaymentsProfileDetailsType * * @package PayPal */ class RecurringPaymentsProfileDetailsType extends XSDSimpleType { /** * Subscriber name - if missing, will use ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * DoDirectPaymentResponseType * * @package PayPal */ class DoDirectPaymentResponseType extends AbstractResponseType { /** * The amount of the payment as specified by...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * CalculatedShippingRateType * * @package PayPal */ class CalculatedShippingRateType extends XSDSimpleType { /** * Potal/zip code from where package will be shipped. *...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * UserType * * @package PayPal */ class UserType extends XSDSimpleType { var $AboutMePage; var $EAISToken; var $Email; /** * Feedback scores are a quantitati...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * GetBillingAgreementCustomerDetailsResponseDetailsType * * @package PayPal */ class GetBillingAgreementCustomerDetailsResponseDetailsType extends XSDSimpleType { var $PayerInfo...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * CreateRecurringPaymentsProfileRequestDetailsType * * @package PayPal */ class CreateRecurringPaymentsProfileRequestDetailsType extends XSDSimpleType { /** * Billing Agree...
PHP
<?php /** * @package PayPal */ /** * Include SDK base class. */ require_once 'PayPal.php'; /** * The base class for all Profile handlers * * @package PayPal * @abstract */ class ProfileHandler { /** * @access private */ var $_params; function ProfileHandler($para...
PHP
<?php /** * APIProfile encapsulates Profile data * * $Id: API.php,v 1.1 2011/09/18 05:16:09 iling Exp $ * * Modified for 3-token authentication, DHarvey, 3/5/2006 * * @package PayPal */ /** * Include parent and package classes. */ require_once 'PayPal.php'; require_once 'PayPal/Profile.php'...
PHP
<?php /** * @package PayPal */ /** * Include parent and package classes. */ require_once 'PayPal.php'; require_once 'PayPal/Profile/Handler.php'; /** * Array handler class for hardcoding a PayPal profile. * * @package PayPal */ class ProfileHandler_Array extends ProfileHandler { function...
PHP
<?php /** * @package PayPal */ /** * Include parent and package classes. */ require_once 'PayPal.php'; require_once 'PayPal/Profile/Handler.php'; /** * File handler class for storing PayPal profiles * * @package PayPal */ class ProfileHandler_File extends ProfileHandler { function Profil...
PHP
<?php /** * @package PayPal * * $Id: EWP.php,v 1.1 2011/09/18 05:16:09 iling Exp $ */ /** * Include parent and package classes. */ require_once 'PayPal.php'; require_once 'PayPal/Profile.php'; require_once 'PayPal/EWPServices.php'; /** * Stores EWP Profile information used for encrypting buttons...
PHP
<?php /** * @package PayPal * * $Id: Profile.php,v 1.1 2011/09/18 05:16:15 iling Exp $ */ /** * Base package class. */ require_once 'PayPal.php'; /** * Base class for PayPal Profiles, managaes interaction with handlers, etc. * * @package PayPal * @abstract */ class Profile { /** ...
PHP
<?php // // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ // | Copyright (c) 1997-2003 The PHP Group | /...
PHP
<?php // // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ // | Copyright (c) 1997-2003 The PHP Group | /...
PHP
<?php // // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ // | Copyright (c) 1997-2003 The PHP Group | /...
PHP
<?php /* http://www.w3.org/TR/xmlschema-2/ [Definition:] duration represents a duration of time. The value space of duration is a six-dimensional space where the coordinates designate the Gregorian year, month, day, hour, minute, and second components defined in 5.5.3.2 of [ISO 8601], respectively. These com...
PHP
<?php // // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ // | Copyright (c) 1997-2003 The PHP Group | /...
PHP
<?php // // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ // | Copyright (c) 1997-2003 The PHP Group | /...
PHP
<?php // // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ // | Copyright (c) 1997-2003 The PHP Group | /...
PHP
<?php // // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ // | Copyright (c) 1997-2003 The PHP Group | /...
PHP