PayPal\EBLBaseComponents\AuthorizationRequestType::__construct PHP 메소드

__construct() 공개 메소드

Constructor with arguments
public __construct ( $IsRequested = null )
    public function __construct($IsRequested = null)
    {
        $this->IsRequested = $IsRequested;
    }
AuthorizationRequestType