PayPal\EBLBaseComponents\AuthorizationRequestType::__construct PHP Method

__construct() public method

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