PATH:
home
/
letacommog
/
letaweb
/
admin
/
classes
/
payments
/
paypal-merchant-sdk
/
lib
/
PayPalAPIInterfaceService
<?php /** * The total cost of the order to the customer. If shipping * cost and tax charges are known, include them in OrderTotal; * if not, OrderTotal should be the current sub-total of the * order. You must set the currencyID attribute to one of the * three-character currency codes for any of the supported * PayPal currencies. Limitations: Must not exceed $10,000 USD * in any currency. No currency symbol. Decimal separator must * be a period (.), and the thousands separator must be a comma * (,). */ class SetExpressCheckoutRequestDetailsType extends PPXmlMessage { /** * The total cost of the order to the customer. If shipping * cost and tax charges are known, include them in OrderTotal; * if not, OrderTotal should be the current sub-total of the * order. You must set the currencyID attribute to one of the * three-character currency codes for any of the supported * PayPal currencies. Limitations: Must not exceed $10,000 USD * in any currency. No currency symbol. Decimal separator must * be a period (.), and the thousands separator must be a comma * (,). * @namespace ebl * @var BasicAmountType */ public $OrderTotal; /** * URL to which the customer's browser is returned after * choosing to pay with PayPal. PayPal recommends that the * value of ReturnURL be the final review page on which the * customer confirms the order and payment. Required Character * length and limitations: no limit. * @namespace ebl * @var string */ public $ReturnURL; /** * URL to which the customer is returned if he does not approve * the use of PayPal to pay you. PayPal recommends that the * value of CancelURL be the original page on which the * customer chose to pay with PayPal. Required Character length * and limitations: no limit. * @namespace ebl * @var string */ public $CancelURL; /** * Tracking URL for ebay. Required Character length and * limitations: no limit. * @namespace ebl * @var string */ public $TrackingImageURL; /** * URL to which the customer's browser is returned after paying * with giropay online. Optional Character length and * limitations: no limit. * @namespace ebl * @var string */ public $giropaySuccessURL; /** * URL to which the customer's browser is returned after fail * to pay with giropay online. Optional Character length and * limitations: no limit. * @namespace ebl * @var string */ public $giropayCancelURL; /** * URL to which the customer's browser can be returned in the * mEFT done page. Optional Character length and limitations: * no limit. * @namespace ebl * @var string */ public $BanktxnPendingURL; /** * On your first invocation of SetExpressCheckoutRequest, the * value of this token is returned by * SetExpressCheckoutResponse. Optional Include this element * and its value only if you want to modify an existing * checkout session with another invocation of * SetExpressCheckoutRequest; for example, if you want the * customer to edit his shipping address on PayPal. Character * length and limitations: 20 single-byte characters. * @namespace ebl * @var string */ public $Token; /** * The expected maximum total amount of the complete order, * including shipping cost and tax charges. Optional You must * set the currencyID attribute to one of the three-character * currency codes for any of the supported PayPal currencies. * Limitations: Must not exceed $10,000 USD in any currency. No * currency symbol. Decimal separator must be a period (.), and * the thousands separator must be a comma (,). * @namespace ebl * @var BasicAmountType */ public $MaxAmount; /** * Description of items the customer is purchasing. Optional * Character length and limitations: 127 single-byte * alphanumeric characters. * @namespace ebl * @var string */ public $OrderDescription; /** * A free-form field for your own use, such as a tracking * number or other value you want PayPal to return on * GetExpressCheckoutDetailsResponse and * DoExpressCheckoutPaymentResponse. Optional Character length * and limitations: 256 single-byte alphanumeric characters. * @namespace ebl * @var string */ public $Custom; /** * Your own unique invoice or tracking number. PayPal returns * this value to you on DoExpressCheckoutPaymentResponse. * Optional Character length and limitations: 127 single-byte * alphanumeric characters. * @namespace ebl * @var string */ public $InvoiceID; /** * The value 1 indicates that you require that the customer's * shipping address on file with PayPal be a confirmed address. * Any value other than 1 indicates that the customer's * shipping address on file with PayPal need NOT be a confirmed * address. Setting this element overrides the setting you have * specified in the recipient's Merchant Account Profile. * Optional Character length and limitations: One single-byte * numeric character. * @namespace ebl * @var string */ public $ReqConfirmShipping; /** * The value 1 indicates that you require that the customer's * billing address on file. Setting this element overrides the * setting you have specified in Admin. Optional Character * length and limitations: One single-byte numeric character. * @namespace ebl * @var string */ public $ReqBillingAddress; /** * The billing address for the buyer. Optional If you include * the BillingAddress element, the AddressType elements are * required: Name Street1 CityName CountryCode Do not set set * the CountryName element. * @namespace ebl * @var AddressType */ public $BillingAddress; /** * The value 1 indicates that on the PayPal pages, no shipping * address fields should be displayed whatsoever. Optional * Character length and limitations: Four single-byte numeric * characters. * @namespace ebl * @var string */ public $NoShipping; /** * The value 1 indicates that the PayPal pages should display * the shipping address set by you in the Address element on * this SetExpressCheckoutRequest, not the shipping address on * file with PayPal for this customer. Displaying the PayPal * street address on file does not allow the customer to edit * that address. Optional Character length and limitations: * Four single-byte numeric characters. * @namespace ebl * @var string */ public $AddressOverride; /** * Locale of pages displayed by PayPal during Express Checkout. * Optional Character length and limitations: Five single-byte * alphabetic characters, upper- or lowercase. Allowable * values: AU or en_AUDE or de_DEFR or fr_FRGB or en_GBIT or * it_ITJP or ja_JPUS or en_US. * @namespace ebl * @var string */ public $LocaleCode; /** * Sets the Custom Payment Page Style for payment pages * associated with this button/link. PageStyle corresponds to * the HTML variable page_style for customizing payment pages. * The value is the same as the Page Style Name you chose when * adding or editing the page style from the Profile subtab of * the My Account tab of your PayPal account. Optional * Character length and limitations: 30 single-byte alphabetic * characters. * @namespace ebl * @var string */ public $PageStyle; /** * A URL for the image you want to appear at the top left of * the payment page. The image has a maximum size of 750 pixels * wide by 90 pixels high. PayPal recommends that you provide * an image that is stored on a secure (https) server. Optional * Character length and limitations: 127. * @namespace ebl * @name cpp-header-image * @var string */ public $cppheaderimage; /** * Sets the border color around the header of the payment page. * The border is a 2-pixel perimeter around the header space, * which is 750 pixels wide by 90 pixels high. Optional * Character length and limitations: Six character HTML * hexadecimal color code in ASCII. * @namespace ebl * @name cpp-header-border-color * @var string */ public $cppheaderbordercolor; /** * Sets the background color for the header of the payment * page. Optional Character length and limitation: Six * character HTML hexadecimal color code in ASCII. * @namespace ebl * @name cpp-header-back-color * @var string */ public $cppheaderbackcolor; /** * Sets the background color for the payment page. Optional * Character length and limitation: Six character HTML * hexadecimal color code in ASCII. * @namespace ebl * @name cpp-payflow-color * @var string */ public $cpppayflowcolor; /** * Sets the cart gradient color for the Mini Cart on 1X flow. * Optional Character length and limitation: Six character HTML * hexadecimal color code in ASCII. * @namespace ebl * @name cpp-cart-border-color * @var string */ public $cppcartbordercolor; /** * A URL for the image you want to appear above the mini-cart. * The image has a maximum size of 190 pixels wide by 60 pixels * high. PayPal recommends that you provide an image that is * stored on a secure (https) server. Optional Character length * and limitations: 127. * @namespace ebl * @name cpp-logo-image * @var string */ public $cpplogoimage; /** * Customer's shipping address. Optional If you include a * shipping address and set the AddressOverride element on the * request, PayPal returns this same address in * GetExpressCheckoutDetailsResponse. * @namespace ebl * @var AddressType */ public $Address; /** * How you want to obtain payment. Required Authorization * indicates that this payment is a basic authorization subject * to settlement with PayPal Authorization and Capture. Order * indicates that this payment is is an order authorization * subject to settlement with PayPal Authorization and Capture. * Sale indicates that this is a final sale for which you are * requesting payment. IMPORTANT: You cannot set PaymentAction * to Sale or Order on SetExpressCheckoutRequest and then * change PaymentAction to Authorization on the final Express * Checkout API, DoExpressCheckoutPaymentRequest. Character * length and limit: Up to 13 single-byte alphabetic characters. * @namespace ebl * @var string */ public $PaymentAction; /** * This will indicate which flow you are choosing * (expresschecheckout or expresscheckout optional) Optional * None Sole indicates that you are in the ExpressO flow Mark * indicates that you are in the old express flow. * @namespace ebl * @var string */ public $SolutionType; /** * This indicates Which page to display for ExpressO (Billing * or Login) Optional None Billing indicates that you are not a * paypal account holder Login indicates that you are a paypal * account holder. * @namespace ebl * @var string */ public $LandingPage; /** * Email address of the buyer as entered during checkout. * PayPal uses this value to pre-fill the PayPal membership * sign-up portion of the PayPal login page. Optional Character * length and limit: 127 single-byte alphanumeric characters. * @namespace ebl * @var string */ public $BuyerEmail; /** * @namespace ebl * @var string */ public $ChannelType; /** * @array * @namespace ebl * @var BillingAgreementDetailsType */ public $BillingAgreementDetails; /** * Promo Code Optional List of promo codes supplied by * merchant. These promo codes enable the Merchant Services * Promotion Financing feature. * * @array * @namespace ebl * @var string */ public $PromoCodes; /** * Default Funding option for PayLater Checkout button. * @namespace ebl * @var string */ public $PayPalCheckOutBtnType; /** * @namespace ebl * @var string */ public $ProductCategory; /** * @namespace ebl * @var string */ public $ShippingMethod; /** * Date and time (in GMT in the format yyyy-MM-ddTHH:mm:ssZ) at * which address was changed by the user. * @namespace ebl * @var dateTime */ public $ProfileAddressChangeDate; /** * The value 1 indicates that the customer may enter a note to * the merchant on the PayPal page during checkout. The note is * returned in the GetExpressCheckoutDetails response and the * DoExpressCheckoutPayment response. Optional Character length * and limitations: One single-byte numeric character. * Allowable values: 0,1. * @namespace ebl * @var string */ public $AllowNote; /** * Funding source preferences. * @namespace ebl * @var FundingSourceDetailsType */ public $FundingSourceDetails; /** * The label that needs to be displayed on the cancel links in * the PayPal hosted checkout pages. Optional Character length * and limit: 127 single-byte alphanumeric characters. * @namespace ebl * @var string */ public $BrandName; /** * URL for PayPal to use to retrieve shipping, handling, * insurance, and tax details from your website. Optional * Character length and limitations: 2048 characters. * @namespace ebl * @var string */ public $CallbackURL; /** * Enhanced data for different industry segments. Optional. * @namespace ebl * @var EnhancedCheckoutDataType */ public $EnhancedCheckoutData; /** * List of other payment methods the user can pay with. * Optional Refer to the OtherPaymentMethodDetailsType for more * details. * * @array * @namespace ebl * @var OtherPaymentMethodDetailsType */ public $OtherPaymentMethods; /** * Details about the buyer's account. Optional Refer to the * BuyerDetailsType for more details. * @namespace ebl * @var BuyerDetailsType */ public $BuyerDetails; /** * Information about the payment. * * @array * @namespace ebl * @var PaymentDetailsType */ public $PaymentDetails; /** * List of Fall Back Shipping options provided by merchant. * * @array * @namespace ebl * @var ShippingOptionType */ public $FlatRateShippingOptions; /** * Information about the call back timeout override. * @namespace ebl * @var string */ public $CallbackTimeout; /** * Information about the call back version. * @namespace ebl * @var string */ public $CallbackVersion; /** * Information about the Customer service number. * @namespace ebl * @var string */ public $CustomerServiceNumber; /** * Information about the Gift message enable. * @namespace ebl * @var string */ public $GiftMessageEnable; /** * Information about the Gift receipt enable. * @namespace ebl * @var string */ public $GiftReceiptEnable; /** * Information about the Gift Wrap enable. * @namespace ebl * @var string */ public $GiftWrapEnable; /** * Information about the Gift Wrap name. * @namespace ebl * @var string */ public $GiftWrapName; /** * Information about the Gift Wrap amount. * @namespace ebl * @var BasicAmountType */ public $GiftWrapAmount; /** * Information about the Buyer email option enable . * @namespace ebl * @var string */ public $BuyerEmailOptInEnable; /** * Information about the survey enable. * @namespace ebl * @var string */ public $SurveyEnable; /** * Information about the survey question. * @namespace ebl * @var string */ public $SurveyQuestion; /** * Information about the survey choices for survey question. * * @array * @namespace ebl * @var string */ public $SurveyChoice; /** * @namespace ebl * @var string */ public $TotalType; /** * Any message the seller would like to be displayed in the * Mini Cart for UX. * @namespace ebl * @var string */ public $NoteToBuyer; /** * Incentive Code Optional List of incentive codes supplied by * ebay/merchant. * * @array * @namespace ebl * @var IncentiveInfoType */ public $Incentives; /** * Merchant specified flag which indicates whether to return * Funding Instrument Details in DoEC or not. Optional. * @namespace ebl * @var string */ public $ReqInstrumentDetails; /** * This element contains information that allows the merchant * to request to opt into external remember me on behalf of the * buyer or to request login bypass using external remember me. * Note the opt-in details are silently ignored if the * ExternalRememberMeID is present. * @namespace ebl * @var ExternalRememberMeOptInDetailsType */ public $ExternalRememberMeOptInDetails; /** * An optional set of values related to flow-specific details. * @namespace ebl * @var FlowControlDetailsType */ public $FlowControlDetails; /** * An optional set of values related to display-specific * details. * @namespace ebl * @var DisplayControlDetailsType */ public $DisplayControlDetails; /** * An optional set of values related to tracking for external * partner. * @namespace ebl * @var ExternalPartnerTrackingDetailsType */ public $ExternalPartnerTrackingDetails; /** * Optional element that defines relationship between buckets. * * @array * @namespace ebl * @var CoupledBucketsType */ public $CoupledBuckets; }
[+]
..
[-] DoAuthorizationResponseType.php
[edit]
[-] FMFDetailsType.php
[edit]
[-] BMManageButtonStatusReq.php
[edit]
[-] GetRecurringPaymentsProfileDetailsResponseDetailsType.php
[edit]
[-] EnterBoardingRequestType.php
[edit]
[-] FlowControlDetailsType.php
[edit]
[-] ExternalPartnerTrackingDetailsType.php
[edit]
[-] SetAuthFlowParamReq.php
[edit]
[-] DoReferenceTransactionRequestType.php
[edit]
[-] DoNonReferencedCreditRequestDetailsType.php
[edit]
[-] BasicAmountType.php
[edit]
[-] DoCancelRequestType.php
[edit]
[-] BAUpdateResponseDetailsType.php
[edit]
[-] GetRecurringPaymentsProfileDetailsReq.php
[edit]
[-] GetExpressCheckoutDetailsResponseType.php
[edit]
[-] IncentiveItemType.php
[edit]
[-] GetBillingAgreementCustomerDetailsResponseDetailsType.php
[edit]
[-] EnterBoardingReq.php
[edit]
[-] BusinessOwnerInfoType.php
[edit]
[-] BMSetInventoryResponseType.php
[edit]
[-] IncentiveDetailsType.php
[edit]
[-] BillOutstandingAmountReq.php
[edit]
[-] GetBoardingDetailsRequestType.php
[edit]
[-] ManagePendingTransactionStatusReq.php
[edit]
[-] MeasureType.php
[edit]
[-] SetMobileCheckoutRequestDetailsType.php
[edit]
[-] SetMobileCheckoutRequestType.php
[edit]
[-] GetTransactionDetailsResponseType.php
[edit]
[-] PaymentDetailsItemType.php
[edit]
[-] EnhancedInitiateRecoupRequestDetailsType.php
[edit]
[-] CancelRecoupReq.php
[edit]
[-] DoReauthorizationReq.php
[edit]
[-] ExecuteCheckoutOperationsResponseDetailsType.php
[edit]
[-] GetPalDetailsReq.php
[edit]
[-] BillAgreementUpdateReq.php
[edit]
[-] PaymentTransactionType.php
[edit]
[-] SellerDetailsType.php
[edit]
[-] EbayItemPaymentDetailsItemType.php
[edit]
[-] BMSetInventoryReq.php
[edit]
[-] DoMobileCheckoutPaymentRequestType.php
[edit]
[-] SetMobileCheckoutResponseType.php
[edit]
[-] GetAuthDetailsRequestType.php
[edit]
[-] CreateMobilePaymentReq.php
[edit]
[-] IncentiveRequestDetailsType.php
[edit]
[-] BillOutstandingAmountResponseType.php
[edit]
[-] CreateMobilePaymentRequestType.php
[edit]
[-] PaymentInfoType.php
[edit]
[-] TransactionSearchResponseType.php
[edit]
[-] InvoiceItemType.php
[edit]
[-] ReverseTransactionReq.php
[edit]
[-] CancelRecoupRequestType.php
[edit]
[-] ExternalRememberMeOwnerDetailsType.php
[edit]
[-] ExternalRememberMeOptOutResponseType.php
[edit]
[-] SetDataResponseType.php
[edit]
[-] DoReferenceTransactionRequestDetailsType.php
[edit]
[-] MassPayRequestType.php
[edit]
[-] SenderDetailsType.php
[edit]
[-] BuyerDetailsType.php
[edit]
[-] GetExpressCheckoutDetailsResponseDetailsType.php
[edit]
[-] MerchantDataType.php
[edit]
[-] OfferDetailsType.php
[edit]
[-] DoUATPAuthorizationResponseType.php
[edit]
[-] BillOutstandingAmountRequestDetailsType.php
[edit]
[-] GetBalanceRequestType.php
[edit]
[-] GetRecurringPaymentsProfileDetailsResponseType.php
[edit]
[-] DoVoidReq.php
[edit]
[-] DoMobileCheckoutPaymentReq.php
[edit]
[-] BillOutstandingAmountRequestType.php
[edit]
[-] BankAccountDetailsType.php
[edit]
[-] PaymentItemInfoType.php
[edit]
[-] CompleteRecoupRequestType.php
[edit]
[-] DoReferenceTransactionReq.php
[edit]
[-] RefundTransactionResponseType.php
[edit]
[-] UpdateRecurringPaymentsProfileRequestDetailsType.php
[edit]
[-] DoReferenceTransactionResponseType.php
[edit]
[-] MobileIDInfoType.php
[edit]
[-] SetAuthFlowParamRequestDetailsType.php
[edit]
[-] SetAuthFlowParamResponseType.php
[edit]
[-] BillingPeriodDetailsType_Update.php
[edit]
[-] DisplayControlDetailsType.php
[edit]
[-] DoExpressCheckoutPaymentResponseDetailsType.php
[edit]
[-] GetBalanceReq.php
[edit]
[-] DoExpressCheckoutPaymentRequestDetailsType.php
[edit]
[-] APICredentialsType.php
[edit]
[-] InfoSharingDirectivesType.php
[edit]
[-] BMGetButtonDetailsResponseType.php
[edit]
[-] ExecuteCheckoutOperationsReq.php
[edit]
[-] DeviceDetailsType.php
[edit]
[-] BillingAgreementDetailsType.php
[edit]
[-] RefundTransactionReq.php
[edit]
[-] EnhancedCompleteRecoupResponseDetailsType.php
[edit]
[-] ManageRecurringPaymentsProfileStatusResponseType.php
[edit]
[-] DoUATPExpressCheckoutPaymentReq.php
[edit]
[-] ManageRecurringPaymentsProfileStatusResponseDetailsType.php
[edit]
[-] DoCaptureResponseDetailsType.php
[edit]
[-] PaymentDetailsType.php
[edit]
[-] SubscriptionInfoType.php
[edit]
[-] GetIncentiveEvaluationRequestType.php
[edit]
[-] ManageRecurringPaymentsProfileStatusReq.php
[edit]
[-] BillUserReq.php
[edit]
[-] SetCustomerBillingAgreementResponseType.php
[edit]
[-] ReferenceCreditCardDetailsType.php
[edit]
[-] SetDataRequestType.php
[edit]
[-] GetAccessPermissionDetailsResponseDetailsType.php
[edit]
[-] DiscountType.php
[edit]
[-] PayPalAPIInterfaceServiceService.php
[edit]
[-] ManagePendingTransactionStatusRequestType.php
[edit]
[-] EnhancedCancelRecoupRequestDetailsType.php
[edit]
[-] BMLOfferInfoType.php
[edit]
[-] GetTransactionDetailsRequestType.php
[edit]
[-] BAUpdateResponseType.php
[edit]
[-] DoDirectPaymentRequestDetailsType.php
[edit]
[-] RefreshTokenStatusDetailsType.php
[edit]
[-] EnhancedCompleteRecoupRequestDetailsType.php
[edit]
[-] BMManageButtonStatusRequestType.php
[edit]
[-] GetPalDetailsResponseType.php
[edit]
[-] UpdateRecurringPaymentsProfileResponseType.php
[edit]
[-] CreateRecurringPaymentsProfileResponseType.php
[edit]
[-] PersonNameType.php
[edit]
[-] TransactionSearchReq.php
[edit]
[-] DoDirectPaymentRequestType.php
[edit]
[-] BMButtonSearchRequestType.php
[edit]
[-] FundingSourceDetailsType.php
[edit]
[-] BMSetInventoryRequestType.php
[edit]
[-] RiskFilterDetailsType.php
[edit]
[-] BMCreateButtonRequestType.php
[edit]
[-] ReverseTransactionResponseDetailsType.php
[edit]
[-] CreateBillingAgreementRequestType.php
[edit]
[-] GetIncentiveEvaluationResponseDetailsType.php
[edit]
[-] IncentiveDetailType.php
[edit]
[-] DoExpressCheckoutPaymentReq.php
[edit]
[-] CoupledBucketsType.php
[edit]
[-] PaymentRequestInfoType.php
[edit]
[-] UpdateRecurringPaymentsProfileReq.php
[edit]
[-] EnhancedPaymentDataType.php
[edit]
[-] PhoneNumberType.php
[edit]
[-] ManagePendingTransactionStatusResponseType.php
[edit]
[-] CreateBillingAgreementReq.php
[edit]
[-] GetExpressCheckoutDetailsRequestType.php
[edit]
[-] GetAccessPermissionDetailsReq.php
[edit]
[-] SubscriptionTermsType.php
[edit]
[-] BMGetButtonDetailsRequestType.php
[edit]
[-] UpdateAuthorizationResponseType.php
[edit]
[-] DoDirectPaymentResponseType.php
[edit]
[-] GetBillingAgreementCustomerDetailsRequestType.php
[edit]
[-] UpdateAuthorizationRequestType.php
[edit]
[-] DoAuthorizationReq.php
[edit]
[-] CreditCardNumberTypeType.php
[edit]
[-] SetExpressCheckoutReq.php
[edit]
[-] UpdateRecurringPaymentsProfileRequestType.php
[edit]
[-] GetIncentiveEvaluationReq.php
[edit]
[-] CreateBillingAgreementResponseType.php
[edit]
[-] InstallmentDetailsType.php
[edit]
[-] EnhancedItemDataType.php
[edit]
[-] DoCancelReq.php
[edit]
[-] IdentityTokenInfoType.php
[edit]
[-] SetAccessPermissionsRequestDetailsType.php
[edit]
[-] MerchantStoreDetailsType.php
[edit]
[-] DoUATPExpressCheckoutPaymentRequestType.php
[edit]
[-] GetMobileStatusReq.php
[edit]
[-] MassPayReq.php
[edit]
[-] SetAccessPermissionsResponseType.php
[edit]
[-] RememberMeIDInfoType.php
[edit]
[-] DoCaptureResponseType.php
[edit]
[-] SetExpressCheckoutRequestDetailsType.php
[edit]
[-] ExecuteCheckoutOperationsResponseType.php
[edit]
[-] ThreeDSecureResponseType.php
[edit]
[-] CompleteRecoupResponseType.php
[edit]
[-] EnterBoardingResponseType.php
[edit]
[-] BillingApprovalDetailsType.php
[edit]
[-] SetAccessPermissionsRequestType.php
[edit]
[-] CoupledPaymentInfoType.php
[edit]
[-] GetExpressCheckoutDetailsReq.php
[edit]
[-] OrderDetailsType.php
[edit]
[-] RecurringPaymentsProfileDetailsType.php
[edit]
[-] GetRecurringPaymentsProfileDetailsRequestType.php
[edit]
[-] ReverseTransactionRequestDetailsType.php
[edit]
[-] GetBillingAgreementCustomerDetailsResponseType.php
[edit]
[-] ManageRecurringPaymentsProfileStatusRequestDetailsType.php
[edit]
[-] ThreeDSecureInfoType.php
[edit]
[-] EnhancedDataType.php
[edit]
[-] BMUpdateButtonReq.php
[edit]
[-] SetCustomerBillingAgreementReq.php
[edit]
[-] BillUserResponseType.php
[edit]
[-] AirlineItineraryType.php
[edit]
[-] BMGetInventoryReq.php
[edit]
[-] IncentiveApplyIndicationType.php
[edit]
[-] GetTransactionDetailsReq.php
[edit]
[-] DoReauthorizationRequestType.php
[edit]
[-] ItemTrackingDetailsType.php
[edit]
[-] BMGetInventoryRequestType.php
[edit]
[-] TaxIdDetailsType.php
[edit]
[-] ScheduleDetailsType.php
[edit]
[-] DoReauthorizationResponseType.php
[edit]
[-] RecurringPaymentsSummaryType.php
[edit]
[-] BillingPeriodDetailsType.php
[edit]
[-] CreateRecurringPaymentsProfileResponseDetailsType.php
[edit]
[-] DoNonReferencedCreditResponseType.php
[edit]
[-] BMManageButtonStatusResponseType.php
[edit]
[-] UpdateAuthorizationReq.php
[edit]
[-] GetBoardingDetailsResponseType.php
[edit]
[-] MerchantPullInfoType.php
[edit]
[-] AddressVerifyResponseType.php
[edit]
[-] BAUpdateRequestType.php
[edit]
[-] InstrumentDetailsType.php
[edit]
[-] BMCreateButtonReq.php
[edit]
[-] DoNonReferencedCreditResponseDetailsType.php
[edit]
[-] ErrorType.php
[edit]
[-] ButtonSearchResultType.php
[edit]
[-] InitiateRecoupReq.php
[edit]
[-] DoDirectPaymentReq.php
[edit]
[-] BMGetButtonDetailsReq.php
[edit]
[-] AuthorizationResponseType.php
[edit]
[-] AbstractRequestType.php
[edit]
[-] DoAuthorizationRequestType.php
[edit]
[-] EnterBoardingRequestDetailsType.php
[edit]
[-] ShippingOptionType.php
[edit]
[-] AddressVerifyRequestType.php
[edit]
[-] DoMobileCheckoutPaymentResponseDetailsType.php
[edit]
[-] ExternalRememberMeStatusDetailsType.php
[edit]
[-] UserSelectedOptionType.php
[edit]
[-] CreateMobilePaymentResponseType.php
[edit]
[-] ThreeDSecureRequestType.php
[edit]
[-] GetIncentiveEvaluationResponseType.php
[edit]
[-] DoCancelResponseType.php
[edit]
[-] UATPDetailsType.php
[edit]
[-] ExternalRememberMeOptOutReq.php
[edit]
[-] SetAccessPermissionsReq.php
[edit]
[-] GetAuthDetailsResponseType.php
[edit]
[-] GetBalanceResponseType.php
[edit]
[-] SetExpressCheckoutResponseType.php
[edit]
[-] DoCaptureReq.php
[edit]
[-] GetIncentiveEvaluationRequestDetailsType.php
[edit]
[-] BMUpdateButtonRequestType.php
[edit]
[-] RefundInfoType.php
[edit]
[-] BMButtonSearchResponseType.php
[edit]
[-] BusinessInfoType.php
[edit]
[-] SetCustomerBillingAgreementRequestDetailsType.php
[edit]
[-] AuthorizationRequestType.php
[edit]
[-] AbstractResponseType.php
[edit]
[-] FlightDetailsType.php
[edit]
[-] CreateRecurringPaymentsProfileRequestType.php
[edit]
[-] GetMobileStatusResponseType.php
[edit]
[-] InitiateRecoupResponseType.php
[edit]
[-] GetMobileStatusRequestType.php
[edit]
[-] DoVoidResponseType.php
[edit]
[-] DoUATPExpressCheckoutPaymentResponseType.php
[edit]
[-] MerchantPullPaymentResponseType.php
[edit]
[-] RefundTransactionRequestType.php
[edit]
[-] PayerInfoType.php
[edit]
[-] BMCreateButtonResponseType.php
[edit]
[-] ExecuteCheckoutOperationsRequestType.php
[edit]
[-] SetMobileCheckoutReq.php
[edit]
[-] DoNonReferencedCreditRequestType.php
[edit]
[-] BillOutstandingAmountResponseDetailsType.php
[edit]
[-] BMUpdateButtonResponseType.php
[edit]
[-] OptionTrackingDetailsType.php
[edit]
[-] ReceiverInfoType.php
[edit]
[-] OptionDetailsType.php
[edit]
[-] ReverseTransactionRequestType.php
[edit]
[-] AuthorizationInfoType.php
[edit]
[-] DoUATPAuthorizationRequestType.php
[edit]
[-] DoVoidRequestType.php
[edit]
[-] GetPalDetailsRequestType.php
[edit]
[-] CompleteRecoupReq.php
[edit]
[-] GetBillingAgreementCustomerDetailsReq.php
[edit]
[-] DoExpressCheckoutPaymentRequestType.php
[edit]
[-] IncentiveAppliedToType.php
[edit]
[-] InitiateRecoupRequestType.php
[edit]
[-] UpdateAccessPermissionsRequestType.php
[edit]
[-] BMButtonSearchReq.php
[edit]
[-] AddressType.php
[edit]
[-] SetExpressCheckoutRequestType.php
[edit]
[-] ExternalRememberMeOptOutRequestType.php
[edit]
[-] RiskFilterListType.php
[edit]
[-] DoNonReferencedCreditReq.php
[edit]
[-] AddressVerifyReq.php
[edit]
[-] ExternalRememberMeOptInDetailsType.php
[edit]
[-] MassPayResponseType.php
[edit]
[-] TupleType.php
[edit]
[-] IncentiveAppliedDetailsType.php
[edit]
[-] ManageRecurringPaymentsProfileStatusRequestType.php
[edit]
[-] UpdateAccessPermissionsReq.php
[edit]
[-] GetMobileStatusRequestDetailsType.php
[edit]
[-] ExecuteCheckoutOperationsRequestDetailsType.php
[edit]
[-] OptionType.php
[edit]
[-] GetBoardingDetailsReq.php
[edit]
[-] SetAuthFlowParamRequestType.php
[edit]
[-] MassPayRequestItemType.php
[edit]
[-] PaymentItemType.php
[edit]
[-] GetAuthDetailsReq.php
[edit]
[-] ActivationDetailsType.php
[edit]
[-] OtherPaymentMethodDetailsType.php
[edit]
[-] GetAuthDetailsResponseDetailsType.php
[edit]
[-] IdentificationInfoType.php
[edit]
[-] MerchantPullPaymentType.php
[edit]
[-] PaymentDirectivesType.php
[edit]
[-] EnhancedPaymentInfoType.php
[edit]
[-] UpdateRecurringPaymentsProfileResponseDetailsType.php
[edit]
[-] EnhancedPayerInfoType.php
[edit]
[-] ReverseTransactionResponseType.php
[edit]
[-] DoCaptureRequestType.php
[edit]
[-] PaymentTransactionSearchResultType.php
[edit]
[-] GetAccessPermissionDetailsResponseType.php
[edit]
[-] CancelRecoupResponseType.php
[edit]
[-] TransactionSearchRequestType.php
[edit]
[-] IncentiveBucketType.php
[edit]
[-] DoExpressCheckoutPaymentResponseType.php
[edit]
[-] EnhancedCheckoutDataType.php
[edit]
[-] CreateRecurringPaymentsProfileReq.php
[edit]
[-] DoReferenceTransactionResponseDetailsType.php
[edit]
[-] SetCustomerBillingAgreementRequestType.php
[edit]
[-] BMGetInventoryResponseType.php
[edit]
[-] AuctionInfoType.php
[edit]
[-] DoMobileCheckoutPaymentResponseType.php
[edit]
[-] UpdateAccessPermissionsResponseType.php
[edit]
[-] IncentiveInfoType.php
[edit]
[-] OptionSelectionDetailsType.php
[edit]
[-] OfferCouponInfoType.php
[edit]
[-] CreditCardDetailsType.php
[edit]
[-] CreateRecurringPaymentsProfileRequestDetailsType.php
[edit]
[-] BuyerDetailType.php
[edit]
[-] GetAccessPermissionDetailsRequestType.php
[edit]
[-] AdditionalFeeType.php
[edit]
[-] GetBoardingDetailsResponseDetailsType.php
[edit]
[-] BillUserRequestType.php
[edit]
[-] ErrorParameterType.php
[edit]
[-] DoUATPAuthorizationReq.php
[edit]
[-] CreateMobilePaymentRequestDetailsType.php
[edit]