PHP Class PayPal\EBLBaseComponents\ExecuteCheckoutOperationsRequestDetailsType

Character length and limitations: 20 single-byte characters
Inheritance: extends PayPal\Core\PPXmlMessage
Show file Open project: paypal/merchant-sdk-php

Public Properties

Property Type Description
$AuthorizationRequest AuthorizationRequestType If auto authorization is required, this should be passed in with IsRequested set to yes.
$SetDataRequest SetDataRequestType All the Data required to initiate the checkout session is passed in this element.
$Token string Character length and limitations: 20 single-byte characters

Public Methods

Method Description
__construct ( $SetDataRequest = null ) Constructor with arguments

Method Details

__construct() public method

Constructor with arguments
public __construct ( $SetDataRequest = null )

Property Details

$AuthorizationRequest public property

If auto authorization is required, this should be passed in with IsRequested set to yes.
public AuthorizationRequestType,PayPal\EBLBaseComponents $AuthorizationRequest
return AuthorizationRequestType

$SetDataRequest public property

All the Data required to initiate the checkout session is passed in this element.
public SetDataRequestType,PayPal\EBLBaseComponents $SetDataRequest
return SetDataRequestType

$Token public property

Character length and limitations: 20 single-byte characters
public string $Token
return string