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'; /** * PaymentRequestInfoType * * Contains payment request information for each bucket in the cart. * * @package PayPal */ class PaymentRequestInfoType extends XSDSimpleType { /**...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * CompleteRecoupRequestType * * @package PayPal */ class CompleteRecoupRequestType extends AbstractRequestType { var $EnhancedCompleteRecoupRequestDetails; function C...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * CreateBillingAgreementRequestType * * @package PayPal */ class CreateBillingAgreementRequestType extends AbstractRequestType { var $Token; function CreateBillingAgr...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * UserSelectedOptionType * * Information on user selected options * * @package PayPal */ class UserSelectedOptionType extends XSDSimpleType { var $ShippingCalculationMode; ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * GetPalDetailsRequestType * * @package PayPal */ class GetPalDetailsRequestType extends AbstractRequestType { function GetPalDetailsRequestType() { parent::Ab...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * BMUpdateButtonResponseType * * @package PayPal */ class BMUpdateButtonResponseType extends AbstractResponseType { var $Website; var $Email; var $Mobile; ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * StorefrontType * * Contains the eBay Stores-specific item attributes department number and store * location. StorefrontInfo is shown for any item that belongs to an eBay Store *...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * GetExpressCheckoutDetailsResponseType * * @package PayPal */ class GetExpressCheckoutDetailsResponseType extends AbstractResponseType { var $GetExpressCheckoutDetailsRe...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * PaymentMeansType * * @package PayPal */ class PaymentMeansType extends XSDSimpleType { var $TypeCodeID; function PaymentMeansType() { parent::XSDSimpleType();...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * TransactionSearchResponseType * * @package PayPal */ class TransactionSearchResponseType extends AbstractResponseType { var $PaymentTransactions; function Transact...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * MassPayRequestItemType * * MassPayRequestItemType * * @package PayPal */ class MassPayRequestItemType extends XSDSimpleType { /** * Email address of recipient. */...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * GetBoardingDetailsResponseDetailsType * * @package PayPal */ class GetBoardingDetailsResponseDetailsType extends XSDSimpleType { /** * Status of merchant's onboarding pro...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * SetMobileCheckoutRequestType * * @package PayPal */ class SetMobileCheckoutRequestType extends AbstractRequestType { var $SetMobileCheckoutRequestDetails; function ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * PaymentDetailsType * * PaymentDetailsType Information about a payment. Used by DCC and Express * Checkout. * * @package PayPal */ class PaymentDetailsType extends XSDSimpleTyp...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * BMUpdateButtonRequestType * * @package PayPal */ class BMUpdateButtonRequestType extends AbstractRequestType { /** * Hosted Button id of the button to update. ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * BMSetInventoryResponseType * * @package PayPal */ class BMSetInventoryResponseType extends AbstractResponseType { var $TransactionID; function BMSetInventoryRespon...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * BillingPeriodDetailsType_Update * * @package PayPal */ class BillingPeriodDetailsType_Update extends XSDSimpleType { /** * Unit of meausre for billing cycle */ v...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * AbstractRequestType * * Base type definition of request payload that can carry any type of payload * content with optional versioning information and detail level requirements. ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/DoAuthorizationResponseType.php'; /** * DoUATPAuthorizationResponseType * * @package PayPal */ class DoUATPAuthorizationResponseType extends DoAuthorizationResponseType { var $UATPDetails; /** ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * PhoneNumberType * * @package PayPal */ class PhoneNumberType extends XSDSimpleType { /** * Country code associated with this phone number. */ var $CountryCode; ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * UpdateAccessPermissionsRequestType * * @package PayPal */ class UpdateAccessPermissionsRequestType extends AbstractRequestType { /** * Unique PayPal customer accoun...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * AttributeType * * Specific physical attribute of an item. * * @package PayPal */ class AttributeType extends XSDSimpleType { /** * ValueList of the Attribute being des...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * SetCustomerBillingAgreementRequestType * * @package PayPal */ class SetCustomerBillingAgreementRequestType extends AbstractRequestType { var $SetCustomerBillingAgreement...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ThreeDSecureResponseType * * 3DS remaining fields. * * @package PayPal */ class ThreeDSecureResponseType extends XSDSimpleType { var $Vpas; var $EciSubmitted3DS; ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ShippingDetailsType * * Specifies the shipping payment details. * * @package PayPal */ class ShippingDetailsType extends XSDSimpleType { /** * Indicates whether the bu...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * CreateMobilePaymentResponseType * * @package PayPal */ class CreateMobilePaymentResponseType extends AbstractResponseType { function CreateMobilePaymentResponseType() ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * IncentiveItemType * * @package PayPal */ class IncentiveItemType extends XSDSimpleType { var $ItemId; var $PurchaseTime; var $ItemCategoryList; var $ItemPrice; ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * DoVoidResponseType * * @package PayPal */ class DoVoidResponseType extends AbstractResponseType { /** * The authorization identification number you specified in th...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * DoCaptureRequestType * * @package PayPal */ class DoCaptureRequestType extends AbstractRequestType { /** * The authorization identification number of the payment yo...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * CreateMobilePaymentRequestType * * @package PayPal */ class CreateMobilePaymentRequestType extends AbstractRequestType { var $CreateMobilePaymentRequestDetails; fun...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * FlatShippingRateType * * @package PayPal */ class FlatShippingRateType extends XSDSimpleType { /** * Any additional shipping costs for the item. */ var $Addition...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * SetCustomerBillingAgreementRequestDetailsType * * @package PayPal */ class SetCustomerBillingAgreementRequestDetailsType extends XSDSimpleType { var $BillingAgreementDetails; ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * UpdateRecurringPaymentsProfileResponseDetailsType * * @package PayPal */ class UpdateRecurringPaymentsProfileResponseDetailsType extends XSDSimpleType { var $ProfileID; f...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * IncentiveBucketType * * @package PayPal */ class IncentiveBucketType extends XSDSimpleType { var $Items; var $BucketId; var $SellerId; var $ExternalSellerId; ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * GetExpressCheckoutDetailsRequestType * * @package PayPal */ class GetExpressCheckoutDetailsRequestType extends AbstractRequestType { /** * A timestamped token, the ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * EnhancedPaymentInfoType * * @package PayPal */ class EnhancedPaymentInfoType extends XSDSimpleType { function EnhancedPaymentInfoType() { parent::XSDSimpleType(); ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * EnhancedInitiateRecoupRequestDetailsType * * @package PayPal */ class EnhancedInitiateRecoupRequestDetailsType extends XSDSimpleType { function EnhancedInitiateRecoupRequestDe...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * AccountSummaryType * * Includes account summary for the user. * * @package PayPal */ class AccountSummaryType extends XSDSimpleType { var $AccountState; var $Additiona...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * SetAuthFlowParamRequestDetailsType * * @package PayPal */ class SetAuthFlowParamRequestDetailsType extends XSDSimpleType { /** * URL to which the customer's browser is re...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * MassPayRequestType * * @package PayPal */ class MassPayRequestType extends AbstractRequestType { /** * Subject line of the email sent to all recipients. This subjec...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * AuthorizationInfoType * * Authorization details * * @package PayPal */ class AuthorizationInfoType extends XSDSimpleType { /** * The status of the payment: */ ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * GetPalDetailsResponseType * * @package PayPal */ class GetPalDetailsResponseType extends AbstractResponseType { var $Pal; var $Locale; function GetPalDetailsR...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * AuctionInfoType * * AuctionInfoType Basic information about an auction. * * @package PayPal */ class AuctionInfoType extends XSDSimpleType { /** * Customer's auction I...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * BMManageButtonStatusResponseType * * @package PayPal */ class BMManageButtonStatusResponseType extends AbstractResponseType { function BMManageButtonStatusResponseType(...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ThreeDSecureInfoType * * 3DSecureInfoType Information about 3D Secure parameters. * * @package PayPal */ class ThreeDSecureInfoType extends XSDSimpleType { var $ThreeDSecur...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * BankAccountDetailsType * * BankAccountDetailsType * * @package PayPal */ class BankAccountDetailsType extends XSDSimpleType { /** * Name of bank */ var $Name;...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * DoUATPAuthorizationRequestType * * @package PayPal */ class DoUATPAuthorizationRequestType extends AbstractRequestType { var $UATPDetails; /** * Type of transa...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * OptionType * * OptionType PayPal item options for shopping cart. * * @package PayPal */ class OptionType extends XSDSimpleType { function OptionType() { parent:...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * MassPayResponseType * * @package PayPal */ class MassPayResponseType extends AbstractResponseType { function MassPayResponseType() { parent::AbstractRespons...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * EnhancedCompleteRecoupRequestDetailsType * * @package PayPal */ class EnhancedCompleteRecoupRequestDetailsType extends XSDSimpleType { function EnhancedCompleteRecoupRequestDe...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * CustomSecurityHeaderType * * Custom Securiy Header. * * @package PayPal */ class CustomSecurityHeaderType extends XSDSimpleType { var $eBayAuthToken; var $HardExpirati...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ReverseTransactionRequestDetailsType * * @package PayPal */ class ReverseTransactionRequestDetailsType extends XSDSimpleType { /** * Identifier of the transaction to reve...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * SellerType * * Information about user used by selling applications there are number of required * elements - they will always show up for seller node there is not such a call to ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * APICredentialsType * * APICredentialsType * * @package PayPal */ class APICredentialsType extends XSDSimpleType { /** * Merchant ’s PayPal API username Character lengt...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * SellerDetailsType * * Details about the seller. * * @package PayPal */ class SellerDetailsType extends XSDSimpleType { /** * Unique identifier for the seller. */ ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ValType * * @package PayPal */ class ValType extends XSDSimpleType { var $ValueLiteral; function ValType() { parent::XSDSimpleType(); $this->_namespac...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * TransactionType * * Contains information about a single transaction. A transaction contains * information about the sale of a particular item. The system creates a * transaction...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * BMGetButtonDetailsResponseType * * @package PayPal */ class BMGetButtonDetailsResponseType extends AbstractResponseType { var $Website; var $Email; var $Mobil...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * ManageRecurringPaymentsProfileStatusRequestType * * @package PayPal */ class ManageRecurringPaymentsProfileStatusRequestType extends AbstractRequestType { var $ManageRec...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * RecurringPaymentsSummaryType * * @package PayPal */ class RecurringPaymentsSummaryType extends XSDSimpleType { var $NextBillingDate; var $NumberCyclesCompleted; var ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ManageRecurringPaymentsProfileStatusRequestDetailsType * * @package PayPal */ class ManageRecurringPaymentsProfileStatusRequestDetailsType extends XSDSimpleType { var $Profile...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * FeeType * * Definition of an eBay Fee type. * * @package PayPal */ class FeeType extends XSDSimpleType { var $Name; var $Fee; function FeeType() { par...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * FeesType * * Following are the current set of eBay fee types AuctionLengthFee BoldFee * BuyItNowFee CategoryFeaturedFee FeaturedFee FeaturedGalleryFee * FixedPriceDurationFee Ga...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * BillingAgreementDetailsType * * @package PayPal */ class BillingAgreementDetailsType extends XSDSimpleType { var $BillingType; /** * Only needed for AutoBill billinn...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * DoExpressCheckoutPaymentResponseType * * @package PayPal */ class DoExpressCheckoutPaymentResponseType extends AbstractResponseType { var $DoExpressCheckoutPaymentRespo...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * PaymentDetailsItemType * * PaymentDetailsItemType Information about a Payment Item. * * @package PayPal */ class PaymentDetailsItemType extends XSDSimpleType { /** * I...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * CreateRecurringPaymentsProfileResponseDetailsType * * @package PayPal */ class CreateRecurringPaymentsProfileResponseDetailsType extends XSDSimpleType { /** * Recurring B...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * TransactionSearchRequestType * * @package PayPal */ class TransactionSearchRequestType extends AbstractRequestType { /** * The earliest transaction date at which to...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/DoExpressCheckoutPaymentResponseType.php'; /** * DoUATPExpressCheckoutPaymentResponseType * * @package PayPal */ class DoUATPExpressCheckoutPaymentResponseType extends DoExpressCheckoutPaymentResponseType ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * GetAccessPermissionDetailsResponseDetailsType * * @package PayPal */ class GetAccessPermissionDetailsResponseDetailsType extends XSDSimpleType { /** * The first name of t...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * BuyerType * * Information about user used by buying applications * * @package PayPal */ class BuyerType extends XSDSimpleType { var $ShippingAddress; function BuyerTyp...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * EnhancedDataType * * Enhanced Data Information. Example: AID for Airlines * * @package PayPal */ class EnhancedDataType extends XSDSimpleType { var $AirlineItinerary; ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ItemType * * @package PayPal */ class ItemType extends XSDSimpleType { /** * Returns custom, application-specific data associated with the item. The data in * this f...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * ManagePendingTransactionStatusRequestType * * @package PayPal */ class ManagePendingTransactionStatusRequestType extends AbstractRequestType { var $TransactionID; v...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * SchedulingInfoType * * Contains information for Scheduling limits for the user. All dtails must be * present,unless we will have revise call one day, just in case we might let's ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * GetIncentiveEvaluationResponseType * * @package PayPal */ class GetIncentiveEvaluationResponseType extends AbstractResponseType { var $GetIncentiveEvaluationResponseDet...
PHP
<?php /** * This is one of two base Type files that are not automatically * generated from the WSDL. * * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDType.php'; /** * Base Type classs that allows for conversion of types into * SOAP_Value objec...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * SetAccessPermissionsResponseType * * @package PayPal */ class SetAccessPermissionsResponseType extends AbstractResponseType { /** * A timestamped token by which yo...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * PayerInfoType * * PayerInfoType Payer information * * @package PayPal */ class PayerInfoType extends XSDSimpleType { /** * Email address of payer */ var $Paye...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * AttributeSetType * * AttributeSet. * * @package PayPal */ class AttributeSetType extends XSDSimpleType { var $Attribute; function AttributeSetType() { pare...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * AmountType * * @package PayPal */ class AmountType extends XSDSimpleType { function AmountType() { parent::XSDSimpleType(); $this->_namespace = 'urn:ebay:a...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * BillOutstandingAmountRequestType * * @package PayPal */ class BillOutstandingAmountRequestType extends AbstractRequestType { var $BillOutstandingAmountRequestDetails; ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * BMSetInventoryRequestType * * @package PayPal */ class BMSetInventoryRequestType extends AbstractRequestType { /** * Hosted Button ID of button you wish to change. ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * BMButtonSearchRequestType * * @package PayPal */ class BMButtonSearchRequestType extends AbstractRequestType { /** * The earliest transaction date at which to start...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * CancelRecoupRequestType * * @package PayPal */ class CancelRecoupRequestType extends AbstractRequestType { var $EnhancedCancelRecoupRequestDetails; function CancelR...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * SetExpressCheckoutResponseType * * @package PayPal */ class SetExpressCheckoutResponseType extends AbstractResponseType { /** * A timestamped token by which you id...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ReviseStatusType * * Contains the revise status information details (e.g., item properties * information). ths node contains system set data only - always output and always * al...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * SetCustomerBillingAgreementResponseType * * @package PayPal */ class SetCustomerBillingAgreementResponseType extends AbstractResponseType { var $Token; function Se...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * DoDirectPaymentRequestDetailsType * * @package PayPal */ class DoDirectPaymentRequestDetailsType extends XSDSimpleType { /** * How you want to obtain payment. */ ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractRequestType.php'; /** * DoReauthorizationRequestType * * @package PayPal */ class DoReauthorizationRequestType extends AbstractRequestType { /** * The value of a previously authorized tran...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * ErrorParameterType * * @package PayPal */ class ErrorParameterType extends XSDSimpleType { /** * Value of the application-specific error parameter. Specifies * appli...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * IncentiveDetailsType * * Information about the incentives that were applied from Ebay RYP page and PayPal * RYP page. * * @package PayPal */ class IncentiveDetailsType extends...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * GetAuthDetailsResponseDetailsType * * @package PayPal */ class GetAuthDetailsResponseDetailsType extends XSDSimpleType { /** * The first name of the User. */ var...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * MeasureType * * @package PayPal */ class MeasureType extends XSDSimpleType { function MeasureType() { parent::XSDSimpleType(); $this->_namespace = 'urn:eba...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * UATPDetailsType * * UATP Card Details Type * * @package PayPal */ class UATPDetailsType extends XSDSimpleType { /** * UATP Card Number */ var $UATPNumber; ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * IncentiveAppliedToType * * @package PayPal */ class IncentiveAppliedToType extends XSDSimpleType { var $BucketId; var $ItemId; var $IncentiveAmount; function In...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * SetAuthFlowParamResponseType * * @package PayPal */ class SetAuthFlowParamResponseType extends AbstractResponseType { /** * A timestamped token by which you identi...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/AbstractResponseType.php'; /** * ReverseTransactionResponseType * * @package PayPal */ class ReverseTransactionResponseType extends AbstractResponseType { var $ReverseTransactionResponseDetails; f...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * EbayItemPaymentDetailsItemType * * EbayItemPaymentDetailsItemType - Type declaration to be used by other schemas. * Information about an Ebay Payment Item. * * @package PayPal ...
PHP
<?php /** * @package PayPal */ /** * Make sure our parent class is defined. */ require_once 'PayPal/Type/XSDSimpleType.php'; /** * IncentiveAppliedDetailsType * * Details of incentive application on individual bucket/item. * * @package PayPal */ class IncentiveAppliedDetailsType extends XSDSimpleType { ...
PHP