PHP 클래스 PayPal\EBLBaseComponents\ExecuteCheckoutOperationsRequestDetailsType

Character length and limitations: 20 single-byte characters
상속: extends PayPal\Core\PPXmlMessage
파일 보기 프로젝트 열기: paypal/merchant-sdk-php

공개 프로퍼티들

프로퍼티 타입 설명
$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