PHP Class PayPal\EBLBaseComponents\DoExpressCheckoutPaymentResponseDetailsType

Inheritance: extends PayPal\Core\PPXmlMessage
Show file Open project: paypal/merchant-sdk-php

Public Properties

Property Type Description
$BillingAgreementID string
$CoupledPaymentInfo CoupledPaymentInfoType Information about Coupled Payment transactions.
$Note string Optional Character length and limitations: 255 single-byte alphanumeric characters
$PaymentInfo PaymentInfoType Information about the transaction
$RedirectRequired string
$SuccessPageRedirectRequested string Redirect back to PayPal, PayPal can host the success page.
$Token string The timestamped token value that was returned by SetExpressCheckoutResponse and passed on GetExpressCheckoutDetailsRequest. Character length and limitations:20 single-byte characters
$UserSelectedOptions UserSelectedOptionType Information about the user selected options.

Property Details

$BillingAgreementID public property

public string $BillingAgreementID
return string

$CoupledPaymentInfo public property

Information about Coupled Payment transactions.
public CoupledPaymentInfoType,PayPal\EBLBaseComponents $CoupledPaymentInfo
return CoupledPaymentInfoType

$Note public property

Optional Character length and limitations: 255 single-byte alphanumeric characters
public string $Note
return string

$PaymentInfo public property

Information about the transaction
public PaymentInfoType,PayPal\EBLBaseComponents $PaymentInfo
return PaymentInfoType

$RedirectRequired public property

public string $RedirectRequired
return string

$SuccessPageRedirectRequested public property

Redirect back to PayPal, PayPal can host the success page.
public string $SuccessPageRedirectRequested
return string

$Token public property

The timestamped token value that was returned by SetExpressCheckoutResponse and passed on GetExpressCheckoutDetailsRequest. Character length and limitations:20 single-byte characters
public string $Token
return string

$UserSelectedOptions public property

Information about the user selected options.
public UserSelectedOptionType,PayPal\EBLBaseComponents $UserSelectedOptions
return UserSelectedOptionType