PHP Класс PayPal\EBLBaseComponents\ExecuteCheckoutOperationsRequestDetailsType

Character length and limitations: 20 single-byte characters
Наследование: extends PayPal\Core\PPXmlMessage
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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

Открытые методы

Метод Описание
__construct ( $SetDataRequest = null ) Constructor with arguments

Описание методов

__construct() публичный Метод

Constructor with arguments
public __construct ( $SetDataRequest = null )

Описание свойств

$AuthorizationRequest публичное свойство

If auto authorization is required, this should be passed in with IsRequested set to yes.
public AuthorizationRequestType,PayPal\EBLBaseComponents $AuthorizationRequest
Результат AuthorizationRequestType

$SetDataRequest публичное свойство

All the Data required to initiate the checkout session is passed in this element.
public SetDataRequestType,PayPal\EBLBaseComponents $SetDataRequest
Результат SetDataRequestType

$Token публичное свойство

Character length and limitations: 20 single-byte characters
public string $Token
Результат string